@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 .spv-editorial-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
}.tc-wp-content-root .spv-editorial-content, .tc-wp-content-root .spv-editorial-content section, .tc-wp-content-root .spv-editorial-content div, .tc-wp-content-root .spv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .spv-editorial-content .spv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .spv-editorial-content .spv-section-white{
  background: #ffffff;
}.tc-wp-content-root .spv-editorial-content .spv-section-soft{
  background: linear-gradient(180deg, #fbfbf7 0%, #f7f8fb 100%);
}.tc-wp-content-root .spv-editorial-content .spv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .spv-editorial-content .spv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .spv-editorial-content .spv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 211, 0, 0.4);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.18), rgba(0, 210, 255, 0.12));
  color: #334155;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .spv-editorial-content h2{
  margin: 16px 0 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .spv-editorial-content .spv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6475;
  line-height: 1.7;
}.tc-wp-content-root .spv-editorial-content .spv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card, .tc-wp-content-root .spv-editorial-content .spv-step-card{
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .spv-editorial-content .spv-card{
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .spv-editorial-content .spv-card::before, .tc-wp-content-root .spv-editorial-content .spv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #fffc00, #18c8ff, #7c3cff);
  opacity: 0.9;
}.tc-wp-content-root .spv-editorial-content .spv-card:hover, .tc-wp-content-root .spv-editorial-content .spv-trust-card:hover, .tc-wp-content-root .spv-editorial-content .spv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 200, 255, 0.32);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.13);
}.tc-wp-content-root .spv-editorial-content .spv-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff900, #25d8ff);
  box-shadow: 0 12px 28px rgba(24, 200, 255, 0.22);
  position: relative;
}.tc-wp-content-root .spv-editorial-content .spv-icon::before, .tc-wp-content-root .spv-editorial-content .spv-icon::after{
  content: "";
  position: absolute;
  background: #172033;
  opacity: 0.78;
}.tc-wp-content-root .spv-editorial-content .spv-icon-view::before{
  width: 20px;
  height: 12px;
  border: 2px solid #172033;
  border-radius: 999px;
  background: transparent;
  left: 10px;
  top: 15px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-view::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 19px;
  top: 20px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-speed::before{
  width: 20px;
  height: 20px;
  border: 2px solid #172033;
  border-radius: 50%;
  background: transparent;
  left: 12px;
  top: 12px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-speed::after{
  width: 12px;
  height: 2px;
  transform: rotate(-35deg);
  left: 21px;
  top: 22px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-preview::before{
  width: 22px;
  height: 16px;
  border: 2px solid #172033;
  border-radius: 6px;
  background: transparent;
  left: 10px;
  top: 13px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 16px;
  top: 32px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-steps::before{
  width: 18px;
  height: 2px;
  left: 15px;
  top: 14px;
  box-shadow: 0 8px 0 #172033, 0 16px 0 #172033;
}.tc-wp-content-root .spv-editorial-content .spv-icon-steps::after{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 8px;
  top: 12px;
  box-shadow: 0 8px 0 #172033, 0 16px 0 #172033;
}.tc-wp-content-root .spv-editorial-content .spv-icon-mobile::before{
  width: 16px;
  height: 24px;
  border: 2px solid #172033;
  border-radius: 6px;
  background: transparent;
  left: 14px;
  top: 9px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-mobile::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 20px;
  top: 28px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-daily::before{
  width: 22px;
  height: 20px;
  border: 2px solid #172033;
  border-radius: 8px;
  background: transparent;
  left: 10px;
  top: 12px;
}.tc-wp-content-root .spv-editorial-content .spv-icon-daily::after{
  width: 10px;
  height: 2px;
  left: 17px;
  top: 21px;
  box-shadow: 0 6px 0 #172033;
}.tc-wp-content-root .spv-editorial-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
  margin: 12px 0 0;
  color: #5c6678;
  line-height: 1.68;
}.tc-wp-content-root .spv-editorial-content .spv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .spv-editorial-content .spv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 252, 0, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 64%, rgba(24, 200, 255, 0.1) 100%);
}.tc-wp-content-root .spv-editorial-content .spv-step-card::after{
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(24, 200, 255, 0.22);
  border-radius: 28px;
  transform: rotate(12deg);
}.tc-wp-content-root .spv-editorial-content .spv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #101828, #27364f);
  color: #fffc00;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.18);
  z-index: 1;
}.tc-wp-content-root .spv-editorial-content .spv-step-copy{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .spv-editorial-content .spv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 200, 255, 0.1);
  color: #0f6f8f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .spv-editorial-content .spv-trust-card{
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .spv-editorial-content .spv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #18c8ff;
  box-shadow: 0 0 0 8px rgba(24, 200, 255, 0.12), 0 0 0 16px rgba(255, 252, 0, 0.12);
}.tc-wp-content-root .spv-editorial-content .spv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .spv-editorial-content .spv-reveal.spv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .spv-editorial-content .spv-section{
    padding: 48px 0;
  }.tc-wp-content-root .spv-editorial-content .spv-container{
    padding: 0 14px;
  }.tc-wp-content-root .spv-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .spv-editorial-content .spv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .spv-editorial-content .spv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .spv-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .spv-editorial-content .spv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .spv-editorial-content .spv-section{
    padding: 54px 0;
  }.tc-wp-content-root .spv-editorial-content .spv-container{
    padding: 0 18px;
  }.tc-wp-content-root .spv-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .spv-editorial-content .spv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .spv-editorial-content .spv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .spv-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .spv-editorial-content .spv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .spv-editorial-content .spv-section{
    padding: 62px 0;
  }.tc-wp-content-root .spv-editorial-content .spv-container{
    padding: 0 22px;
  }.tc-wp-content-root .spv-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .spv-editorial-content .spv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .spv-editorial-content .spv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .spv-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .spv-editorial-content .spv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .spv-editorial-content .spv-section{
    padding: 76px 0;
  }.tc-wp-content-root .spv-editorial-content .spv-container{
    padding: 0 28px;
  }.tc-wp-content-root .spv-editorial-content h2{
    font-size: 42px;
  }.tc-wp-content-root .spv-editorial-content .spv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .spv-editorial-content .spv-grid-six, .tc-wp-content-root .spv-editorial-content .spv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .spv-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .spv-editorial-content .spv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .spv-editorial-content .spv-section{
    padding: 92px 0;
  }.tc-wp-content-root .spv-editorial-content .spv-container{
    padding: 0 32px;
  }.tc-wp-content-root .spv-editorial-content h2{
    font-size: 48px;
  }.tc-wp-content-root .spv-editorial-content .spv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .spv-editorial-content .spv-grid-six, .tc-wp-content-root .spv-editorial-content .spv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .spv-editorial-content .spv-card, .tc-wp-content-root .spv-editorial-content .spv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .spv-editorial-content h3{
    font-size: 22px;
  }.tc-wp-content-root .spv-editorial-content .spv-card p, .tc-wp-content-root .spv-editorial-content .spv-step-card p, .tc-wp-content-root .spv-editorial-content .spv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .spv-editorial-content .spv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .spv-editorial-content .spv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}