@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-60 .tc-wp-content-root img, .wpc-scope-60 .tc-wp-content-root video, .wpc-scope-60 .tc-wp-content-root svg, .wpc-scope-60 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-section-white{
  background: #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-section-soft{
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 69, 0, 0.08), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(255, 126, 64, 0.1), transparent 34%),
    #f8fafc;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 69, 0, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 145, 77, 0.08));
  color: #b73300;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-heading p{
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.7;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-card{
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card::before, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.14), transparent 38%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card:hover, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card:hover, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.28);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card:hover::before, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card h3, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
  position: relative;
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card p, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #657084;
  font-weight: 400;
  line-height: 1.65;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 12px 24px rgba(255, 69, 0, 0.22);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon::before, .wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-profile::before{
  width: 13px;
  height: 13px;
  top: 10px;
  left: 16px;
  border-radius: 50%;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-profile::after{
  width: 24px;
  height: 10px;
  left: 11px;
  bottom: 10px;
  border-radius: 12px 12px 6px 6px;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-speed::before{
  width: 22px;
  height: 5px;
  top: 16px;
  left: 12px;
  border-radius: 8px;
  transform: rotate(-18deg);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-speed::after{
  width: 10px;
  height: 10px;
  right: 11px;
  bottom: 12px;
  border-radius: 50%;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-preview::before{
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border-radius: 6px;
  opacity: 0.95;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #ff6f27;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-steps::before{
  width: 6px;
  height: 6px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-steps::after{
  width: 16px;
  height: 4px;
  top: 13px;
  right: 10px;
  border-radius: 8px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-mobile::before{
  width: 18px;
  height: 26px;
  top: 9px;
  left: 14px;
  border-radius: 6px;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-mobile::after{
  width: 6px;
  height: 3px;
  bottom: 13px;
  left: 20px;
  border-radius: 6px;
  background: #ff6f27;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-daily::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border-radius: 7px;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-icon-daily::after{
  width: 14px;
  height: 4px;
  top: 20px;
  left: 16px;
  border-radius: 8px;
  background: #ff6f27;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-card:hover .ruv-icon{
  transform: translateY(-2px);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(255, 255, 255, 0.94) 40%),
    #ffffff;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #ff9455);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 69, 0, 0.22);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-badge-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 0 12px 24px rgba(255, 69, 0, 0.18);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-mark{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.14), rgba(255, 138, 61, 0.16));
  border: 1px solid rgba(255, 69, 0, 0.2);
  position: relative;
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #ff4500;
  border-bottom: 3px solid #ff4500;
  transform: rotate(-45deg);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-60 .tc-wp-content-root .ruv-editorial .ruv-reveal.ruv-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 .ruv-editorial .ruv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ruv-editorial .ruv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid, .tc-wp-content-root .ruv-editorial .ruv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid-six, .tc-wp-content-root .ruv-editorial .ruv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ruv-editorial .ruv-card, .tc-wp-content-root .ruv-editorial .ruv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ruv-editorial .ruv-card h3, .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ruv-editorial .ruv-card p, .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .tc-wp-content-root .ruv-editorial .ruv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ruv-editorial .ruv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ruv-editorial .ruv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid, .tc-wp-content-root .ruv-editorial .ruv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid-six, .tc-wp-content-root .ruv-editorial .ruv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ruv-editorial .ruv-card, .tc-wp-content-root .ruv-editorial .ruv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ruv-editorial .ruv-card h3, .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ruv-editorial .ruv-card p, .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .tc-wp-content-root .ruv-editorial .ruv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ruv-editorial .ruv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ruv-editorial .ruv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid, .tc-wp-content-root .ruv-editorial .ruv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid-six, .tc-wp-content-root .ruv-editorial .ruv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ruv-editorial .ruv-card, .tc-wp-content-root .ruv-editorial .ruv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ruv-editorial .ruv-card h3, .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ruv-editorial .ruv-card p, .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .tc-wp-content-root .ruv-editorial .ruv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ruv-editorial .ruv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ruv-editorial .ruv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid, .tc-wp-content-root .ruv-editorial .ruv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid-six, .tc-wp-content-root .ruv-editorial .ruv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ruv-editorial .ruv-card, .tc-wp-content-root .ruv-editorial .ruv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ruv-editorial .ruv-card h3, .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ruv-editorial .ruv-card p, .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .tc-wp-content-root .ruv-editorial .ruv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ruv-editorial .ruv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ruv-editorial .ruv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ruv-editorial .ruv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid, .tc-wp-content-root .ruv-editorial .ruv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ruv-editorial .ruv-grid-six, .tc-wp-content-root .ruv-editorial .ruv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ruv-editorial .ruv-card, .tc-wp-content-root .ruv-editorial .ruv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ruv-editorial .ruv-card h3, .tc-wp-content-root .ruv-editorial .ruv-trust-card h3, .tc-wp-content-root .ruv-editorial .ruv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ruv-editorial .ruv-card p, .tc-wp-content-root .ruv-editorial .ruv-trust-card p, .tc-wp-content-root .ruv-editorial .ruv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ruv-editorial .ruv-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}