@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-177 .tc-wp-content-root img, .wpc-scope-177 .tc-wp-content-root video, .wpc-scope-177 .tc-wp-content-root svg, .wpc-scope-177 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content, .wpc-scope-177 .tc-wp-content-root .bsfg-content div, .wpc-scope-177 .tc-wp-content-root .bsfg-content section, .wpc-scope-177 .tc-wp-content-root .bsfg-content article, .wpc-scope-177 .tc-wp-content-root .bsfg-content span, .wpc-scope-177 .tc-wp-content-root .bsfg-content h2, .wpc-scope-177 .tc-wp-content-root .bsfg-content h3, .wpc-scope-177 .tc-wp-content-root .bsfg-content p{
  box-sizing: border-box;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content{
  width: 100%;
  overflow: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__section{
  position: relative;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__section--white{
  background: #ffffff;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__section--soft{
  background:
    radial-gradient(circle at 14% 8%, rgba(219, 75, 132, 0.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(245, 160, 87, 0.1), transparent 30%),
    #fbf8f6;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(219, 75, 132, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(219, 75, 132, 0.1), rgba(245, 160, 87, 0.12));
  color: #a93264;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content h2{
  margin: 0;
  color: #161b22;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__header p{
  margin: 16px auto 0;
  color: #5d6673;
  line-height: 1.75;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(32, 38, 46, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(24, 29, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #db4b84, #f5a057, #8c5fd6);
  opacity: 0.92;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card:hover{
  transform: translateY(-6px);
  border-color: rgba(219, 75, 132, 0.24);
  box-shadow: 0 24px 60px rgba(24, 29, 38, 0.12);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card h3{
  margin: 0;
  color: #18202b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card p{
  margin: 10px 0 0;
  color: #66717f;
  line-height: 1.68;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(219, 75, 132, 0.14), rgba(245, 160, 87, 0.18));
  box-shadow: inset 0 0 0 1px rgba(219, 75, 132, 0.14);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon::before, .wpc-scope-177 .tc-wp-content-root .bsfg-content__icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card:hover .bsfg-content__icon::before, .wpc-scope-177 .tc-wp-content-root .bsfg-content__card:hover .bsfg-content__icon::after{
  transform: translateY(-2px);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--preview::before{
  width: 24px;
  height: 15px;
  left: 12px;
  top: 16px;
  border: 2px solid #c43f78;
  border-radius: 999px;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #f5a057;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border: 2px solid #c43f78;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.55);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 18px;
  border: 2px solid rgba(245, 160, 87, 0.9);
  border-radius: 6px;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--creative::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 23px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c43f78, #f5a057);
  transform: rotate(-18deg);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--creative::after{
  width: 9px;
  height: 9px;
  right: 10px;
  top: 11px;
  border-radius: 50%;
  background: #8c5fd6;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--brand::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  border: 2px solid #c43f78;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--brand::after{
  width: 13px;
  height: 13px;
  left: 25px;
  top: 25px;
  border-radius: 50%;
  background: rgba(245, 160, 87, 0.9);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--fast::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 2px solid #c43f78;
  border-left-color: transparent;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--fast::after{
  width: 11px;
  height: 2px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  background: #f5a057;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--friendly::before{
  width: 22px;
  height: 16px;
  left: 13px;
  top: 16px;
  border: 2px solid #c43f78;
  border-radius: 6px;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__icon--friendly::after{
  width: 12px;
  height: 8px;
  left: 18px;
  top: 30px;
  border-radius: 0 0 999px 999px;
  background: rgba(245, 160, 87, 0.9);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(32, 38, 46, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(24, 29, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step:hover{
  transform: translateX(4px);
  border-color: rgba(219, 75, 132, 0.22);
  box-shadow: 0 24px 58px rgba(24, 29, 38, 0.11);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #db4b84, #f5a057);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(219, 75, 132, 0.25);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step-copy h3{
  margin: 0;
  color: #18202b;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step-copy p{
  margin: 8px 0 0;
  color: #66717f;
  line-height: 1.7;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__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(219, 75, 132, 0.1);
  color: #a93264;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card--benefit{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(245, 160, 87, 0.16), transparent 36%);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #db4b84, #f5a057);
  position: relative;
  box-shadow: 0 14px 28px rgba(219, 75, 132, 0.22);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__benefit-mark::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__reveal, .wpc-scope-177 .tc-wp-content-root .bsfg-content__card{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__reveal.bsfg-content__is-visible, .wpc-scope-177 .tc-wp-content-root .bsfg-content__card.bsfg-content__is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card.bsfg-content__is-visible:hover{
  transform: translateY(-6px);
}.wpc-scope-177 .tc-wp-content-root .bsfg-content__step.bsfg-content__is-visible:hover{
  transform: translateX(4px);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .bsfg-content__section{
    padding: 52px 0;
  }.tc-wp-content-root .bsfg-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .bsfg-content h2{
    font-size: 27px;
  }.tc-wp-content-root .bsfg-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .bsfg-content__grid, .tc-wp-content-root .bsfg-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bsfg-content__grid--three, .tc-wp-content-root .bsfg-content__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bsfg-content__card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .bsfg-content__card h3, .tc-wp-content-root .bsfg-content__step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .bsfg-content__card p, .tc-wp-content-root .bsfg-content__step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .bsfg-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
  }.tc-wp-content-root .bsfg-content__step-number{
    width: 58px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bsfg-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .bsfg-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .bsfg-content h2{
    font-size: 30px;
  }.tc-wp-content-root .bsfg-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .bsfg-content__grid, .tc-wp-content-root .bsfg-content__steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .bsfg-content__grid--three, .tc-wp-content-root .bsfg-content__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bsfg-content__card{
    padding: 26px 22px;
  }.tc-wp-content-root .bsfg-content__card h3, .tc-wp-content-root .bsfg-content__step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .bsfg-content__card p, .tc-wp-content-root .bsfg-content__step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .bsfg-content__step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 22px;
  }.tc-wp-content-root .bsfg-content__step-number{
    width: 62px;
    height: 50px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bsfg-content__section{
    padding: 64px 0;
  }.tc-wp-content-root .bsfg-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .bsfg-content h2{
    font-size: 34px;
  }.tc-wp-content-root .bsfg-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .bsfg-content__grid, .tc-wp-content-root .bsfg-content__steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .bsfg-content__grid--three, .tc-wp-content-root .bsfg-content__grid--benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bsfg-content__card{
    padding: 28px 24px;
  }.tc-wp-content-root .bsfg-content__card h3, .tc-wp-content-root .bsfg-content__step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .bsfg-content__card p, .tc-wp-content-root .bsfg-content__step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .bsfg-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .bsfg-content__step-number{
    width: 66px;
    height: 52px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .bsfg-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .bsfg-content__container{
    padding: 0 28px;
  }.tc-wp-content-root .bsfg-content h2{
    font-size: 40px;
  }.tc-wp-content-root .bsfg-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .bsfg-content__grid, .tc-wp-content-root .bsfg-content__steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .bsfg-content__grid--three, .tc-wp-content-root .bsfg-content__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bsfg-content__card{
    padding: 30px 26px;
  }.tc-wp-content-root .bsfg-content__card h3, .tc-wp-content-root .bsfg-content__step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .bsfg-content__card p, .tc-wp-content-root .bsfg-content__step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .bsfg-content__step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .bsfg-content__step-number{
    width: 72px;
    height: 58px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .bsfg-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .bsfg-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .bsfg-content h2{
    font-size: 46px;
  }.tc-wp-content-root .bsfg-content__header p{
    font-size: 18px;
  }.tc-wp-content-root .bsfg-content__grid, .tc-wp-content-root .bsfg-content__steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .bsfg-content__grid--three, .tc-wp-content-root .bsfg-content__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bsfg-content__card{
    padding: 32px 28px;
  }.tc-wp-content-root .bsfg-content__card h3, .tc-wp-content-root .bsfg-content__step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .bsfg-content__card p, .tc-wp-content-root .bsfg-content__step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .bsfg-content__step{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .bsfg-content__step-number{
    width: 78px;
    height: 62px;
    font-size: 22px;
  }}.wpc-scope-177 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .bsfg-content__card--feature{}.wpc-scope-177 .tc-wp-content-root .bsfg-content__card--use{}