@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-642 .tc-wp-content-root img, .wpc-scope-642 .tc-wp-content-root video, .wpc-scope-642 .tc-wp-content-root svg, .wpc-scope-642 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #161821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial section, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial div, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section-white{
  background: #ffffff;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section-soft{
  background:
    radial-gradient(circle at 18% 18%, rgba(150, 56, 255, 0.08), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 64, 129, 0.07), transparent 30%),
    #f8f7fb;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(132, 72, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(132, 72, 255, 0.1), rgba(255, 64, 129, 0.1));
  color: #6d32d9;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
  margin: 0;
  color: #11131c;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6172;
  font-weight: 450;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(31, 34, 46, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(132, 72, 255, 0.28), rgba(255, 64, 129, 0.16), rgba(31, 34, 46, 0.06)) border-box;
  box-shadow: 0 16px 40px rgba(23, 24, 34, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #7c3cff, #ff3d81, #ffb547);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
  transform: scaleX(0.72);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card:hover{
  border-color: rgba(132, 72, 255, 0.26);
  box-shadow: 0 22px 54px rgba(54, 38, 94, 0.13);
  transform: translateY(-5px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
  margin: 0;
  color: #171923;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
  margin: 10px 0 0;
  color: #626779;
  font-weight: 450;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #7c3cff, #ff3d81);
  box-shadow: 0 12px 26px rgba(124, 60, 255, 0.24);
  transition: transform 220ms ease;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-card:hover .jjkfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon::before, .wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-preview::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-preview::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  transform: translate(3px, -3px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  transform: translate(-3px, 3px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-energy::before{
  width: 11px;
  height: 24px;
  clip-path: polygon(58% 0, 18% 48%, 48% 48%, 36% 100%, 86% 38%, 55% 38%);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-energy::after{
  display: none;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-clean::before{
  width: 23px;
  height: 3px;
  border-radius: 999px;
  transform: translateY(-6px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-clean::after{
  width: 16px;
  height: 3px;
  border-radius: 999px;
  transform: translateY(6px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-device::before{
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-device::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(8px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-spark::before{
  width: 22px;
  height: 22px;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-spark::after{
  display: none;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-free::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-free::after{
  width: 10px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-fast::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-fast::after{
  width: 9px;
  height: 2px;
  border-radius: 999px;
  transform: rotate(-35deg) translate(3px, -2px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-private::before{
  width: 20px;
  height: 15px;
  border-radius: 4px;
  transform: translateY(4px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-icon-private::after{
  width: 13px;
  height: 12px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
  transform: translateY(-7px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(124, 60, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(28, 30, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card::before{
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7c3cff, #ff3d81);
  opacity: 0.22;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card:hover{
  border-color: rgba(124, 60, 255, 0.3);
  box-shadow: 0 24px 58px rgba(54, 38, 94, 0.12);
  transform: translateY(-4px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #171923, #5632bf 58%, #ff3d81);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(86, 50, 191, 0.22);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-step-content{
  min-width: 0;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-use-card{
  background:
    linear-gradient(180deg, #ffffff, #fffafd) padding-box,
    linear-gradient(135deg, rgba(255, 64, 129, 0.25), rgba(124, 60, 255, 0.14)) border-box;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.1);
  color: #6d32d9;
  font-weight: 850;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-benefit-card{
  text-align: left;
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-642 .tc-wp-content-root .jjkfg-editorial .jjkfg-reveal.jjkfg-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 .jjkfg-editorial .jjkfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
    padding: 7px 11px;
    font-size: 10px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid, .tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 44px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
    padding: 6px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jjkfg-editorial .jjkfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
    padding: 8px 12px;
    font-size: 11px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid, .tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 48px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
    padding: 7px 11px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jjkfg-editorial .jjkfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
    padding: 8px 13px;
    font-size: 11px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid, .tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card{
    padding: 26px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 26px 26px 52px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
    padding: 7px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jjkfg-editorial .jjkfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
    padding: 8px 14px;
    font-size: 12px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card{
    padding: 28px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
    padding: 7px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jjkfg-editorial .jjkfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-eyebrow{
    padding: 8px 15px;
    font-size: 12px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-grid-six, .tc-wp-content-root .jjkfg-editorial .jjkfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card{
    padding: 30px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card h3, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-card p, .tc-wp-content-root .jjkfg-editorial .jjkfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-card{
    grid-template-columns: 94px 1fr;
    gap: 28px;
    padding: 34px 40px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .jjkfg-editorial .jjkfg-badge{
    padding: 7px 14px;
    font-size: 12px;
  }}