@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 .ttpv-post-viewer-unused{}.tc-wp-content-root .tt-post-viewer-bottom{
  width: 100%;
  max-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 .tt-post-viewer-bottom, .tc-wp-content-root .tt-post-viewer-bottom section, .tc-wp-content-root .tt-post-viewer-bottom div, .tc-wp-content-root .tt-post-viewer-bottom article{
  box-sizing: border-box;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section-white{
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(255, 0, 80, 0.07), transparent 28%),
    #ffffff;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section-soft{
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.06), rgba(255, 255, 255, 0) 34%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.06), rgba(255, 255, 255, 0) 36%),
    #f8fafc;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 180, 176, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #0e6270;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .tt-post-viewer-bottom h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #526071;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card::before, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #7c3aed 48%, #ff0050);
  opacity: 0.92;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card::after{
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.06) 54%, transparent 70%);
  pointer-events: none;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card:hover, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card:hover, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 190, 184, 0.28);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
  margin: 10px 0 0;
  color: #596779;
  line-height: 1.68;
  font-weight: 440;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13));
  border: 1px solid rgba(0, 180, 176, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon::before, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card:hover .ttpv-icon::before, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-card:hover .ttpv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-play::before{
  left: 19px;
  top: 15px;
  border-left: 13px solid #ff0050;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-flash::before{
  left: 18px;
  top: 11px;
  width: 11px;
  height: 25px;
  background: linear-gradient(180deg, #00a9a5, #ff0050);
  clip-path: polygon(45% 0, 100% 0, 64% 42%, 100% 42%, 30% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-frame::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #00a9a5;
  border-radius: 8px;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-frame::after{
  left: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff0050;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-route::before{
  left: 13px;
  top: 15px;
  width: 22px;
  height: 18px;
  border: 2px solid #00a9a5;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-route::after{
  left: 11px;
  top: 27px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff0050;
  box-shadow: 20px -16px 0 #00a9a5;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-phone::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 2px solid #0e6270;
  border-radius: 8px;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-phone::after{
  left: 22px;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ff0050;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-icon-check::before{
  left: 15px;
  top: 20px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #00a9a5;
  border-bottom: 3px solid #00a9a5;
  transform: rotate(-45deg);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(90deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
  position: relative;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-badge-dot::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00a9a5, #ff0050);
  box-shadow: 0 0 0 7px rgba(0, 242, 234, 0.10);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
  text-align: left;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b8b2, #ff0050);
  position: relative;
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.16);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 13px;
  height: 18px;
  border: 2px solid #ffffff;
  border-top-width: 3px;
  border-radius: 10px 10px 8px 8px;
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tt-post-viewer-bottom .ttpv-reveal.ttpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tt-post-viewer-bottom h2{
    font-size: 26px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-six, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 24px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tt-post-viewer-bottom h2{
    font-size: 29px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-six, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 26px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
    padding: 66px 0;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tt-post-viewer-bottom h2{
    font-size: 32px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-six, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 28px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
    padding: 82px 0;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tt-post-viewer-bottom h2{
    font-size: 40px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-six{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
    font-size: 15.8px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tt-post-viewer-bottom .ttpv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-container{
    padding: 0 34px;
  }.tc-wp-content-root .tt-post-viewer-bottom h2{
    font-size: 46px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-six, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card h3, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tt-post-viewer-bottom .ttpv-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-trust-card p, .tc-wp-content-root .tt-post-viewer-bottom .ttpv-step-content p{
    font-size: 16px;
  }}