@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;
}.wpc-scope-72 .tc-wp-content-root img, .wpc-scope-72 .tc-wp-content-root video, .wpc-scope-72 .tc-wp-content-root svg, .wpc-scope-72 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --smt-accent: #4f46e5;
  --smt-accent-2: #06b6d4;
  --smt-accent-3: #14b8a6;
  --smt-text: #172033;
  --smt-muted: #5d6678;
  --smt-border: rgba(79, 70, 229, 0.14);
  --smt-soft: #f7f9fc;
  --smt-card: #ffffff;
  --smt-shadow: 0 18px 48px rgba(24, 32, 51, 0.08);
  --smt-shadow-hover: 0 24px 70px rgba(24, 32, 51, 0.13);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections div, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections section, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections article{
  box-sizing: border-box;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-section{
  position: relative;
  width: 100%;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-section-white{
  background: #ffffff;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(6, 182, 212, 0.09), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(79, 70, 229, 0.08), transparent 30%),
    var(--smt-soft);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(6, 182, 212, 0.08));
  color: #3942b8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--smt-accent), var(--smt-accent-2));
  box-shadow: 0 0 0 5px rgba(79, 70, 229, 0.1);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections h2, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections h3, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections p{
  margin-top: 0;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections h2{
  color: var(--smt-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-bottom: 14px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-section-head p{
  color: var(--smt-muted);
  line-height: 1.7;
  margin-bottom: 0;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--smt-border);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    var(--smt-card);
  box-shadow: var(--smt-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(6, 182, 212, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card:hover{
  transform: translateY(-6px);
  border-color: rgba(79, 70, 229, 0.28);
  box-shadow: var(--smt-shadow-hover);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card:hover::after{
  opacity: 1;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card h3{
  position: relative;
  z-index: 1;
  color: var(--smt-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 10px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card p{
  position: relative;
  z-index: 1;
  color: var(--smt-muted);
  line-height: 1.68;
  margin-bottom: 0;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(6, 182, 212, 0.13));
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.13);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon::before, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card:hover .smt-icon::before, .wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-card:hover .smt-icon::after{
  transform: translateY(-2px);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-view::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid var(--smt-accent);
  border-radius: 50%;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-view::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: var(--smt-accent-2);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid var(--smt-accent);
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 22px;
  top: 21px;
  border-radius: 10px;
  background: var(--smt-accent-2);
  transform-origin: left center;
  transform: rotate(-34deg);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-preview::before{
  width: 22px;
  height: 17px;
  left: 11px;
  top: 13px;
  border: 2px solid var(--smt-accent);
  border-radius: 7px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 10px;
  background: var(--smt-accent-2);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-steps::before{
  width: 5px;
  height: 5px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: var(--smt-accent);
  box-shadow: 0 9px 0 var(--smt-accent-2), 0 18px 0 var(--smt-accent-3);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 21px;
  top: 14px;
  border-radius: 10px;
  background: var(--smt-accent);
  box-shadow: 0 9px 0 var(--smt-accent-2), 0 18px 0 var(--smt-accent-3);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid var(--smt-accent);
  border-radius: 7px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 10px;
  background: var(--smt-accent-2);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
  border: 2px solid var(--smt-accent);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-daily::after{
  width: 12px;
  height: 8px;
  left: 17px;
  top: 17px;
  border-left: 2px solid var(--smt-accent-2);
  border-bottom: 2px solid var(--smt-accent-2);
  transform: rotate(-45deg);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-lock::before{
  width: 18px;
  height: 14px;
  left: 13px;
  top: 19px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--smt-accent), var(--smt-accent-2));
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-lock::after{
  width: 14px;
  height: 13px;
  left: 15px;
  top: 10px;
  border: 2px solid var(--smt-accent);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-clean::before{
  width: 23px;
  height: 16px;
  left: 10px;
  top: 13px;
  border: 2px solid var(--smt-accent);
  border-radius: 7px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-clean::after{
  width: 16px;
  height: 2px;
  left: 14px;
  top: 20px;
  background: var(--smt-accent-2);
  box-shadow: 0 6px 0 rgba(20, 184, 166, 0.8);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-public::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border: 2px solid var(--smt-accent);
  border-radius: 50%;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-icon-public::after{
  width: 2px;
  height: 24px;
  left: 21px;
  top: 10px;
  background: var(--smt-accent-2);
  box-shadow: -8px 11px 0 -1px var(--smt-accent-2), 8px 11px 0 -1px var(--smt-accent-2);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96)),
    #ffffff;
  box-shadow: var(--smt-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--smt-accent), var(--smt-accent-2));
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: var(--smt-shadow-hover);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--smt-accent), var(--smt-accent-2));
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(79, 70, 229, 0.22);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
  color: var(--smt-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 8px;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
  color: var(--smt-muted);
  line-height: 1.68;
  margin-bottom: 0;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.11), rgba(20, 184, 166, 0.12));
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-badge-dot::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--smt-accent), var(--smt-accent-2));
  box-shadow: 0 0 0 7px rgba(6, 182, 212, 0.12);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 1)),
    #ffffff;
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-72 .tc-wp-content-root .smt-editorial-sections .smt-reveal.smt-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .smt-editorial-sections .smt-section{
    padding: 46px 0;
  }.tc-wp-content-root .smt-editorial-sections .smt-container{
    padding: 0 14px;
  }.tc-wp-content-root .smt-editorial-sections h2{
    font-size: 25px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card h3, .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card p, .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .smt-editorial-sections .smt-steps{
    gap: 15px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .smt-editorial-sections .smt-section{
    padding: 52px 0;
  }.tc-wp-content-root .smt-editorial-sections .smt-container{
    padding: 0 18px;
  }.tc-wp-content-root .smt-editorial-sections h2{
    font-size: 28px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card-grid{
    grid-template-columns: 1fr;
    gap: 17px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card h3, .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card p, .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .smt-editorial-sections .smt-steps{
    gap: 17px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .smt-editorial-sections .smt-section{
    padding: 58px 0;
  }.tc-wp-content-root .smt-editorial-sections .smt-container{
    padding: 0 22px;
  }.tc-wp-content-root .smt-editorial-sections h2{
    font-size: 31px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card h3, .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card p, .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .smt-editorial-sections .smt-steps{
    gap: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .smt-editorial-sections .smt-section{
    padding: 72px 0;
  }.tc-wp-content-root .smt-editorial-sections .smt-container{
    padding: 0 30px;
  }.tc-wp-content-root .smt-editorial-sections h2{
    font-size: 38px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .smt-editorial-sections .smt-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card{
    padding: 28px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card h3, .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card p, .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smt-editorial-sections .smt-steps{
    gap: 20px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .smt-editorial-sections .smt-section{
    padding: 88px 0;
  }.tc-wp-content-root .smt-editorial-sections .smt-container{
    padding: 0 32px;
  }.tc-wp-content-root .smt-editorial-sections h2{
    font-size: 44px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .smt-editorial-sections .smt-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .smt-editorial-sections .smt-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card{
    padding: 30px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card h3, .tc-wp-content-root .smt-editorial-sections .smt-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .smt-editorial-sections .smt-card p, .tc-wp-content-root .smt-editorial-sections .smt-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smt-editorial-sections .smt-steps{
    gap: 22px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .smt-editorial-sections .smt-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .smt-editorial-sections .smt-card, .tc-wp-content-root .smt-editorial-sections .smt-step-card, .tc-wp-content-root .smt-editorial-sections .smt-reveal, .tc-wp-content-root .smt-editorial-sections .smt-reveal.smt-is-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .smt-editorial-sections .smt-reveal{
    opacity: 1;
  }}.wpc-scope-72 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .smt-trust-grid{}