@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-604 .tc-wp-content-root img, .wpc-scope-604 .tc-wp-content-root video, .wpc-scope-604 .tc-wp-content-root svg, .wpc-scope-604 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #17151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content section, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content div, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-section{
  position: relative;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-section-white{
  background: #ffffff;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(85, 37, 130, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(85, 37, 130, 0.08), rgba(253, 185, 39, 0.14));
  color: #552583;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #552583, #fdb927);
  box-shadow: 0 0 0 4px rgba(253, 185, 39, 0.16);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content h2, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content h3, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content p{
  margin-top: 0;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content h2{
  margin-bottom: 14px;
  color: #17151f;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 700px;
  color: #625c6b;
  line-height: 1.75;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(85, 37, 130, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 24, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card::after, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(85, 37, 130, 0.2), rgba(253, 185, 39, 0.22));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card > *, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(85, 37, 130, 0.24);
  box-shadow: 0 24px 60px rgba(31, 24, 43, 0.13);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover::after, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover::after{
  opacity: 0.08;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #552583, #7b3db0 48%, #fdb927);
  box-shadow: 0 12px 28px rgba(85, 37, 130, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover .lfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon::before, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-preview{
  background: linear-gradient(135deg, #552583, #fdb927);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy{
  background: linear-gradient(135deg, #3f1f65, #8c52bd);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-spark{
  background: linear-gradient(135deg, #fdb927, #552583);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-badge{
  background: linear-gradient(135deg, #552583, #2b163f);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-clean{
  background: linear-gradient(135deg, #74519a, #fdb927);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-icon-fast{
  background: linear-gradient(135deg, #29153d, #fdb927);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card h3, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
  margin-bottom: 10px;
  color: #211c2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-card p, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
  margin-bottom: 0;
  color: #625c6b;
  line-height: 1.72;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(85, 37, 130, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(253, 185, 39, 0.18), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(31, 24, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(85, 37, 130, 0.24);
  box-shadow: 0 24px 58px rgba(31, 24, 43, 0.12);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #552583, #7a36a8 54%, #fdb927);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(85, 37, 130, 0.24);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-step-content{
  min-width: 0;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-mini-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(253, 185, 39, 0.16);
  color: #552583;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(253, 185, 39, 0.18), transparent 42%);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-mark{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #552583, #fdb927);
  box-shadow: 0 14px 28px rgba(85, 37, 130, 0.2);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-mark::after{
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  margin: 14px auto 0;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-604 .tc-wp-content-root .lfg-editorial-content .lfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-604 .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: 48px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 28px;
  }.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-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 30px;
  }.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-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 18px;
  }.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: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 33px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@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 .lfg-section-head{
    margin-bottom: 44px;
  }.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-3, .tc-wp-content-root .lfg-editorial-content .lfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 15.75px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head{
    margin-bottom: 50px;
  }.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-3, .tc-wp-content-root .lfg-editorial-content .lfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-steps{
    gap: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}.wpc-scope-604 .tc-wp-content-root .lfg-use-card{}