@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-55 .tc-wp-content-root img, .wpc-scope-55 .tc-wp-content-root video, .wpc-scope-55 .tc-wp-content-root svg, .wpc-scope-55 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content, .wpc-scope-55 .tc-wp-content-root .rfg-editorial-content div, .wpc-scope-55 .tc-wp-content-root .rfg-editorial-content section, .wpc-scope-55 .tc-wp-content-root .rfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-section-white{
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #f7fbff 100%);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(132, 72, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(132, 72, 255, 0.11), rgba(0, 189, 214, 0.1));
  color: #6842c2;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #596276;
  font-weight: 450;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(42, 48, 69, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #8a4dff, #00bdd6, #ff7f50);
  opacity: 0.82;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(132, 72, 255, 0.28);
  box-shadow: 0 24px 62px rgba(42, 48, 69, 0.13);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card h3{
  margin: 0;
  color: #161b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card p{
  margin: 10px 0 0;
  color: #5d6679;
  font-weight: 430;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #8a4dff, #00bdd6);
  box-shadow: 0 14px 28px rgba(103, 77, 255, 0.22);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon::before, .wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-card:hover .rfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-preview::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-preview::after{
  left: 20px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-copy::before{
  left: 13px;
  top: 12px;
  width: 15px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-copy::after{
  left: 19px;
  top: 17px;
  width: 15px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-spark::before{
  left: 20px;
  top: 9px;
  width: 6px;
  height: 28px;
  border-radius: 999px;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-spark::after{
  left: 9px;
  top: 20px;
  width: 28px;
  height: 6px;
  border-radius: 999px;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-speed::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-speed::after{
  left: 24px;
  top: 18px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  transform: rotate(42deg);
  transform-origin: bottom;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-clean::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-clean::after{
  display: none;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-brand::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-brand::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-free::before{
  left: 14px;
  top: 21px;
  width: 18px;
  height: 4px;
  border-radius: 999px;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-free::after{
  left: 21px;
  top: 14px;
  width: 4px;
  height: 18px;
  border-radius: 999px;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-mobile::after{
  left: 21px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-private::before{
  left: 13px;
  top: 20px;
  width: 20px;
  height: 15px;
  border-radius: 5px;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-icon-private::after{
  left: 17px;
  top: 11px;
  width: 12px;
  height: 14px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(132, 72, 255, 0.14);
  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(33, 40, 66, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-card::after{
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(138, 77, 255, 0.13), rgba(0, 189, 214, 0.11));
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 189, 214, 0.26);
  box-shadow: 0 24px 62px rgba(33, 40, 66, 0.12);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #8a4dff, #00bdd6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(103, 77, 255, 0.25);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
  margin: 0;
  color: #151a2a;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
  margin: 8px 0 0;
  color: #5d6679;
  font-weight: 430;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-use-card .rfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(0, 189, 214, 0.1);
  color: #08798c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-55 .tc-wp-content-root .rfg-editorial-content .rfg-reveal.rfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .rfg-editorial-content .rfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .rfg-editorial-content .rfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .rfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card{
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card h3, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card p, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .rfg-editorial-content .rfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .rfg-editorial-content .rfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .rfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card{
    padding: 26px 22px 24px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card h3, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card p, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .rfg-editorial-content .rfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .rfg-editorial-content .rfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .rfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card h3, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card p, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .rfg-editorial-content .rfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .rfg-editorial-content .rfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .rfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rfg-editorial-content .rfg-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card h3, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card p, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .rfg-editorial-content .rfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .rfg-editorial-content .rfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .rfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card h3, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-card p, .tc-wp-content-root .rfg-editorial-content .rfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .rfg-editorial-content .rfg-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }}.wpc-scope-55 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .rfg-grid-six{}