@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 .scwv-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152026;
  background: #ffffff;
}.tc-wp-content-root .scwv-content .scwv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .scwv-content .scwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .scwv-content .scwv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 252, 0, 0.13), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 196, 255, 0.12), transparent 32%),
    #f8faf8;
}.tc-wp-content-root .scwv-content .scwv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .scwv-content .scwv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .scwv-content .scwv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.9), rgba(0, 196, 255, 0.16));
  color: #172026;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.08);
}.tc-wp-content-root .scwv-content .scwv-heading h2{
  margin: 0;
  color: #101820;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .scwv-content .scwv-heading p{
  margin: 16px auto 0;
  color: #52616b;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .scwv-content .scwv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .scwv-content .scwv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .scwv-content .scwv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #fffc00, #00c4ff, #b9ff66);
  opacity: 0.9;
}.tc-wp-content-root .scwv-content .scwv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 196, 255, 0.28);
  box-shadow: 0 24px 56px rgba(16, 24, 40, 0.13);
}.tc-wp-content-root .scwv-content .scwv-card h3{
  margin: 18px 0 0;
  color: #12202a;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .scwv-content .scwv-card p{
  margin: 10px 0 0;
  color: #5c6872;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .scwv-content .scwv-icon{
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #dffb4f);
  box-shadow: 0 12px 26px rgba(255, 220, 0, 0.22);
}.tc-wp-content-root .scwv-content .scwv-icon::before, .tc-wp-content-root .scwv-content .scwv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .scwv-content .scwv-icon-view::before{
  width: 20px;
  height: 12px;
  left: 12px;
  top: 16px;
  border: 2px solid #152026;
  border-radius: 50%;
}.tc-wp-content-root .scwv-content .scwv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #152026;
}.tc-wp-content-root .scwv-content .scwv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #152026;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .scwv-content .scwv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 21px;
  top: 21px;
  background: #152026;
  transform: rotate(-30deg);
  transform-origin: left center;
}.tc-wp-content-root .scwv-content .scwv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #152026;
  border-radius: 6px;
}.tc-wp-content-root .scwv-content .scwv-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 17px;
  top: 21px;
  background: #152026;
  box-shadow: 0 5px 0 #152026;
}.tc-wp-content-root .scwv-content .scwv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #152026;
  box-shadow: 0 9px 0 #152026, 0 18px 0 #152026;
}.tc-wp-content-root .scwv-content .scwv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 22px;
  top: 14px;
  background: #152026;
  box-shadow: 0 9px 0 #152026, 0 18px 0 #152026;
}.tc-wp-content-root .scwv-content .scwv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #152026;
  border-radius: 6px;
}.tc-wp-content-root .scwv-content .scwv-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 20px;
  top: 28px;
  border-radius: 50%;
  background: #152026;
}.tc-wp-content-root .scwv-content .scwv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #152026;
  border-radius: 8px;
}.tc-wp-content-root .scwv-content .scwv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 16px;
  top: 20px;
  background: #152026;
  box-shadow: 0 6px 0 #152026;
}.tc-wp-content-root .scwv-content .scwv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .scwv-content .scwv-step{
  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: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .scwv-content .scwv-step::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #fffc00, #00c4ff);
}.tc-wp-content-root .scwv-content .scwv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 214, 0, 0.36);
  box-shadow: 0 24px 56px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .scwv-content .scwv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101820, #263640);
  color: #fffc00;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.18);
}.tc-wp-content-root .scwv-content .scwv-step h3{
  margin: 0;
  color: #12202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .scwv-content .scwv-step p{
  margin: 9px 0 0;
  color: #5c6872;
  line-height: 1.68;
}.tc-wp-content-root .scwv-content .scwv-pill{
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 196, 255, 0.1);
  color: #075a70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .scwv-content .scwv-use-card::after{
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 88px;
  height: 88px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.25), rgba(0, 196, 255, 0.16));
  transform: rotate(16deg);
}.tc-wp-content-root .scwv-content .scwv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 255, 238, 0.88)),
    #ffffff;
}.tc-wp-content-root .scwv-content .scwv-trust-mark{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00, #00c4ff);
  position: relative;
  box-shadow: 0 12px 26px rgba(0, 196, 255, 0.14);
}.tc-wp-content-root .scwv-content .scwv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #12202a;
  border-bottom: 3px solid #12202a;
  transform: rotate(-45deg);
}.tc-wp-content-root .scwv-content .scwv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .scwv-content .scwv-reveal.scwv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .scwv-content .scwv-section{
    padding: 48px 0;
  }.tc-wp-content-root .scwv-content .scwv-container{
    padding: 0 14px;
  }.tc-wp-content-root .scwv-content .scwv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .scwv-content .scwv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .scwv-content .scwv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .scwv-content .scwv-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .scwv-content .scwv-card h3{
    font-size: 18px;
  }.tc-wp-content-root .scwv-content .scwv-card p{
    font-size: 14px;
  }.tc-wp-content-root .scwv-content .scwv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .scwv-content .scwv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .scwv-content .scwv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .scwv-content .scwv-step h3{
    font-size: 18px;
  }.tc-wp-content-root .scwv-content .scwv-step p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .scwv-content .scwv-section{
    padding: 54px 0;
  }.tc-wp-content-root .scwv-content .scwv-container{
    padding: 0 18px;
  }.tc-wp-content-root .scwv-content .scwv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .scwv-content .scwv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .scwv-content .scwv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .scwv-content .scwv-card{
    padding: 24px;
  }.tc-wp-content-root .scwv-content .scwv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .scwv-content .scwv-card p{
    font-size: 15px;
  }.tc-wp-content-root .scwv-content .scwv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .scwv-content .scwv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .scwv-content .scwv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .scwv-content .scwv-step h3{
    font-size: 19px;
  }.tc-wp-content-root .scwv-content .scwv-step p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .scwv-content .scwv-section{
    padding: 60px 0;
  }.tc-wp-content-root .scwv-content .scwv-container{
    padding: 0 22px;
  }.tc-wp-content-root .scwv-content .scwv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .scwv-content .scwv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .scwv-content .scwv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .scwv-content .scwv-card{
    padding: 26px;
  }.tc-wp-content-root .scwv-content .scwv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .scwv-content .scwv-card p{
    font-size: 15px;
  }.tc-wp-content-root .scwv-content .scwv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .scwv-content .scwv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .scwv-content .scwv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .scwv-content .scwv-step h3{
    font-size: 20px;
  }.tc-wp-content-root .scwv-content .scwv-step p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .scwv-content .scwv-section{
    padding: 74px 0;
  }.tc-wp-content-root .scwv-content .scwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .scwv-content .scwv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .scwv-content .scwv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .scwv-content .scwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scwv-content .scwv-card{
    padding: 28px;
  }.tc-wp-content-root .scwv-content .scwv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scwv-content .scwv-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scwv-content .scwv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scwv-content .scwv-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .scwv-content .scwv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .scwv-content .scwv-step h3{
    font-size: 22px;
  }.tc-wp-content-root .scwv-content .scwv-step p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .scwv-content .scwv-section{
    padding: 88px 0;
  }.tc-wp-content-root .scwv-content .scwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .scwv-content .scwv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .scwv-content .scwv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .scwv-content .scwv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .scwv-content .scwv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .scwv-content .scwv-card{
    padding: 30px;
  }.tc-wp-content-root .scwv-content .scwv-card h3{
    font-size: 22px;
  }.tc-wp-content-root .scwv-content .scwv-card p{
    font-size: 16px;
  }.tc-wp-content-root .scwv-content .scwv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .scwv-content .scwv-step{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .scwv-content .scwv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }.tc-wp-content-root .scwv-content .scwv-step h3{
    font-size: 24px;
  }.tc-wp-content-root .scwv-content .scwv-step p{
    font-size: 16.5px;
  }}

.tc-wp-content-root .scwv-step-content {}
.tc-wp-content-root .scwv-trust-grid {}