@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-287 .tc-wp-content-root img, .wpc-scope-287 .tc-wp-content-root video, .wpc-scope-287 .tc-wp-content-root svg, .wpc-scope-287 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial, .wpc-scope-287 .tc-wp-content-root .ftg-editorial div, .wpc-scope-287 .tc-wp-content-root .ftg-editorial section, .wpc-scope-287 .tc-wp-content-root .ftg-editorial article, .wpc-scope-287 .tc-wp-content-root .ftg-editorial span, .wpc-scope-287 .tc-wp-content-root .ftg-editorial h2, .wpc-scope-287 .tc-wp-content-root .ftg-editorial h3, .wpc-scope-287 .tc-wp-content-root .ftg-editorial p{
  box-sizing: border-box;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__section{
  position: relative;
  width: 100%;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__section--white{
  background:
    radial-gradient(circle at 10% 0%, rgba(126, 87, 255, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__section--soft{
  background:
    radial-gradient(circle at 90% 8%, rgba(0, 212, 255, 0.09), transparent 30%),
    linear-gradient(180deg, #fbfbff 0%, #f6f7fb 100%);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__header{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(126, 87, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(126, 87, 255, 0.1), rgba(0, 212, 255, 0.1));
  color: #5d35d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__title{
  margin: 0;
  color: #151a27;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__intro{
  max-width: 760px;
  margin: 16px auto 0;
  color: #596276;
  font-weight: 450;
  line-height: 1.75;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card, .wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(34, 42, 64, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(126, 87, 255, 0.28), rgba(0, 212, 255, 0.18), rgba(255, 74, 168, 0.12)) border-box;
  box-shadow: 0 18px 45px rgba(28, 35, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card::before, .wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(126, 87, 255, 0.08), rgba(0, 212, 255, 0.06));
  transition: opacity 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card:hover, .wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(126, 87, 255, 0.26);
  box-shadow: 0 26px 62px rgba(28, 35, 56, 0.13);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card:hover::before, .wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit:hover::before{
  opacity: 1;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7e57ff, #00c8ff);
  box-shadow: 0 12px 28px rgba(126, 87, 255, 0.28);
  transition: transform 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card:hover .ftg-editorial__icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon::before, .wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--spark::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--copy::before{
  width: 17px;
  height: 21px;
  top: 13px;
  left: 17px;
  border-radius: 4px;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--copy::after{
  width: 14px;
  height: 18px;
  top: 10px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--glyph::before{
  width: 22px;
  height: 4px;
  top: 15px;
  left: 12px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--flash::before{
  width: 15px;
  height: 25px;
  top: 10px;
  left: 16px;
  clip-path: polygon(55% 0%, 18% 47%, 47% 47%, 29% 100%, 83% 38%, 52% 38%);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--safe::before{
  width: 20px;
  height: 23px;
  top: 11px;
  left: 13px;
  clip-path: polygon(50% 0%, 88% 15%, 82% 70%, 50% 100%, 18% 70%, 12% 15%);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__icon--mood::before{
  width: 21px;
  height: 21px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card-title{
  position: relative;
  margin: 0;
  color: #171d2b;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__card-text{
  position: relative;
  margin: 10px 0 0;
  color: #626b7e;
  font-weight: 430;
  line-height: 1.72;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(126, 87, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(26, 33, 52, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step::after{
  content: "";
  position: absolute;
  left: 38px;
  top: calc(100% + 1px);
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(126, 87, 255, 0.38), rgba(0, 200, 255, 0));
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step:last-child::after{
  display: none;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step:hover{
  transform: translateY(-4px);
  border-color: rgba(126, 87, 255, 0.28);
  box-shadow: 0 24px 58px rgba(26, 33, 52, 0.11);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #7e57ff, #ff4aa8);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(126, 87, 255, 0.3);
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__step-content{
  min-width: 0;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(126, 87, 255, 0.1);
  color: #5d35d6;
  font-size: 12px;
  font-weight: 850;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit{
  overflow: hidden;
}.wpc-scope-287 .tc-wp-content-root .ftg-editorial__benefit-mark{
  display: block;
  width: 52px;
  height: 5px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7e57ff, #00c8ff, #ff4aa8);
}.wpc-scope-287 .tc-wp-content-root .ftg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-287 .tc-wp-content-root .ftg-reveal.ftg-is-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 .ftg-editorial__section{
    padding: 48px 0;
  }.tc-wp-content-root .ftg-editorial__container{
    padding: 0 14px;
  }.tc-wp-content-root .ftg-editorial__title{
    font-size: 25px;
  }.tc-wp-content-root .ftg-editorial__intro{
    font-size: 14px;
  }.tc-wp-content-root .ftg-editorial__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ftg-editorial__card, .tc-wp-content-root .ftg-editorial__benefit{
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial__card-title{
    font-size: 18px;
  }.tc-wp-content-root .ftg-editorial__card-text{
    font-size: 14px;
  }.tc-wp-content-root .ftg-editorial__steps{
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-content-root .ftg-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial__step::after{
    display: none;
  }.tc-wp-content-root .ftg-editorial__step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ftg-editorial__section{
    padding: 54px 0;
  }.tc-wp-content-root .ftg-editorial__container{
    padding: 0 18px;
  }.tc-wp-content-root .ftg-editorial__title{
    font-size: 28px;
  }.tc-wp-content-root .ftg-editorial__intro{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ftg-editorial__card, .tc-wp-content-root .ftg-editorial__benefit{
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial__card-title{
    font-size: 19px;
  }.tc-wp-content-root .ftg-editorial__card-text{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ftg-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial__step::after{
    display: none;
  }.tc-wp-content-root .ftg-editorial__step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ftg-editorial__section{
    padding: 62px 0;
  }.tc-wp-content-root .ftg-editorial__container{
    padding: 0 22px;
  }.tc-wp-content-root .ftg-editorial__title{
    font-size: 32px;
  }.tc-wp-content-root .ftg-editorial__intro{
    font-size: 16px;
  }.tc-wp-content-root .ftg-editorial__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ftg-editorial__card, .tc-wp-content-root .ftg-editorial__benefit{
    padding: 28px;
  }.tc-wp-content-root .ftg-editorial__card-title{
    font-size: 20px;
  }.tc-wp-content-root .ftg-editorial__card-text{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ftg-editorial__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ftg-editorial__step::after{
    display: none;
  }.tc-wp-content-root .ftg-editorial__step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ftg-editorial__section{
    padding: 76px 0;
  }.tc-wp-content-root .ftg-editorial__container{
    padding: 0 32px;
  }.tc-wp-content-root .ftg-editorial__title{
    font-size: 40px;
  }.tc-wp-content-root .ftg-editorial__intro{
    font-size: 17px;
  }.tc-wp-content-root .ftg-editorial__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ftg-editorial__grid--three, .tc-wp-content-root .ftg-editorial__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ftg-editorial__card, .tc-wp-content-root .ftg-editorial__benefit{
    padding: 30px;
  }.tc-wp-content-root .ftg-editorial__card-title{
    font-size: 21px;
  }.tc-wp-content-root .ftg-editorial__card-text{
    font-size: 16px;
  }.tc-wp-content-root .ftg-editorial__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ftg-editorial__step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ftg-editorial__step-number{
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ftg-editorial__section{
    padding: 92px 0;
  }.tc-wp-content-root .ftg-editorial__container{
    padding: 0 36px;
  }.tc-wp-content-root .ftg-editorial__title{
    font-size: 46px;
  }.tc-wp-content-root .ftg-editorial__intro{
    font-size: 18px;
  }.tc-wp-content-root .ftg-editorial__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ftg-editorial__grid--three, .tc-wp-content-root .ftg-editorial__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ftg-editorial__card, .tc-wp-content-root .ftg-editorial__benefit{
    padding: 32px;
  }.tc-wp-content-root .ftg-editorial__card-title{
    font-size: 22px;
  }.tc-wp-content-root .ftg-editorial__card-text{
    font-size: 16px;
  }.tc-wp-content-root .ftg-editorial__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ftg-editorial__step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ftg-editorial__step-number{
    font-size: 22px;
  }}