@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-438 .tc-wp-content-root img, .wpc-scope-438 .tc-wp-content-root video, .wpc-scope-438 .tc-wp-content-root svg, .wpc-scope-438 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content, .wpc-scope-438 .tc-wp-content-root .smoke-font-content *{
  box-sizing: border-box;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #18202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-section-white{
  background:
    radial-gradient(circle at 12% 12%, rgba(119, 91, 255, 0.08), transparent 32%),
    #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-section-soft{
  background:
    radial-gradient(circle at 88% 18%, rgba(39, 213, 196, 0.12), transparent 30%),
    linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(119, 91, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(119, 91, 255, 0.1), rgba(39, 213, 196, 0.1));
  color: #5a43d6;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content h2{
  margin: 0;
  color: #141923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5e6675;
  line-height: 1.7;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(28, 35, 48, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(119, 91, 255, 0.16), rgba(39, 213, 196, 0.12));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  content: "";
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(119, 91, 255, 0.26);
  box-shadow: 0 24px 64px rgba(18, 24, 38, 0.13);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card:hover::before{
  opacity: 1;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #171d28;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b78;
  line-height: 1.68;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #775bff 0%, #27d5c4 100%);
  box-shadow: 0 12px 30px rgba(119, 91, 255, 0.24);
  transition: transform 220ms ease;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-card:hover .sfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon::before, .wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-preview::before{
  width: 23px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-preview::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-copy::before{
  width: 18px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: translate(3px, 3px);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-copy::after{
  width: 18px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 5px;
  transform: translate(-4px, -4px);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-spark::before{
  width: 22px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-brand::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-brand::after{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-speed::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-30deg);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-speed::after{
  width: 10px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
  transform: translate(4px, 2px) rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-clean::before{
  width: 23px;
  height: 15px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -3px);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-free::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-free::after{
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 -5px 0 #ffffff, 0 5px 0 #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-mobile::before{
  width: 18px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-mobile::after{
  bottom: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-private::before{
  top: 13px;
  width: 24px;
  height: 18px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-icon-private::after{
  top: 8px;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(28, 35, 48, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-card::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #775bff, #27d5c4);
  content: "";
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(39, 213, 196, 0.3);
  box-shadow: 0 24px 62px rgba(18, 24, 38, 0.12);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #141923 0%, #2d3342 100%);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(20, 25, 35, 0.16);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
  margin: 0;
  color: #171d28;
  font-weight: 800;
  line-height: 1.22;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-step-content p{
  margin: 8px 0 0;
  color: #606977;
  line-height: 1.68;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-mini-badge{
  position: relative;
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(39, 213, 196, 0.28);
  border-radius: 999px;
  background: rgba(39, 213, 196, 0.09);
  color: #147e75;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-438 .tc-wp-content-root .smoke-font-content .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .smoke-font-content .sfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .smoke-font-content .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .smoke-font-content h2{
    font-size: 27px;
  }.tc-wp-content-root .smoke-font-content .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .smoke-font-content .sfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .smoke-font-content .sfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .smoke-font-content .sfg-card h3, .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .smoke-font-content .sfg-card p, .tc-wp-content-root .smoke-font-content .sfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .smoke-font-content .sfg-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-number{
    width: 58px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .smoke-font-content .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .smoke-font-content .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .smoke-font-content h2{
    font-size: 30px;
  }.tc-wp-content-root .smoke-font-content .sfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .smoke-font-content .sfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .smoke-font-content .sfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .smoke-font-content .sfg-card h3, .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .smoke-font-content .sfg-card p, .tc-wp-content-root .smoke-font-content .sfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .smoke-font-content .sfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-number{
    width: 62px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .smoke-font-content .sfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .smoke-font-content .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .smoke-font-content h2{
    font-size: 34px;
  }.tc-wp-content-root .smoke-font-content .sfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .smoke-font-content .sfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .smoke-font-content .sfg-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .smoke-font-content .sfg-card h3, .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .smoke-font-content .sfg-card p, .tc-wp-content-root .smoke-font-content .sfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .smoke-font-content .sfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-card{
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 26px 24px 26px 28px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-number{
    width: 66px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .smoke-font-content .sfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .smoke-font-content .sfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .smoke-font-content h2{
    font-size: 40px;
  }.tc-wp-content-root .smoke-font-content .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .smoke-font-content .sfg-grid-six, .tc-wp-content-root .smoke-font-content .sfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smoke-font-content .sfg-card{
    padding: 26px;
  }.tc-wp-content-root .smoke-font-content .sfg-card h3, .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .smoke-font-content .sfg-card p, .tc-wp-content-root .smoke-font-content .sfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smoke-font-content .sfg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-card{
    grid-template-columns: 86px 1fr;
    gap: 22px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-number{
    width: 74px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .smoke-font-content .sfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .smoke-font-content .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .smoke-font-content h2{
    font-size: 46px;
  }.tc-wp-content-root .smoke-font-content .sfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .smoke-font-content .sfg-grid-six, .tc-wp-content-root .smoke-font-content .sfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smoke-font-content .sfg-card{
    padding: 30px;
  }.tc-wp-content-root .smoke-font-content .sfg-card h3, .tc-wp-content-root .smoke-font-content .sfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .smoke-font-content .sfg-card p, .tc-wp-content-root .smoke-font-content .sfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smoke-font-content .sfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-card{
    grid-template-columns: 96px 1fr;
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .smoke-font-content .sfg-step-number{
    width: 80px;
    height: 68px;
    font-size: 22px;
  }}.wpc-scope-438 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .sfg-use-card{}