@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-109 .tc-wp-content-root img, .wpc-scope-109 .tc-wp-content-root video, .wpc-scope-109 .tc-wp-content-root svg, .wpc-scope-109 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content, .wpc-scope-109 .tc-wp-content-root .lfg-editorial-content section, .wpc-scope-109 .tc-wp-content-root .lfg-editorial-content div, .wpc-scope-109 .tc-wp-content-root .lfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-section{
  position: relative;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-section-white{
  background: #ffffff;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-section-soft{
  background: #f7f8fb;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-kicker::before, .wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b5cf6, #06b6d4);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  max-width: 720px;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4, #14b8a6);
  opacity: 0.85;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.13);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card h3{
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card p{
  margin: 10px 0 0;
  color: #657083;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(124, 58, 237, 0.16);
  transition: transform 240ms ease;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover .lfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon::before, .wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-preview::before{
  inset: 14px 10px;
  border: 2px solid #7c3aed;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-preview::after{
  width: 8px;
  height: 8px;
  right: 9px;
  bottom: 9px;
  background: #06b6d4;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #7c3aed;
  border-radius: 6px;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::after{
  width: 18px;
  height: 22px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #06b6d4;
  border-radius: 6px;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  background: conic-gradient(from 45deg, #7c3aed, #06b6d4, #14b8a6, #7c3aed);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #7c3aed;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-brand::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  background: #06b6d4;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #7c3aed;
  border-left-color: transparent;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #06b6d4;
  transform: rotate(-35deg);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-left: 3px solid #14b8a6;
  border-bottom: 3px solid #7c3aed;
  border-radius: 2px;
  transform: rotate(-45deg);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #7c3aed, #06b6d4);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.24);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.24;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
  margin: 8px 0 0;
  color: #5f6b7c;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(6, 182, 212, 0.12));
  border: 1px solid rgba(124, 58, 237, 0.14);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-use-card::after{
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.14), rgba(124, 58, 237, 0));
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-trust-card{
  text-align: center;
  align-items: center;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-trust-mark{
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 16px 36px rgba(6, 182, 212, 0.2);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-trust-mark::before{
  content: "";
  position: absolute;
  width: 21px;
  height: 12px;
  left: 15px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-109 .tc-wp-content-root .lfg-editorial-content .lfg-reveal.lfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card{
    padding: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card{
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card{
    padding: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-six, .tc-wp-content-root .lfg-editorial-content .lfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card{
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-six, .tc-wp-content-root .lfg-editorial-content .lfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card{
    padding: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}