@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 .isv-editorial-2026{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-2026 .isv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .isv-editorial-2026 .isv-section-white{
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-2026 .isv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 92, 145, 0.09), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 185, 79, 0.1), transparent 28%),
    #faf8fb;
}.tc-wp-content-root .isv-editorial-2026 .isv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .isv-editorial-2026 .isv-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(220, 54, 117, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 92, 145, 0.11), rgba(255, 185, 79, 0.13));
  color: #b42362;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
  margin: 0;
  color: #141a2a;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6578;
  line-height: 1.72;
}.tc-wp-content-root .isv-editorial-2026 .isv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card, .tc-wp-content-root .isv-editorial-2026 .isv-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(32, 26, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card:hover, .tc-wp-content-root .isv-editorial-2026 .isv-use-card:hover, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card:hover, .tc-wp-content-root .isv-editorial-2026 .isv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(220, 54, 117, 0.24);
  box-shadow: 0 24px 60px rgba(32, 26, 55, 0.12);
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card::before, .tc-wp-content-root .isv-editorial-2026 .isv-use-card::before, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 92, 145, 0.38), rgba(255, 185, 79, 0.22), rgba(120, 82, 255, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card:hover::before, .tc-wp-content-root .isv-editorial-2026 .isv-use-card:hover::before, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
  margin: 0;
  color: #171e30;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
  margin: 10px 0 0;
  color: #5b6375;
  line-height: 1.68;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8b, #ffb24a);
  box-shadow: 0 14px 30px rgba(220, 54, 117, 0.22);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon::after{
  content: "";
  display: block;
  margin: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-circle::after{
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.32);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-bolt::after{
  width: 10px;
  height: 22px;
  border-radius: 4px;
  transform: skew(-15deg);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-frame::after{
  width: 22px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  border-radius: 6px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-steps::after{
  width: 23px;
  height: 6px;
  box-shadow: 0 -9px 0 rgba(255, 255, 255, 0.92), 0 9px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-phone::after{
  width: 15px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  border-radius: 6px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-daily::after{
  width: 22px;
  height: 22px;
  border-radius: 8px;
  box-shadow: inset 0 -7px 0 rgba(255, 255, 255, 0.45);
}.tc-wp-content-root .isv-editorial-2026 .isv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 252, 0.96)),
    #ffffff;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-card::after{
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.11), rgba(255, 178, 74, 0.13));
  transform: rotate(8deg);
  pointer-events: none;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 22px;
  background: linear-gradient(135deg, #e73578, #ff9f3f);
  box-shadow: 0 18px 38px rgba(220, 54, 117, 0.24);
  z-index: 1;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .isv-editorial-2026 .isv-mini-badge{
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 92, 145, 0.1);
  color: #b42362;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
  text-align: center;
}.tc-wp-content-root .isv-editorial-2026 .isv-trust-mark{
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #ff4f8b, #ffb24a);
  box-shadow: 0 16px 34px rgba(220, 54, 117, 0.2);
}.tc-wp-content-root .isv-editorial-2026 .isv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-reveal.isv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 54px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 16px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
    font-size: 27px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card-grid, .tc-wp-content-root .isv-editorial-2026 .isv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 60px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 20px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
    font-size: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card-grid, .tc-wp-content-root .isv-editorial-2026 .isv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 66px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
    font-size: 34px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card-grid, .tc-wp-content-root .isv-editorial-2026 .isv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 82px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 32px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
    font-size: 42px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card-grid, .tc-wp-content-root .isv-editorial-2026 .isv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 74px 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 96px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 36px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block h2{
    font-size: 48px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card, .tc-wp-content-root .isv-editorial-2026 .isv-use-card, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 82px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-use-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-info-card p, .tc-wp-content-root .isv-editorial-2026 .isv-use-card p, .tc-wp-content-root .isv-editorial-2026 .isv-trust-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-content p{
    font-size: 15.8px;
  }}

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