@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-16 .tc-wp-content-root img, .wpc-scope-16 .tc-wp-content-root video, .wpc-scope-16 .tc-wp-content-root svg, .wpc-scope-16 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial{
  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;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-section{
  position: relative;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-section-white{
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f4f1 100%);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #9b4d1f;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-kicker::before, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f59e0b, #ef5b3f, #b453e6);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5c667a;
  line-height: 1.7;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(151, 124, 95, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(36, 24, 12, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 18% 0%, rgba(245, 158, 11, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(239, 91, 63, 0.08), rgba(180, 83, 230, 0.08));
  transition: opacity 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(239, 91, 63, 0.34);
  box-shadow: 0 24px 64px rgba(36, 24, 12, 0.13);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card h3, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-card p, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f59e0b, #ef5b3f 52%, #b453e6);
  box-shadow: 0 14px 28px rgba(239, 91, 63, 0.22);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon::before, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon::after{
  inset: 19px 12px 12px 19px;
  border-width: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon-copy::after, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon-clean::after, .wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon-fast::after{
  inset: 15px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  background: transparent;
  transform: translate(4px, -4px);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon-spark::before{
  inset: 12px 21px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(34deg);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-icon-spark::after{
  inset: 21px 12px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(34deg);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(151, 124, 95, 0.2);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(36, 24, 12, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step::before{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #f59e0b, #ef5b3f, #b453e6);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(180, 83, 230, 0.28);
  box-shadow: 0 24px 62px rgba(36, 24, 12, 0.11);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #f59e0b, #ef5b3f 52%, #b453e6);
  box-shadow: 0 16px 30px rgba(239, 91, 63, 0.22);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-step-content{
  min-width: 0;
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  border: 1px solid rgba(239, 91, 63, 0.2);
  border-radius: 999px;
  color: #9b4d1f;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(180, 83, 230, 0.1));
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-benefit-card{
  background: linear-gradient(180deg, #ffffff, #fffaf5);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #ef5b3f 55%, #b453e6);
  box-shadow: 0 14px 28px rgba(239, 91, 63, 0.22);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-16 .tc-wp-content-root .cfg-editorial .cfg-reveal.cfg-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 .cfg-editorial .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 48px;
    height: 48px;
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial .cfg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial .cfg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial .cfg-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-editorial .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial .cfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial .cfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial .cfg-card h3, .tc-wp-content-root .cfg-editorial .cfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial .cfg-card p, .tc-wp-content-root .cfg-editorial .cfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial .cfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial .cfg-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px 36px;
  }.tc-wp-content-root .cfg-editorial .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial .cfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}.wpc-scope-16 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-icon-curve{}.wpc-scope-16 .tc-wp-content-root .cfg-icon-preview{}.wpc-scope-16 .tc-wp-content-root .cfg-use-card{}