@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 .tac-editorial-2026{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tac-editorial-2026 .tac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tac-editorial-2026 .tac-section-white{
  background: #ffffff;
}.tc-wp-content-root .tac-editorial-2026 .tac-section-soft{
  background: linear-gradient(180deg, #fbfaf6 0%, #f7f3ea 100%);
}.tc-wp-content-root .tac-editorial-2026 .tac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tac-editorial-2026 .tac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tac-editorial-2026 .tac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(224, 141, 38, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 178, 63, 0.14), rgba(255, 111, 77, 0.1));
  color: #9a4d00;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.72;
}.tc-wp-content-root .tac-editorial-2026 .tac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tac-editorial-2026 .tac-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 34, 52, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(33, 41, 62, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tac-editorial-2026 .tac-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 165, 43, 0.6), rgba(255, 89, 89, 0), rgba(28, 122, 255, 0.28));
  opacity: 0;
  pointer-events: none;
  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;
}.tc-wp-content-root .tac-editorial-2026 .tac-card:hover{
  transform: translateY(-5px);
  border-color: rgba(224, 141, 38, 0.28);
  box-shadow: 0 24px 70px rgba(33, 41, 62, 0.13);
}.tc-wp-content-root .tac-editorial-2026 .tac-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
  margin: 0;
  color: #151f31;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
  margin: 11px 0 0;
  color: #5d6676;
  line-height: 1.68;
}.tc-wp-content-root .tac-editorial-2026 .tac-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb23f, #ff6b4a);
  box-shadow: 0 12px 26px rgba(255, 125, 54, 0.24);
}.tc-wp-content-root .tac-editorial-2026 .tac-icon::after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 5px;
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-solve::after{
  border-radius: 50%;
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-steps::after{
  width: 20px;
  height: 14px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-check::after{
  width: 17px;
  height: 10px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-clean::after{
  width: 16px;
  height: 16px;
  border-radius: 4px 10px 4px 10px;
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-speed::after{
  width: 18px;
  height: 18px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .tac-editorial-2026 .tac-icon-focus::after{
  width: 8px;
  height: 8px;
  border-width: 6px;
  border-radius: 50%;
}.tc-wp-content-root .tac-editorial-2026 .tac-steps{
  display: grid;
}.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(25, 34, 52, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf1 100%);
  box-shadow: 0 18px 55px rgba(33, 41, 62, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tac-editorial-2026 .tac-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 70px rgba(33, 41, 62, 0.12);
}.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f2937, #ff7a45);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(255, 122, 69, 0.24);
}.tc-wp-content-root .tac-editorial-2026 .tac-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 140, 45, 0.12);
  color: #a24e00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .tac-editorial-2026 .tac-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.tc-wp-content-root .tac-editorial-2026 .tac-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .tac-editorial-2026 .tac-benefit-dot{
  display: block;
  width: 42px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb23f, #ff6b4a, #276ef1);
}.tc-wp-content-root .tac-editorial-2026 .tac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .tac-editorial-2026 .tac-reveal.tac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tac-editorial-2026 .tac-section{
    padding: 48px 0;
  }.tc-wp-content-root .tac-editorial-2026 .tac-container{
    padding: 0 14px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card{
    padding: 22px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tac-editorial-2026 .tac-section{
    padding: 54px 0;
  }.tc-wp-content-root .tac-editorial-2026 .tac-container{
    padding: 0 18px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card{
    padding: 24px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tac-editorial-2026 .tac-section{
    padding: 60px 0;
  }.tc-wp-content-root .tac-editorial-2026 .tac-container{
    padding: 0 22px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card{
    padding: 26px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tac-editorial-2026 .tac-section{
    padding: 74px 0;
  }.tc-wp-content-root .tac-editorial-2026 .tac-container{
    padding: 0 32px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-grid-three, .tc-wp-content-root .tac-editorial-2026 .tac-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card{
    padding: 28px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tac-editorial-2026 .tac-section{
    padding: 92px 0;
  }.tc-wp-content-root .tac-editorial-2026 .tac-container{
    padding: 0 28px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-grid-three, .tc-wp-content-root .tac-editorial-2026 .tac-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card{
    padding: 30px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card h3, .tc-wp-content-root .tac-editorial-2026 .tac-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-card p, .tc-wp-content-root .tac-editorial-2026 .tac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .tac-editorial-2026 .tac-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }}