@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-66 .tc-wp-content-root img, .wpc-scope-66 .tc-wp-content-root video, .wpc-scope-66 .tc-wp-content-root svg, .wpc-scope-66 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-66 .tc-wp-content-root .istv-content{
  --istv-ink: #172033;
  --istv-muted: #657087;
  --istv-line: rgba(31, 52, 86, 0.1);
  --istv-white: #ffffff;
  --istv-soft: #f8f9fc;
  --istv-purple: #8158e8;
  --istv-pink: #e75d9b;
  --istv-orange: #f59459;
  --istv-gradient: linear-gradient(135deg, #8158e8 0%, #e75d9b 54%, #f59459 100%);
  width: 100%;
  overflow: hidden;
  color: var(--istv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-section, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-container, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-grid, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-card, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-step, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-card, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-note{
  box-sizing: border-box;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-section{
  position: relative;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-purpose, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-use-cases{
  background: var(--istv-white);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-steps-section, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-section{
  background: var(--istv-soft);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-container{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-eyebrow{
  display: table;
  margin: 0 auto 13px;
  padding: 7px 13px;
  border: 1px solid rgba(129, 88, 232, 0.16);
  border-radius: 999px;
  background: rgba(129, 88, 232, 0.07);
  color: #7046d3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}.wpc-scope-66 .tc-wp-content-root .istv-content h2{
  max-width: 800px;
  margin: 0 auto;
  color: var(--istv-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-align: center;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-intro{
  max-width: 760px;
  margin: 15px auto 0;
  color: var(--istv-muted);
  line-height: 1.75;
  text-align: center;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-grid{
  display: grid;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-card, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid var(--istv-line);
  border-radius: 20px;
  background: var(--istv-white);
  box-shadow: 0 12px 34px rgba(44, 52, 77, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-card::before, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-card::before{
  position: absolute;
  top: -1px;
  left: 22px;
  width: 42px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: var(--istv-gradient);
  content: "";
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-card:hover, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-card:hover{
  border-color: rgba(129, 88, 232, 0.22);
  box-shadow: 0 18px 42px rgba(66, 53, 110, 0.11);
  transform: translateY(-5px);
}.wpc-scope-66 .tc-wp-content-root .istv-content h3{
  margin: 17px 0 9px;
  color: var(--istv-ink);
  font-weight: 750;
  letter-spacing: -0.018em;
  line-height: 1.3;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-card p, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-step p, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-card p, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-note p{
  margin: 0;
  color: var(--istv-muted);
  line-height: 1.7;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(129, 88, 232, 0.15);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(129, 88, 232, 0.11), rgba(231, 93, 155, 0.08));
  transition: transform 260ms ease;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-card:hover .istv-icon{
  transform: rotate(-5deg) scale(1.06);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon::before, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-eye::before{
  top: 14px;
  left: 9px;
  width: 22px;
  height: 13px;
  border: 2px solid #8158e8;
  border-radius: 70% 25%;
  transform: rotate(45deg);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-eye::after{
  top: 18px;
  left: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e75d9b;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-bolt::before{
  top: 8px;
  left: 16px;
  width: 10px;
  height: 24px;
  background: var(--istv-gradient);
  clip-path: polygon(55% 0, 100% 0, 70% 38%, 100% 38%, 25% 100%, 40% 56%, 0 56%);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-frame::before, .wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-mobile::before{
  inset: 9px 11px;
  border: 2px solid #8158e8;
  border-radius: 5px;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-frame::after{
  top: 16px;
  left: 18px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #e75d9b;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-path::before{
  top: 12px;
  left: 10px;
  width: 20px;
  height: 16px;
  border-bottom: 2px solid #8158e8;
  border-left: 2px solid #8158e8;
  border-radius: 0 0 0 8px;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-path::after{
  top: 8px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e75d9b;
  border-right: 2px solid #e75d9b;
  transform: rotate(45deg);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-mobile::after{
  bottom: 12px;
  left: 19px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e75d9b;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-icon-spark::before{
  inset: 9px;
  background: var(--istv-gradient);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 63%, 50% 100%, 37% 63%, 0 50%, 37% 36%);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-timeline{
  position: relative;
  display: grid;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-timeline::before{
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 31px;
  width: 2px;
  background: linear-gradient(#8158e8, #e75d9b, #f59459);
  content: "";
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-step{
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--istv-line);
  border-radius: 20px;
  background: var(--istv-white);
  box-shadow: 0 10px 30px rgba(44, 52, 77, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-step:hover{
  box-shadow: 0 17px 38px rgba(66, 53, 110, 0.1);
  transform: translateX(5px);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-step-number{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  border-radius: 18px;
  background: var(--istv-gradient);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
  box-shadow: 0 9px 22px rgba(129, 88, 232, 0.24);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-step h3{
  margin: 0 0 7px;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-tag{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(129, 88, 232, 0.1), rgba(231, 93, 155, 0.09));
  color: #7046d3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: var(--istv-gradient);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 9px 20px rgba(129, 88, 232, 0.2);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-note{
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(129, 88, 232, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(129, 88, 232, 0.07), rgba(231, 93, 155, 0.05));
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-note-dot{
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--istv-gradient);
  box-shadow: 0 0 0 5px rgba(129, 88, 232, 0.1);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-note strong{
  color: var(--istv-ink);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-reveal.istv-visible{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-66 .tc-wp-content-root .istv-content .istv-step.istv-reveal.istv-visible:hover{
  transform: translateX(5px);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .istv-content .istv-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-step, .tc-wp-content-root .istv-content .istv-trust-card, .tc-wp-content-root .istv-content .istv-icon{
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .istv-content .istv-section{ padding: 54px 0; }.tc-wp-content-root .istv-content .istv-container{ padding: 0 15px; }.tc-wp-content-root .istv-content h2{ font-size: 27px; }.tc-wp-content-root .istv-content .istv-intro{ font-size: 14px; }.tc-wp-content-root .istv-content .istv-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-trust-card{ padding: 21px; }.tc-wp-content-root .istv-content h3{ font-size: 17px; }.tc-wp-content-root .istv-content .istv-card p, .tc-wp-content-root .istv-content .istv-step p, .tc-wp-content-root .istv-content .istv-trust-card p, .tc-wp-content-root .istv-content .istv-note p{ font-size: 13px; }.tc-wp-content-root .istv-content .istv-timeline{ gap: 14px; margin-top: 28px; }.tc-wp-content-root .istv-content .istv-step{ gap: 15px; padding: 17px; }.tc-wp-content-root .istv-content .istv-step-number{ width: 48px; padding: 17px 0; font-size: 15px; }.tc-wp-content-root .istv-content .istv-timeline::before{ left: 40px; }.tc-wp-content-root .istv-content .istv-note{ gap: 13px; margin-top: 20px; padding: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .istv-content .istv-section{ padding: 60px 0; }.tc-wp-content-root .istv-content .istv-container{ padding: 0 18px; }.tc-wp-content-root .istv-content h2{ font-size: 30px; }.tc-wp-content-root .istv-content .istv-intro{ font-size: 14px; }.tc-wp-content-root .istv-content .istv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 31px; }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-trust-card{ padding: 23px; }.tc-wp-content-root .istv-content h3{ font-size: 18px; }.tc-wp-content-root .istv-content .istv-card p, .tc-wp-content-root .istv-content .istv-step p, .tc-wp-content-root .istv-content .istv-trust-card p, .tc-wp-content-root .istv-content .istv-note p{ font-size: 13px; }.tc-wp-content-root .istv-content .istv-timeline{ gap: 15px; margin-top: 31px; }.tc-wp-content-root .istv-content .istv-step{ gap: 16px; padding: 19px; }.tc-wp-content-root .istv-content .istv-step-number{ width: 52px; padding: 19px 0; font-size: 16px; }.tc-wp-content-root .istv-content .istv-timeline::before{ left: 44px; }.tc-wp-content-root .istv-content .istv-note{ gap: 14px; margin-top: 22px; padding: 19px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .istv-content .istv-section{ padding: 66px 0; }.tc-wp-content-root .istv-content .istv-container{ padding: 0 22px; }.tc-wp-content-root .istv-content h2{ font-size: 34px; }.tc-wp-content-root .istv-content .istv-intro{ font-size: 15px; }.tc-wp-content-root .istv-content .istv-grid{ grid-template-columns: 1fr; gap: 17px; margin-top: 34px; }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-trust-card{ padding: 25px; }.tc-wp-content-root .istv-content h3{ font-size: 19px; }.tc-wp-content-root .istv-content .istv-card p, .tc-wp-content-root .istv-content .istv-step p, .tc-wp-content-root .istv-content .istv-trust-card p, .tc-wp-content-root .istv-content .istv-note p{ font-size: 14px; }.tc-wp-content-root .istv-content .istv-timeline{ gap: 16px; margin-top: 34px; }.tc-wp-content-root .istv-content .istv-step{ gap: 18px; padding: 21px; }.tc-wp-content-root .istv-content .istv-step-number{ width: 56px; padding: 21px 0; font-size: 17px; }.tc-wp-content-root .istv-content .istv-timeline::before{ left: 49px; }.tc-wp-content-root .istv-content .istv-note{ gap: 15px; margin-top: 24px; padding: 21px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .istv-content .istv-section{ padding: 78px 0; }.tc-wp-content-root .istv-content .istv-container{ padding: 0 28px; }.tc-wp-content-root .istv-content h2{ font-size: 40px; }.tc-wp-content-root .istv-content .istv-intro{ font-size: 16px; }.tc-wp-content-root .istv-content .istv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-trust-card{ padding: 27px; }.tc-wp-content-root .istv-content h3{ font-size: 20px; }.tc-wp-content-root .istv-content .istv-card p, .tc-wp-content-root .istv-content .istv-step p, .tc-wp-content-root .istv-content .istv-trust-card p, .tc-wp-content-root .istv-content .istv-note p{ font-size: 15px; }.tc-wp-content-root .istv-content .istv-timeline{ gap: 18px; margin-top: 40px; }.tc-wp-content-root .istv-content .istv-step{ gap: 22px; padding: 25px; }.tc-wp-content-root .istv-content .istv-step-number{ width: 64px; padding: 24px 0; font-size: 19px; }.tc-wp-content-root .istv-content .istv-timeline::before{ left: 57px; }.tc-wp-content-root .istv-content .istv-note{ gap: 16px; margin-top: 26px; padding: 23px; }}@media (min-width: 1024px){.tc-wp-content-root .istv-content .istv-section{ padding: 96px 0; }.tc-wp-content-root .istv-content .istv-container{ padding: 0 32px; }.tc-wp-content-root .istv-content h2{ font-size: 46px; }.tc-wp-content-root .istv-content .istv-intro{ font-size: 16px; }.tc-wp-content-root .istv-content .istv-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 46px; }.tc-wp-content-root .istv-content .istv-card, .tc-wp-content-root .istv-content .istv-trust-card{ padding: 29px; }.tc-wp-content-root .istv-content h3{ font-size: 20px; }.tc-wp-content-root .istv-content .istv-card p, .tc-wp-content-root .istv-content .istv-step p, .tc-wp-content-root .istv-content .istv-trust-card p, .tc-wp-content-root .istv-content .istv-note p{ font-size: 15px; }.tc-wp-content-root .istv-content .istv-timeline{ gap: 19px; margin-top: 46px; }.tc-wp-content-root .istv-content .istv-step{ gap: 26px; padding: 27px 30px; }.tc-wp-content-root .istv-content .istv-step-number{ width: 68px; padding: 25px 0; font-size: 20px; }.tc-wp-content-root .istv-content .istv-timeline::before{ left: 63px; }.tc-wp-content-root .istv-content .istv-note{ gap: 17px; margin-top: 28px; padding: 24px 26px; }}.wpc-scope-66 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .istv-grid-six{}.wpc-scope-66 .tc-wp-content-root .istv-grid-three{}.wpc-scope-66 .tc-wp-content-root .istv-step-content{}