@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-160 .tc-wp-content-root img, .wpc-scope-160 .tc-wp-content-root video, .wpc-scope-160 .tc-wp-content-root svg, .wpc-scope-160 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17131f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(132, 74, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfafc 0%, #f7f4f1 100%);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #6f34ff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-kicker::before, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-kicker::after{
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #6f34ff, #ff4fa3);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content h2{
  margin: 0;
  color: #17131f;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f5969;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(73, 48, 113, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(35, 20, 62, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card::before, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(111, 52, 255, 0.12), transparent 42%, rgba(255, 79, 163, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card:hover, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(111, 52, 255, 0.28);
  box-shadow: 0 24px 60px rgba(35, 20, 62, 0.12);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover::before, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6f34ff 0%, #bd3dff 48%, #ff4fa3 100%);
  box-shadow: 0 12px 28px rgba(111, 52, 255, 0.22);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon::before, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 10px;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #6f34ff;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
  opacity: 0.56;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-mood::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-mood::after{
  width: 16px;
  height: 8px;
  left: 16px;
  top: 23px;
  border-radius: 0 0 16px 16px;
  background: #6f34ff;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-fast::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82), 0 16px 0 rgba(255, 255, 255, 0.62);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-device::before{
  width: 18px;
  height: 27px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-icon-device::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 14px;
  border-radius: 50%;
  background: #6f34ff;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content h3{
  position: relative;
  margin: 0;
  color: #1f1828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-card p, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #625c6c;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(73, 48, 113, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(35, 20, 62, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 76px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(111, 52, 255, 0.28), rgba(255, 79, 163, 0));
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-step-number{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #25143c 0%, #6f34ff 55%, #ff4fa3 100%);
  box-shadow: 0 14px 30px rgba(111, 52, 255, 0.22);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 30px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: #6f34ff;
  font-weight: 850;
  background: rgba(111, 52, 255, 0.09);
  border: 1px solid rgba(111, 52, 255, 0.16);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
  text-align: left;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f34ff, #ff4fa3);
  position: relative;
  box-shadow: 0 12px 28px rgba(111, 52, 255, 0.2);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-160 .tc-wp-content-root .cfg-bottom-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid, .tc-wp-content-root .cfg-bottom-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 20px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 31px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid, .tc-wp-content-root .cfg-bottom-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 24px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid, .tc-wp-content-root .cfg-bottom-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 42px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 48px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-3, .tc-wp-content-root .cfg-bottom-content .cfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .cfg-bottom-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p, .tc-wp-content-root .cfg-bottom-content .cfg-trust-card p{
    font-size: 16px;
  }}.wpc-scope-160 .tc-wp-content-root .cfg-step-content{}