@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 .rav-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .rav-editorial, .tc-wp-content-root .rav-editorial div, .tc-wp-content-root .rav-editorial section, .tc-wp-content-root .rav-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .rav-editorial .rav-section{
  position: relative;
}.tc-wp-content-root .rav-editorial .rav-section-white{
  background: #ffffff;
}.tc-wp-content-root .rav-editorial .rav-section-soft{
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 69, 0, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .rav-editorial .rav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rav-editorial .rav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rav-editorial .rav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.07);
  color: #c93a07;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .rav-editorial .rav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500, #7c3aed);
  box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.12);
}.tc-wp-content-root .rav-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .rav-editorial .rav-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #566173;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .rav-editorial .rav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rav-editorial .rav-card::before, .tc-wp-content-root .rav-editorial .rav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(124, 58, 237, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .rav-editorial .rav-card:hover, .tc-wp-content-root .rav-editorial .rav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .rav-editorial .rav-card:hover::before, .tc-wp-content-root .rav-editorial .rav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rav-editorial .rav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #7c3aed);
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.2);
}.tc-wp-content-root .rav-editorial .rav-icon::before, .tc-wp-content-root .rav-editorial .rav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .rav-editorial .rav-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.95;
}.tc-wp-content-root .rav-editorial .rav-icon-view::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7c3aed;
}.tc-wp-content-root .rav-editorial .rav-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255,255,255,0.8), 0 14px 0 rgba(255,255,255,0.55);
}.tc-wp-content-root .rav-editorial .rav-icon-speed::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .rav-editorial .rav-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
  opacity: 0.9;
}.tc-wp-content-root .rav-editorial .rav-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 20px;
  border-radius: 99px;
  background: #7c3aed;
  box-shadow: 0 6px 0 #7c3aed;
}.tc-wp-content-root .rav-editorial .rav-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 11px 0 #fff, 0 22px 0 #fff;
}.tc-wp-content-root .rav-editorial .rav-icon-steps::after{
  width: 16px;
  height: 3px;
  right: 10px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 11px 0 #fff, 0 22px 0 #fff;
}.tc-wp-content-root .rav-editorial .rav-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}.tc-wp-content-root .rav-editorial .rav-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #7c3aed;
}.tc-wp-content-root .rav-editorial .rav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  opacity: 0.9;
}.tc-wp-content-root .rav-editorial .rav-icon-daily::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 21px;
  border-radius: 99px;
  background: #7c3aed;
  transform: rotate(-28deg);
}.tc-wp-content-root .rav-editorial h3{
  position: relative;
  margin: 0;
  color: #151b28;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5d6878;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .rav-editorial .rav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rav-editorial .rav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rav-editorial .rav-step-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(124, 58, 237, 0.12));
}.tc-wp-content-root .rav-editorial .rav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .rav-editorial .rav-step-number{
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff4500, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.18);
}.tc-wp-content-root .rav-editorial .rav-step-copy{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rav-editorial .rav-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 20%),
    linear-gradient(135deg, rgba(255, 69, 0, 0.95), rgba(124, 58, 237, 0.95));
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.16);
}.tc-wp-content-root .rav-editorial .rav-trust-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
    radial-gradient(circle at 20% 0%, rgba(255, 69, 0, 0.14), transparent 34%);
}.tc-wp-content-root .rav-editorial .rav-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.1);
  border: 1px solid rgba(255, 69, 0, 0.18);
}.tc-wp-content-root .rav-editorial .rav-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ff4500;
  border-bottom: 3px solid #ff4500;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .rav-editorial .rav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .rav-editorial .rav-reveal.rav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rav-editorial .rav-section{
    padding: 52px 0;
  }.tc-wp-content-root .rav-editorial .rav-container{
    padding: 0 14px;
  }.tc-wp-content-root .rav-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .rav-editorial .rav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rav-editorial .rav-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .rav-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .rav-editorial .rav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rav-editorial .rav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .rav-editorial .rav-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rav-editorial .rav-section{
    padding: 58px 0;
  }.tc-wp-content-root .rav-editorial .rav-container{
    padding: 0 18px;
  }.tc-wp-content-root .rav-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .rav-editorial .rav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .rav-editorial .rav-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .rav-editorial h3{
    font-size: 18.5px;
  }.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rav-editorial .rav-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rav-editorial .rav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .rav-editorial .rav-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rav-editorial .rav-section{
    padding: 64px 0;
  }.tc-wp-content-root .rav-editorial .rav-container{
    padding: 0 22px;
  }.tc-wp-content-root .rav-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .rav-editorial .rav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rav-editorial .rav-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .rav-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .rav-editorial .rav-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rav-editorial .rav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rav-editorial .rav-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rav-editorial .rav-section{
    padding: 78px 0;
  }.tc-wp-content-root .rav-editorial .rav-container{
    padding: 0 30px;
  }.tc-wp-content-root .rav-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .rav-editorial .rav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rav-editorial .rav-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .rav-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rav-editorial .rav-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rav-editorial .rav-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .rav-editorial .rav-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rav-editorial .rav-section{
    padding: 92px 0;
  }.tc-wp-content-root .rav-editorial .rav-container{
    padding: 0 32px;
  }.tc-wp-content-root .rav-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .rav-editorial .rav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rav-editorial .rav-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .rav-editorial .rav-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rav-editorial .rav-card, .tc-wp-content-root .rav-editorial .rav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .rav-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .rav-editorial .rav-card p, .tc-wp-content-root .rav-editorial .rav-trust-card p, .tc-wp-content-root .rav-editorial .rav-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rav-editorial .rav-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .rav-editorial .rav-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .rav-editorial .rav-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }}

.tc-wp-content-root .rav-trust-grid {}