@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-15 .tc-wp-content-root img, .wpc-scope-15 .tc-wp-content-root video, .wpc-scope-15 .tc-wp-content-root svg, .wpc-scope-15 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial, .wpc-scope-15 .tc-wp-content-root .icv-editorial div, .wpc-scope-15 .tc-wp-content-root .icv-editorial section, .wpc-scope-15 .tc-wp-content-root .icv-editorial article{
  box-sizing: border-box;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-section-white{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 244, 255, 0.95), rgba(255, 247, 237, 0.95));
  color: #be185d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ec4899, #8b5cf6);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6475;
  line-height: 1.75;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(249, 115, 22, 0.22), rgba(236, 72, 153, 0.2), rgba(139, 92, 246, 0.18)) border-box;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: radial-gradient(circle at 35% 35%, rgba(236, 72, 153, 0.18), rgba(249, 115, 22, 0.06) 56%, transparent 58%);
  pointer-events: none;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card h3{
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #131a2a;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f97316, #ec4899 52%, #8b5cf6);
  box-shadow: 0 14px 28px rgba(236, 72, 153, 0.2);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon::before, .wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-chat::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 13px;
  border-radius: 6px;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-chat::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 25px;
  transform: rotate(45deg);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-preview::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 6px;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ec4899;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-steps::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-steps::after{
  width: 5px;
  height: 5px;
  left: 8px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 33px;
  border-radius: 999px;
  background: #ec4899;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-daily::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-icon-daily::after{
  width: 13px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.92);
  background: #ec4899;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-timeline{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(236, 72, 153, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #f97316, #ec4899, #8b5cf6);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff7ed, #fdf2f8);
  color: #be185d;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(236, 72, 153, 0.15);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-content h3{
  margin: 0;
  color: #131a2a;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-step-content p{
  margin: 8px 0 0;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-badge{
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.09);
  color: #be185d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-use-card h3{
  margin-top: 16px;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-trust-card{
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.1), transparent 34%),
    linear-gradient(#ffffff, #ffffff);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(236, 72, 153, 0.14), rgba(139, 92, 246, 0.14));
  border: 1px solid rgba(236, 72, 153, 0.16);
  position: relative;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #be185d;
  border-bottom: 3px solid #be185d;
  transform: rotate(-45deg);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-note{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(236, 72, 153, 0.17);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 237, 0.84));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-note p{
  margin: 0;
  color: #475569;
  text-align: center;
  line-height: 1.75;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-15 .tc-wp-content-root .icv-editorial .icv-reveal.icv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .icv-editorial .icv-section{
    padding: 48px 0;
  }.tc-wp-content-root .icv-editorial .icv-container{
    padding: 0 14px;
  }.tc-wp-content-root .icv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .icv-editorial .icv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .icv-editorial .icv-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-step-content h3{
    font-size: 17px;
  }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-step-content p, .tc-wp-content-root .icv-editorial .icv-note p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial .icv-timeline{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .icv-editorial .icv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .icv-editorial .icv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .icv-editorial .icv-note{
    margin-top: 24px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .icv-editorial .icv-section{
    padding: 54px 0;
  }.tc-wp-content-root .icv-editorial .icv-container{
    padding: 0 18px;
  }.tc-wp-content-root .icv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .icv-editorial .icv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .icv-editorial .icv-card{
    padding: 22px;
  }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-step-content p, .tc-wp-content-root .icv-editorial .icv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .icv-editorial .icv-timeline{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .icv-editorial .icv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .icv-editorial .icv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .icv-editorial .icv-note{
    margin-top: 26px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .icv-editorial .icv-section{
    padding: 60px 0;
  }.tc-wp-content-root .icv-editorial .icv-container{
    padding: 0 22px;
  }.tc-wp-content-root .icv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .icv-editorial .icv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .icv-editorial .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .icv-editorial .icv-card{
    padding: 24px;
  }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-step-content p, .tc-wp-content-root .icv-editorial .icv-note p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial .icv-timeline{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .icv-editorial .icv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .icv-editorial .icv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .icv-editorial .icv-note{
    margin-top: 28px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .icv-editorial .icv-section{
    padding: 78px 0;
  }.tc-wp-content-root .icv-editorial .icv-container{
    padding: 0 34px;
  }.tc-wp-content-root .icv-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .icv-editorial .icv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .icv-editorial .icv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial .icv-card{
    padding: 26px;
  }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-step-content p, .tc-wp-content-root .icv-editorial .icv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial .icv-timeline{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial .icv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .icv-editorial .icv-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }.tc-wp-content-root .icv-editorial .icv-note{
    margin-top: 34px;
    padding: 26px 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .icv-editorial .icv-section{
    padding: 92px 0;
  }.tc-wp-content-root .icv-editorial .icv-container{
    padding: 0 32px;
  }.tc-wp-content-root .icv-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .icv-editorial .icv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .icv-editorial .icv-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .icv-editorial .icv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .icv-editorial .icv-card{
    padding: 28px;
  }.tc-wp-content-root .icv-editorial .icv-card h3, .tc-wp-content-root .icv-editorial .icv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .icv-editorial .icv-card p, .tc-wp-content-root .icv-editorial .icv-step-content p, .tc-wp-content-root .icv-editorial .icv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial .icv-timeline{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .icv-editorial .icv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .icv-editorial .icv-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }.tc-wp-content-root .icv-editorial .icv-note{
    margin-top: 38px;
    padding: 28px 34px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .icv-editorial .icv-card, .tc-wp-content-root .icv-editorial .icv-step-card, .tc-wp-content-root .icv-editorial .icv-reveal{
    transition: none;
  }.tc-wp-content-root .icv-editorial .icv-reveal{
    opacity: 1;
    transform: none;
  }}.wpc-scope-15 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .icv-trust-grid{}