@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 .tpav-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .tpav-content-wrap, .tc-wp-content-root .tpav-content-wrap section, .tc-wp-content-root .tpav-content-wrap div, .tc-wp-content-root .tpav-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tpav-content-wrap .tpav-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .tpav-content-wrap .tpav-section-white{
  background: #ffffff;
}.tc-wp-content-root .tpav-content-wrap .tpav-section-soft{
  background:
    radial-gradient(circle at 14% 12%, rgba(0, 242, 234, 0.08), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 0, 80, 0.07), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .tpav-content-wrap .tpav-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tpav-content-wrap .tpav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tpav-content-wrap .tpav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 242, 234, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.09));
  color: #435066;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
  margin: 16px 0 12px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
  margin: 0;
  color: #5c667a;
  line-height: 1.7;
}.tc-wp-content-root .tpav-content-wrap .tpav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpav-content-wrap .tpav-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 47, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.08), rgba(255, 0, 80, 0.07));
  box-shadow: 0 18px 45px rgba(20, 30, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tpav-content-wrap .tpav-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), transparent 38%, rgba(255, 0, 80, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tpav-content-wrap .tpav-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 190, 186, 0.28);
  box-shadow: 0 24px 60px rgba(20, 30, 52, 0.12);
}.tc-wp-content-root .tpav-content-wrap .tpav-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
  position: relative;
  margin: 0;
  color: #151c2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
  position: relative;
  margin: 0;
  color: #5a6476;
  line-height: 1.68;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}.tc-wp-content-root .tpav-content-wrap .tpav-icon::before, .tc-wp-content-root .tpav-content-wrap .tpav-icon::after{
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-play::before{
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-flash::before{
  width: 13px;
  height: 22px;
  clip-path: polygon(55% 0, 100% 0, 66% 42%, 100% 42%, 34% 100%, 45% 55%, 0 55%);
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-frame::before{
  width: 19px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-path::before{
  width: 22px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-path::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(3px, -50%);
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-phone::before{
  width: 14px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .tpav-content-wrap .tpav-icon-daily::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tpav-content-wrap .tpav-steps{
  display: grid;
}.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(20, 30, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tpav-content-wrap .tpav-step-card::after{
  content: "";
  position: absolute;
  left: 32px;
  top: 100%;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.35));
}.tc-wp-content-root .tpav-content-wrap .tpav-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tpav-content-wrap .tpav-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 26px 65px rgba(20, 30, 52, 0.12);
}.tc-wp-content-root .tpav-content-wrap .tpav-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13)),
    #ffffff;
  color: #101828;
  font-size: 20px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(24, 32, 47, 0.08);
}.tc-wp-content-root .tpav-content-wrap .tpav-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  color: #25646a;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}.tc-wp-content-root .tpav-content-wrap .tpav-use-card:nth-child(even) .tpav-badge{
  background: rgba(255, 0, 80, 0.09);
  color: #8a2448;
}.tc-wp-content-root .tpav-content-wrap .tpav-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
}.tc-wp-content-root .tpav-content-wrap .tpav-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #2f3b52);
}.tc-wp-content-root .tpav-content-wrap .tpav-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #00f2ea;
  border-bottom: 3px solid #00f2ea;
  transform: rotate(40deg);
}.tc-wp-content-root .tpav-content-wrap .tpav-note{
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(0, 190, 186, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.07)), #ffffff;
  box-shadow: 0 18px 45px rgba(20, 30, 52, 0.07);
  text-align: center;
}.tc-wp-content-root .tpav-content-wrap .tpav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tpav-content-wrap .tpav-reveal.tpav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tpav-content-wrap .tpav-card, .tc-wp-content-root .tpav-content-wrap .tpav-step-card, .tc-wp-content-root .tpav-content-wrap .tpav-reveal, .tc-wp-content-root .tpav-content-wrap .tpav-reveal.tpav-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .tpav-content-wrap .tpav-reveal{
    opacity: 1;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpav-content-wrap .tpav-section{
    padding: 52px 0;
  }.tc-wp-content-root .tpav-content-wrap .tpav-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card{
    padding: 22px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
    margin-top: 9px;
    font-size: 14px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-steps{
    gap: 16px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card::after{
    display: none;
  }.tc-wp-content-root .tpav-content-wrap .tpav-note{
    margin-top: 22px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpav-content-wrap .tpav-section{
    padding: 58px 0;
  }.tc-wp-content-root .tpav-content-wrap .tpav-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-grid{
    grid-template-columns: 1fr;
    gap: 17px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card{
    padding: 24px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
    margin-top: 9px;
    font-size: 14.5px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-steps{
    gap: 17px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card::after{
    display: none;
  }.tc-wp-content-root .tpav-content-wrap .tpav-note{
    margin-top: 24px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpav-content-wrap .tpav-section{
    padding: 64px 0;
  }.tc-wp-content-root .tpav-content-wrap .tpav-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card{
    padding: 26px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-steps{
    gap: 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card::after{
    display: none;
  }.tc-wp-content-root .tpav-content-wrap .tpav-note{
    margin-top: 26px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpav-content-wrap .tpav-section{
    padding: 78px 0;
  }.tc-wp-content-root .tpav-content-wrap .tpav-container{
    padding: 0 30px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-grid-three, .tc-wp-content-root .tpav-content-wrap .tpav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card{
    padding: 28px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-steps{
    gap: 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-note{
    margin-top: 30px;
    padding: 28px 34px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tpav-content-wrap .tpav-section{
    padding: 92px 0;
  }.tc-wp-content-root .tpav-content-wrap .tpav-container{
    padding: 0 32px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-grid-three, .tc-wp-content-root .tpav-content-wrap .tpav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card{
    padding: 30px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card h3, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-card p, .tc-wp-content-root .tpav-content-wrap .tpav-step-copy p, .tc-wp-content-root .tpav-content-wrap .tpav-note p{
    margin-top: 11px;
    font-size: 15.8px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-steps{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .tpav-content-wrap .tpav-note{
    margin-top: 34px;
    padding: 30px 42px;
  }}