@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: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-2026, .tc-wp-content-root .isv-editorial-2026 section, .tc-wp-content-root .isv-editorial-2026 div, .tc-wp-content-root .isv-editorial-2026 article{
  box-sizing: border-box;
}.tc-wp-content-root .isv-editorial-2026 .isv-section{
  position: relative;
}.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 10% 10%, rgba(237, 62, 132, 0.08), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(87, 96, 255, 0.08), transparent 34%),
    #f8fafc;
}.tc-wp-content-root .isv-editorial-2026 .isv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .isv-editorial-2026 .isv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(237, 62, 132, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(237, 62, 132, 0.09), rgba(87, 96, 255, 0.09));
  color: #b92368;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5c667a;
  font-weight: 450;
}.tc-wp-content-root .isv-editorial-2026 .isv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .isv-editorial-2026 .isv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(237, 62, 132, 0.28), rgba(87, 96, 255, 0.22)) border-box;
  box-shadow: 0 18px 45px rgba(22, 30, 46, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ed3e84, #7c4dff, #16b8d9);
  opacity: 0;
  transform: scaleX(0.74);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(237, 62, 132, 0.22);
  box-shadow: 0 24px 62px rgba(22, 30, 46, 0.13);
}.tc-wp-content-root .isv-editorial-2026 .isv-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
  margin: 10px 0 0;
  color: #647086;
  font-weight: 450;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(237, 62, 132, 0.14), rgba(87, 96, 255, 0.14));
  position: relative;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon::before, .tc-wp-content-root .isv-editorial-2026 .isv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-card:hover .isv-icon::before, .tc-wp-content-root .isv-editorial-2026 .isv-card:hover .isv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-lens::before{
  width: 16px;
  height: 16px;
  border: 3px solid #ed3e84;
  border-radius: 50%;
  left: 12px;
  top: 11px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-lens::after{
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #7c4dff;
  transform: rotate(45deg);
  left: 25px;
  top: 28px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-flash::before{
  width: 14px;
  height: 24px;
  left: 16px;
  top: 10px;
  background: linear-gradient(135deg, #ed3e84, #7c4dff);
  clip-path: polygon(55% 0, 100% 0, 60% 42%, 100% 42%, 35% 100%, 48% 56%, 0 56%);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-frame::before{
  inset: 12px;
  border: 3px solid #7c4dff;
  border-radius: 8px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background: #ed3e84;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-path::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  background: #ed3e84;
  box-shadow: 0 9px 0 #7c4dff, 0 18px 0 #16b8d9;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 8px;
  border: 3px solid #7c4dff;
  border-radius: 8px;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 99px;
  background: #ed3e84;
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #ed3e84, #7c4dff, #16b8d9, #ed3e84);
}.tc-wp-content-root .isv-editorial-2026 .isv-icon-daily::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-2026 .isv-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(22, 30, 46, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .isv-editorial-2026 .isv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ed3e84, #7c4dff, #16b8d9);
}.tc-wp-content-root .isv-editorial-2026 .isv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(22, 30, 46, 0.12);
}.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ed3e84, #7c4dff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(124, 77, 255, 0.24);
}.tc-wp-content-root .isv-editorial-2026 .isv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(22, 184, 217, 0.24), rgba(237, 62, 132, 0.22)) border-box;
}.tc-wp-content-root .isv-editorial-2026 .isv-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(22, 184, 217, 0.1);
  color: #087f99;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-2026 .isv-trust-card{
  background:
    linear-gradient(145deg, #ffffff, #fbfcff) padding-box,
    linear-gradient(135deg, rgba(237, 62, 132, 0.28), rgba(22, 184, 217, 0.22)) border-box;
}.tc-wp-content-root .isv-editorial-2026 .isv-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(237, 62, 132, 0.13), rgba(22, 184, 217, 0.13));
  position: relative;
}.tc-wp-content-root .isv-editorial-2026 .isv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #16a3bd;
  border-bottom: 3px solid #16a3bd;
  transform: rotate(-45deg);
}.tc-wp-content-root .isv-editorial-2026 .isv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .isv-editorial-2026 .isv-reveal.isv-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 .isv-editorial-2026 .isv-section{
    padding: 48px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 14px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 54px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 18px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 60px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
    font-size: 15px;
  }.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: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 74px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-final{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .isv-editorial-2026 .isv-card{
    padding: 28px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .isv-editorial-2026 .isv-section{
    padding: 92px 0;
  }.tc-wp-content-root .isv-editorial-2026 .isv-container{
    padding: 0 32px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-grid-three, .tc-wp-content-root .isv-editorial-2026 .isv-grid-final{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card{
    padding: 30px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card h3, .tc-wp-content-root .isv-editorial-2026 .isv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-card p, .tc-wp-content-root .isv-editorial-2026 .isv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-card{
    padding: 32px 34px;
    gap: 28px;
  }.tc-wp-content-root .isv-editorial-2026 .isv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}

.tc-wp-content-root .isv-step-content {}