@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 .scv-bottom-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .scv-bottom-content, .tc-wp-content-root .scv-bottom-content div, .tc-wp-content-root .scv-bottom-content section, .tc-wp-content-root .scv-bottom-content article, .tc-wp-content-root .scv-bottom-content span, .tc-wp-content-root .scv-bottom-content h2, .tc-wp-content-root .scv-bottom-content h3, .tc-wp-content-root .scv-bottom-content p{
  box-sizing: border-box;
}.tc-wp-content-root .scv-bottom-content .scv-section{
  position: relative;
}.tc-wp-content-root .scv-bottom-content .scv-section-white{
  background: #ffffff;
}.tc-wp-content-root .scv-bottom-content .scv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 252, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(0, 213, 255, 0.12), transparent 26%),
    #f7f9fc;
}.tc-wp-content-root .scv-bottom-content .scv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .scv-bottom-content .scv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .scv-bottom-content .scv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 210, 0, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 213, 255, 0.12));
  color: #534600;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00, #00d5ff);
  box-shadow: 0 0 0 5px rgba(255, 252, 0, 0.18);
}.tc-wp-content-root .scv-bottom-content h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  max-width: 710px;
}.tc-wp-content-root .scv-bottom-content .scv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .scv-bottom-content .scv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 52, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.55), rgba(0, 213, 255, 0.45), rgba(255, 120, 190, 0.22));
  transition: opacity 240ms ease;
  pointer-events: none;
}.tc-wp-content-root .scv-bottom-content .scv-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .scv-bottom-content .scv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 180, 220, 0.24);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .scv-bottom-content .scv-card:hover::after{
  opacity: 0.08;
}.tc-wp-content-root .scv-bottom-content .scv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fffc00 0%, #dfff47 45%, #00d5ff 100%);
  box-shadow: 0 12px 28px rgba(0, 171, 210, 0.18);
  transition: transform 240ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-card:hover .scv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .scv-bottom-content .scv-icon::before, .tc-wp-content-root .scv-bottom-content .scv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .scv-bottom-content .scv-icon{
  position: relative;
}.tc-wp-content-root .scv-bottom-content .scv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #172033;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .scv-bottom-content .scv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: #172033;
  clip-path: polygon(48% 0, 100% 0, 64% 43%, 100% 43%, 32% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .scv-bottom-content .scv-icon-frame::before{
  inset: 13px;
  border: 3px solid #172033;
  border-radius: 7px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-route::before{
  left: 13px;
  top: 20px;
  width: 20px;
  height: 8px;
  border-top: 3px solid #172033;
  border-right: 3px solid #172033;
  border-radius: 0 9px 0 0;
}.tc-wp-content-root .scv-bottom-content .scv-icon-route::after{
  right: 11px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #172033;
  border-right: 3px solid #172033;
  transform: rotate(45deg);
}.tc-wp-content-root .scv-bottom-content .scv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #172033;
  border-radius: 7px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-spark::before{
  left: 20px;
  top: 9px;
  width: 7px;
  height: 28px;
  background: #172033;
  clip-path: polygon(50% 0, 72% 36%, 100% 50%, 72% 64%, 50% 100%, 28% 64%, 0 50%, 28% 36%);
}.tc-wp-content-root .scv-bottom-content h3{
  margin: 0;
  color: #151d2d;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
  margin: 10px 0 0;
  color: #5d6678;
}.tc-wp-content-root .scv-bottom-content .scv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .scv-bottom-content .scv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 31, 52, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 252, 0, 0.13), rgba(255, 255, 255, 0.92) 44%, rgba(0, 213, 255, 0.11)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #fffc00, #00d5ff);
}.tc-wp-content-root .scv-bottom-content .scv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 180, 220, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .scv-bottom-content .scv-step-number{
  display: grid;
  place-items: center;
  color: #111827;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffc00, #00d5ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 16px 34px rgba(0, 171, 210, 0.18);
}.tc-wp-content-root .scv-bottom-content .scv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 252, 0, 0.2);
  color: #5d5100;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .scv-bottom-content .scv-use-card{
  background:
    linear-gradient(180deg, #ffffff, #fbfcff),
    #ffffff;
}.tc-wp-content-root .scv-bottom-content .scv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.95)),
    #ffffff;
}.tc-wp-content-root .scv-bottom-content .scv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00, #00d5ff);
  box-shadow: 0 0 0 8px rgba(0, 213, 255, 0.09);
}.tc-wp-content-root .scv-bottom-content .scv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-reveal.scv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 48px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 14px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .scv-bottom-content .scv-card-grid, .tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scv-bottom-content .scv-card{
    padding: 22px;
  }.tc-wp-content-root .scv-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 54px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 18px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-card-grid, .tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scv-bottom-content .scv-card{
    padding: 24px;
  }.tc-wp-content-root .scv-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 60px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 22px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .scv-bottom-content .scv-card-grid, .tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .scv-bottom-content .scv-card{
    padding: 26px;
  }.tc-wp-content-root .scv-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 76px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 32px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 42px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .scv-bottom-content .scv-card-grid, .tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .scv-bottom-content .scv-card{
    padding: 28px;
  }.tc-wp-content-root .scv-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .scv-bottom-content .scv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 92px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 28px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 48px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .scv-bottom-content .scv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-3, .tc-wp-content-root .scv-bottom-content .scv-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .scv-bottom-content .scv-card{
    padding: 30px;
  }.tc-wp-content-root .scv-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}

.tc-wp-content-root .scv-step-copy {}