@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 .tlsv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .tlsv-content .tlsv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .tlsv-content .tlsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tlsv-content .tlsv-section-soft{
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 47, 108, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(37, 244, 238, 0.11), transparent 26%),
    #f8fafc;
}.tc-wp-content-root .tlsv-content .tlsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tlsv-content .tlsv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tlsv-content .tlsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 47, 108, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.09), rgba(37, 244, 238, 0.1));
  color: #9f1239;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tlsv-content .tlsv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2f6c, #25f4ee);
  box-shadow: 0 0 0 5px rgba(255, 47, 108, 0.1);
}.tc-wp-content-root .tlsv-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .tlsv-content .tlsv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d687a;
  line-height: 1.72;
}.tc-wp-content-root .tlsv-content .tlsv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tlsv-content .tlsv-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tlsv-content .tlsv-card::before, .tc-wp-content-root .tlsv-content .tlsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.28), rgba(37, 244, 238, 0.24), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .tlsv-content .tlsv-card:hover, .tc-wp-content-root .tlsv-content .tlsv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 47, 108, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .tlsv-content .tlsv-card:hover::before, .tc-wp-content-root .tlsv-content .tlsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tlsv-content .tlsv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.14), rgba(37, 244, 238, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transition: transform 260ms ease;
}.tc-wp-content-root .tlsv-content .tlsv-card:hover .tlsv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .tlsv-content .tlsv-icon-rings::before, .tc-wp-content-root .tlsv-content .tlsv-icon-rings::after{
  content: "";
  position: absolute;
  border: 2px solid #ff2f6c;
  border-radius: 50%;
}.tc-wp-content-root .tlsv-content .tlsv-icon-rings::before{
  width: 18px;
  height: 18px;
  left: 11px;
  top: 14px;
}.tc-wp-content-root .tlsv-content .tlsv-icon-rings::after{
  width: 18px;
  height: 18px;
  right: 11px;
  top: 14px;
  border-color: #12b9b4;
}.tc-wp-content-root .tlsv-content .tlsv-icon-bolt::before{
  content: "";
  position: absolute;
  left: 19px;
  top: 10px;
  width: 11px;
  height: 27px;
  background: linear-gradient(180deg, #ff2f6c, #12b9b4);
  clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 24% 100%, 42% 56%, 0 56%);
}.tc-wp-content-root .tlsv-content .tlsv-icon-window::before{
  content: "";
  position: absolute;
  inset: 12px 10px;
  border: 2px solid #172033;
  border-radius: 8px;
}.tc-wp-content-root .tlsv-content .tlsv-icon-window::after{
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 19px;
  height: 2px;
  background: linear-gradient(90deg, #ff2f6c, #25f4ee);
}.tc-wp-content-root .tlsv-content .tlsv-icon-path::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 2px dashed #ff2f6c;
  border-radius: 50%;
}.tc-wp-content-root .tlsv-content .tlsv-icon-path::after{
  content: "";
  position: absolute;
  right: 11px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b9b4;
}.tc-wp-content-root .tlsv-content .tlsv-icon-phone::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 2px solid #172033;
  border-radius: 7px;
}.tc-wp-content-root .tlsv-content .tlsv-icon-phone::after{
  content: "";
  position: absolute;
  left: 22px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff2f6c;
}.tc-wp-content-root .tlsv-content .tlsv-icon-calendar::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border: 2px solid #172033;
  border-radius: 7px;
}.tc-wp-content-root .tlsv-content .tlsv-icon-calendar::after{
  content: "";
  position: absolute;
  left: 17px;
  top: 23px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, #ff2f6c, #25f4ee);
  box-shadow: 0 6px 0 rgba(18, 185, 180, 0.55);
}.tc-wp-content-root .tlsv-content h3{
  margin: 0;
  color: #151c2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
  margin: 12px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
}.tc-wp-content-root .tlsv-content .tlsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tlsv-content .tlsv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(37, 244, 238, 0.08) 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tlsv-content .tlsv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff2f6c, #25f4ee);
}.tc-wp-content-root .tlsv-content .tlsv-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .tlsv-content .tlsv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tlsv-content .tlsv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at top right, rgba(255, 47, 108, 0.18), transparent 34%);
}.tc-wp-content-root .tlsv-content .tlsv-badge-dot{
  display: inline-flex;
  width: 36px;
  height: 10px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2f6c, #25f4ee);
  box-shadow: 0 10px 22px rgba(255, 47, 108, 0.18);
}.tc-wp-content-root .tlsv-content .tlsv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .tlsv-content .tlsv-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2f6c, #25f4ee);
  box-shadow: 0 14px 30px rgba(255, 47, 108, 0.18);
}.tc-wp-content-root .tlsv-content .tlsv-trust-mark::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 11px;
  height: 19px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .tlsv-content .tlsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tlsv-content .tlsv-reveal.tlsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tlsv-content .tlsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tlsv-content .tlsv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tlsv-content h2{
    font-size: 26px;
  }.tc-wp-content-root .tlsv-content .tlsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tlsv-content .tlsv-card-grid, .tc-wp-content-root .tlsv-content .tlsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tlsv-content .tlsv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tlsv-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tlsv-content .tlsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tlsv-content .tlsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tlsv-content h2{
    font-size: 29px;
  }.tc-wp-content-root .tlsv-content .tlsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlsv-content .tlsv-card-grid, .tc-wp-content-root .tlsv-content .tlsv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tlsv-content .tlsv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tlsv-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tlsv-content .tlsv-section{
    padding: 68px 0;
  }.tc-wp-content-root .tlsv-content .tlsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tlsv-content h2{
    font-size: 33px;
  }.tc-wp-content-root .tlsv-content .tlsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tlsv-content .tlsv-card-grid, .tc-wp-content-root .tlsv-content .tlsv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tlsv-content .tlsv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tlsv-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tlsv-content .tlsv-section{
    padding: 82px 0;
  }.tc-wp-content-root .tlsv-content .tlsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tlsv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .tlsv-content .tlsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tlsv-content .tlsv-card-grid, .tc-wp-content-root .tlsv-content .tlsv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tlsv-content .tlsv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tlsv-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tlsv-content .tlsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tlsv-content .tlsv-container{
    padding: 0 34px;
  }.tc-wp-content-root .tlsv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .tlsv-content .tlsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tlsv-content .tlsv-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tlsv-content .tlsv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .tlsv-content .tlsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tlsv-content .tlsv-card, .tc-wp-content-root .tlsv-content .tlsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tlsv-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tlsv-content .tlsv-card p, .tc-wp-content-root .tlsv-content .tlsv-step-card p, .tc-wp-content-root .tlsv-content .tlsv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .tlsv-content .tlsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}

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