@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .isvd-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .isvd-content-wrap, .tc-wp-content-root .isvd-content-wrap div, .tc-wp-content-root .isvd-content-wrap section, .tc-wp-content-root .isvd-content-wrap article, .tc-wp-content-root .isvd-content-wrap span, .tc-wp-content-root .isvd-content-wrap h2, .tc-wp-content-root .isvd-content-wrap h3, .tc-wp-content-root .isvd-content-wrap p{
  box-sizing: border-box;
}.tc-wp-content-root .isvd-content-wrap .isvd-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .isvd-content-wrap .isvd-section-white{
  background:
    radial-gradient(circle at 8% 8%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(99, 102, 241, 0.07), transparent 28%),
    #ffffff;
}.tc-wp-content-root .isvd-content-wrap .isvd-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 247, 251, 0.95), rgba(248, 250, 252, 0.98)),
    #f8fafc;
}.tc-wp-content-root .isvd-content-wrap .isvd-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .isvd-content-wrap .isvd-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .isvd-content-wrap .isvd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 72, 153, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #be185d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}.tc-wp-content-root .isvd-content-wrap .isvd-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.tc-wp-content-root .isvd-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .isvd-content-wrap .isvd-card-grid, .tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card, .tc-wp-content-root .isvd-content-wrap .isvd-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card::after, .tc-wp-content-root .isvd-content-wrap .isvd-use-card::after, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.11), transparent 36%, rgba(99, 102, 241, 0.09));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card:hover, .tc-wp-content-root .isvd-content-wrap .isvd-use-card:hover, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card:hover, .tc-wp-content-root .isvd-content-wrap .isvd-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.34);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card:hover::after, .tc-wp-content-root .isvd-content-wrap .isvd-use-card:hover::after, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .isvd-content-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #606a7b;
  line-height: 1.68;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 58%, #06b6d4);
  box-shadow: 0 16px 32px rgba(236, 72, 153, 0.22);
}.tc-wp-content-root .isvd-content-wrap .isvd-icon::before, .tc-wp-content-root .isvd-content-wrap .isvd-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-view::before{
  width: 24px;
  height: 15px;
  left: 12px;
  top: 17px;
  border-radius: 50%;
  opacity: 0.95;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-view::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ec4899;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
  border-left-color: transparent;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-speed::after{
  width: 12px;
  height: 4px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-32deg);
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-preview::after{
  width: 10px;
  height: 4px;
  left: 19px;
  top: 22px;
  border-radius: 999px;
  background: #8b5cf6;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-steps::after{
  width: 16px;
  height: 4px;
  left: 24px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 999px;
  background: #ec4899;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 10px;
}.tc-wp-content-root .isvd-content-wrap .isvd-icon-daily::after{
  width: 14px;
  height: 8px;
  left: 17px;
  top: 19px;
  border-left: 4px solid #8b5cf6;
  border-bottom: 4px solid #8b5cf6;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    #ffffff;
}.tc-wp-content-root .isvd-content-wrap .isvd-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: -16px;
  bottom: -16px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(236, 72, 153, 0.4), rgba(99, 102, 241, 0.38), transparent);
}.tc-wp-content-root .isvd-content-wrap .isvd-step-card:first-child::before{
  top: 50%;
}.tc-wp-content-root .isvd-content-wrap .isvd-step-card:last-child::before{
  bottom: 50%;
}.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 62%, #06b6d4);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 38px rgba(139, 92, 246, 0.24);
}.tc-wp-content-root .isvd-content-wrap .isvd-step-copy{
  min-width: 0;
}.tc-wp-content-root .isvd-content-wrap .isvd-mini-badge{
  position: relative;
  z-index: 1;
  align-self: flex-start;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.1);
  color: #be185d;
  font-size: 12px;
  font-weight: 850;
}.tc-wp-content-root .isvd-content-wrap .isvd-trust-mark{
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0.13));
  border: 1px solid rgba(236, 72, 153, 0.2);
}.tc-wp-content-root .isvd-content-wrap .isvd-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 4px solid #ec4899;
  border-bottom: 4px solid #ec4899;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .isvd-content-wrap .isvd-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .isvd-content-wrap .isvd-reveal.isvd-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .isvd-content-wrap .isvd-section{
    padding: 46px 0;
  }.tc-wp-content-root .isvd-content-wrap .isvd-container{
    padding: 0 14px;
  }.tc-wp-content-root .isvd-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-card-grid, .tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
    padding: 20px;
  }.tc-wp-content-root .isvd-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card::before{
    display: none;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .isvd-content-wrap .isvd-section{
    padding: 52px 0;
  }.tc-wp-content-root .isvd-content-wrap .isvd-container{
    padding: 0 18px;
  }.tc-wp-content-root .isvd-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-card-grid, .tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
    padding: 22px;
  }.tc-wp-content-root .isvd-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card::before{
    display: none;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
    width: 60px;
    height: 60px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .isvd-content-wrap .isvd-section{
    padding: 58px 0;
  }.tc-wp-content-root .isvd-content-wrap .isvd-container{
    padding: 0 22px;
  }.tc-wp-content-root .isvd-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-card-grid, .tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
    padding: 24px;
  }.tc-wp-content-root .isvd-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card::before{
    display: none;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .isvd-content-wrap .isvd-section{
    padding: 76px 0;
  }.tc-wp-content-root .isvd-content-wrap .isvd-container{
    padding: 0 30px;
  }.tc-wp-content-root .isvd-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-grid-six, .tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
    padding: 26px;
  }.tc-wp-content-root .isvd-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .isvd-content-wrap .isvd-section{
    padding: 92px 0;
  }.tc-wp-content-root .isvd-content-wrap .isvd-container{
    padding: 0 34px;
  }.tc-wp-content-root .isvd-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card{
    padding: 30px;
  }.tc-wp-content-root .isvd-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-feature-card p, .tc-wp-content-root .isvd-content-wrap .isvd-use-card p, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card p, .tc-wp-content-root .isvd-content-wrap .isvd-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .isvd-content-wrap .isvd-step-number{
    font-size: 18px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .isvd-content-wrap .isvd-feature-card, .tc-wp-content-root .isvd-content-wrap .isvd-use-card, .tc-wp-content-root .isvd-content-wrap .isvd-trust-card, .tc-wp-content-root .isvd-content-wrap .isvd-step-card, .tc-wp-content-root .isvd-content-wrap .isvd-reveal, .tc-wp-content-root .isvd-content-wrap .isvd-reveal.isvd-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .isvd-content-wrap .isvd-reveal{
    opacity: 1;
  }}