/* 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 .icv-editorial-2026, .tc-wp-content-root .icv-editorial-2026 *{
  box-sizing: border-box;
}.tc-wp-content-root .icv-editorial-2026{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #161724;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .icv-editorial-2026 .icv-section-white{
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-section-soft{
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 87, 154, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(111, 76, 255, 0.08), transparent 32%),
    #fbfafc;
}.tc-wp-content-root .icv-editorial-2026 .icv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .icv-editorial-2026 .icv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(220, 52, 124, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 87, 154, 0.10), rgba(111, 76, 255, 0.10));
  color: #9d285f;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .icv-editorial-2026 .icv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5a8f, #6f4cff);
  box-shadow: 0 0 0 5px rgba(255, 90, 143, 0.12);
}.tc-wp-content-root .icv-editorial-2026 h2, .tc-wp-content-root .icv-editorial-2026 h3, .tc-wp-content-root .icv-editorial-2026 p{
  margin-top: 0;
}.tc-wp-content-root .icv-editorial-2026 h2{
  margin-bottom: 14px;
  color: #151522;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 680px;
  color: #5c6073;
  line-height: 1.7;
}.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .icv-editorial-2026 .icv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 25, 38, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 90, 143, 0.34), rgba(111, 76, 255, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 16px 40px rgba(34, 30, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .icv-editorial-2026 .icv-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 90, 143, 0.08), rgba(111, 76, 255, 0.08));
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .icv-editorial-2026 .icv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(220, 52, 124, 0.22);
  box-shadow: 0 22px 58px rgba(34, 30, 54, 0.13);
}.tc-wp-content-root .icv-editorial-2026 .icv-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .icv-editorial-2026 .icv-card h3{
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #191a28;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .icv-editorial-2026 .icv-card p{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #626678;
  line-height: 1.66;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5a8f, #f54b70 42%, #6f4cff);
  box-shadow: 0 12px 26px rgba(226, 55, 128, 0.24);
}.tc-wp-content-root .icv-editorial-2026 .icv-icon::before, .tc-wp-content-root .icv-editorial-2026 .icv-icon::after{
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-view::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-view::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-speed::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-speed::after{
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: translate(-10%, -50%) rotate(-28deg);
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-preview::before{
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-preview::after{
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-simple::before{
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 -7px 0 #ffffff, 0 7px 0 #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-simple::after{
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 -7px 0 #ffffff, 0 7px 0 #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-mobile::before{
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-mobile::after{
  width: 4px;
  height: 4px;
  margin-top: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-daily::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .icv-editorial-2026 .icv-icon-daily::after{
  width: 10px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -45%) rotate(-45deg);
}.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(25, 25, 38, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(34, 30, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .icv-editorial-2026 .icv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, #ff5a8f, #6f4cff);
}.tc-wp-content-root .icv-editorial-2026 .icv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(111, 76, 255, 0.18);
  box-shadow: 0 22px 60px rgba(34, 30, 54, 0.12);
}.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5a8f, #6f4cff);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(111, 76, 255, 0.22);
}.tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
  margin: 0 0 8px;
  color: #171827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
  margin: 0;
  color: #606477;
  line-height: 1.66;
}.tc-wp-content-root .icv-editorial-2026 .icv-use-card{
  background:
    radial-gradient(circle at top right, rgba(255, 90, 143, 0.08), transparent 32%),
    #ffffff;
}.tc-wp-content-root .icv-editorial-2026 .icv-mini-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 90, 143, 0.16), rgba(111, 76, 255, 0.14));
  border: 1px solid rgba(220, 52, 124, 0.14);
}.tc-wp-content-root .icv-editorial-2026 .icv-mini-dot::after{
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5a8f, #6f4cff);
}.tc-wp-content-root .icv-editorial-2026 .icv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 20% 0%, rgba(255, 90, 143, 0.10), transparent 30%);
}.tc-wp-content-root .icv-editorial-2026 .icv-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(111, 76, 255, 0.08);
  border: 1px solid rgba(111, 76, 255, 0.14);
  color: #5d3bd0;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .icv-editorial-2026 .icv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .icv-editorial-2026 .icv-reveal.icv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .icv-editorial-2026 .icv-reveal, .tc-wp-content-root .icv-editorial-2026 .icv-card, .tc-wp-content-root .icv-editorial-2026 .icv-step-card, .tc-wp-content-root .icv-editorial-2026 .icv-card::after{
    transition: none;
  }.tc-wp-content-root .icv-editorial-2026 .icv-reveal{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .icv-editorial-2026 .icv-section{
    padding: 52px 0;
  }.tc-wp-content-root .icv-editorial-2026 .icv-container{
    padding: 0 14px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .icv-editorial-2026 h2{
    font-size: 26px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card h3, .tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card p, .tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .icv-editorial-2026 .icv-section{
    padding: 58px 0;
  }.tc-wp-content-root .icv-editorial-2026 .icv-container{
    padding: 0 18px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .icv-editorial-2026 h2{
    font-size: 29px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card h3, .tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card p, .tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .icv-editorial-2026 .icv-section{
    padding: 64px 0;
  }.tc-wp-content-root .icv-editorial-2026 .icv-container{
    padding: 0 22px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .icv-editorial-2026 h2{
    font-size: 33px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card{
    padding: 26px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card h3, .tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card p, .tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .icv-editorial-2026 .icv-section{
    padding: 78px 0;
  }.tc-wp-content-root .icv-editorial-2026 .icv-container{
    padding: 0 30px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .icv-editorial-2026 h2{
    font-size: 40px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .icv-editorial-2026 .icv-card{
    padding: 28px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card h3, .tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card p, .tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .icv-editorial-2026 .icv-section{
    padding: 92px 0;
  }.tc-wp-content-root .icv-editorial-2026 .icv-container{
    padding: 0 32px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .icv-editorial-2026 h2{
    font-size: 46px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-grid-six, .tc-wp-content-root .icv-editorial-2026 .icv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .icv-editorial-2026 .icv-card{
    padding: 30px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card h3, .tc-wp-content-root .icv-editorial-2026 .icv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-card p, .tc-wp-content-root .icv-editorial-2026 .icv-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .icv-editorial-2026 .icv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}