@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-359 .tc-wp-content-root img, .wpc-scope-359 .tc-wp-content-root video, .wpc-scope-359 .tc-wp-content-root svg, .wpc-scope-359 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content div, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content section, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-section{
  position: relative;
  width: 100%;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 92, 168, 0.08), transparent 28%),
    #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-section-soft{
  background:
    linear-gradient(135deg, rgba(127, 92, 255, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(0, 201, 167, 0.07), transparent 30%),
    #f8fafc;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(127, 92, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 92, 168, 0.1), rgba(0, 201, 167, 0.1));
  color: #6d3ff2;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content h2, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content h3, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content p{
  margin: 0;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content h2{
  color: #121827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
  color: #5a6475;
  max-width: 700px;
  margin: 14px auto 0;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card::before, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 92, 168, 0.38), rgba(127, 92, 255, 0.26), rgba(0, 201, 167, 0.26));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card:hover, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(127, 92, 255, 0.22);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card:hover::before, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card h3, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-card p, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
  color: #5b6678;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5ca8, #7f5cff 58%, #00c9a7);
  box-shadow: 0 14px 30px rgba(127, 92, 255, 0.22);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon::before, .wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-copy::before{
  width: 18px;
  height: 18px;
  left: 16px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-copy::after{
  width: 14px;
  height: 14px;
  left: 11px;
  top: 18px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-mix::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-social::before{
  width: 9px;
  height: 9px;
  left: 12px;
  top: 19px;
  border-radius: 50%;
  box-shadow: 12px -8px 0 #ffffff, 19px 7px 0 #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-social::after{
  width: 22px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-20deg);
  box-shadow: 4px 8px 0 #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  border-left-color: transparent;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-speed::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-icon-clean::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(127, 92, 255, 0.13);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 48px rgba(18, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff5ca8, #7f5cff, #00c9a7);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 62px rgba(18, 24, 39, 0.12);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #121827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(18, 24, 39, 0.18);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(127, 92, 255, 0.1);
  color: #6d3ff2;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(255, 92, 168, 0.12), transparent 38%);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
  background: #ffffff;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-benefit-mark{
  display: block;
  width: 42px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5ca8, #7f5cff, #00c9a7);
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-359 .tc-wp-content-root .ctg-bottom-content .ctg-reveal.ctg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ctg-bottom-content .ctg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ctg-bottom-content .ctg-container{
    padding: 0 16px;
  }.tc-wp-content-root .ctg-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card p, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
    margin-top: 8px;
    font-size: 14px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ctg-bottom-content .ctg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ctg-bottom-content .ctg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ctg-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card p, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
    margin-top: 9px;
    font-size: 14.5px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ctg-bottom-content .ctg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ctg-bottom-content .ctg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ctg-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card p, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ctg-bottom-content .ctg-section{
    padding: 74px 0;
  }.tc-wp-content-root .ctg-bottom-content .ctg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ctg-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid-three, .tc-wp-content-root .ctg-bottom-content .ctg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card p, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ctg-bottom-content .ctg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ctg-bottom-content .ctg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ctg-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid-three, .tc-wp-content-root .ctg-bottom-content .ctg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ctg-bottom-content .ctg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card h3, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-card p, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card p, .tc-wp-content-root .ctg-bottom-content .ctg-step-copy p{
    margin-top: 10px;
    font-size: 16px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    gap: 26px;
    padding: 32px 36px;
  }.tc-wp-content-root .ctg-bottom-content .ctg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ctg-bottom-content .ctg-reveal, .tc-wp-content-root .ctg-bottom-content .ctg-card, .tc-wp-content-root .ctg-bottom-content .ctg-benefit-card, .tc-wp-content-root .ctg-bottom-content .ctg-step-card{
    transition: none;
  }.tc-wp-content-root .ctg-bottom-content .ctg-reveal{
    opacity: 1;
    transform: none;
  }}