@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 .aicpg-editorial-wrap{
  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;
}.tc-wp-content-root .aicpg-editorial-wrap, .tc-wp-content-root .aicpg-editorial-wrap section, .tc-wp-content-root .aicpg-editorial-wrap div, .tc-wp-content-root .aicpg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
  position: relative;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(71, 118, 230, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(142, 84, 233, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(85, 108, 214, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(71, 118, 230, 0.1), rgba(142, 84, 233, 0.1));
  color: #4150b5;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4776e6, #8e54e9);
  box-shadow: 0 0 16px rgba(93, 98, 231, 0.45);
}.tc-wp-content-root .aicpg-editorial-wrap h2, .tc-wp-content-root .aicpg-editorial-wrap h3, .tc-wp-content-root .aicpg-editorial-wrap p{
  margin-top: 0;
}.tc-wp-content-root .aicpg-editorial-wrap h2{
  margin-bottom: 14px;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
  margin-bottom: 0;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(128, 141, 164, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 35, 61, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card::after, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(71, 118, 230, 0.22), rgba(142, 84, 233, 0.18), rgba(0, 210, 172, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card:hover, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(92, 97, 225, 0.3);
  box-shadow: 0 24px 60px rgba(25, 35, 61, 0.13);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card:hover::after, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card > *, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4776e6, #8e54e9);
  box-shadow: 0 14px 26px rgba(82, 102, 230, 0.24);
  transition: transform 220ms ease;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card:hover .aicpg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon::before, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon{
  position: relative;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-spark::before{
  width: 16px;
  height: 16px;
  top: 10px;
  left: 15px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 11px;
  bottom: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-balance::before{
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-balance::after{
  width: 18px;
  height: 4px;
  left: 14px;
  bottom: 12px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-brand::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.4);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 11px;
  top: 16px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-mood::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(#ffffff 0 25%, rgba(255,255,255,0.6) 25% 50%, #ffffff 50% 75%, rgba(255,255,255,0.72) 75% 100%);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-icon-speed::after{
  width: 12px;
  height: 3px;
  right: 10px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .aicpg-editorial-wrap h3{
  margin-bottom: 10px;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
  margin-bottom: 0;
  color: #616b7e;
  line-height: 1.7;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(128, 141, 164, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 48px rgba(25, 35, 61, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4776e6, #8e54e9, #00c9a7);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(25, 35, 61, 0.12);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #121827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(18, 24, 39, 0.18);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(71, 118, 230, 0.1), transparent 34%);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(71, 118, 230, 0.09);
  color: #4655bd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)),
    radial-gradient(circle at 20% 0%, rgba(142, 84, 233, 0.12), transparent 34%);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(71, 118, 230, 0.14), rgba(0, 201, 167, 0.16));
  position: relative;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #3f62dd;
  border-bottom: 3px solid #3f62dd;
  transform: rotate(-45deg);
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .aicpg-editorial-wrap .aicpg-reveal.aicpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
    padding: 52px 0;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .aicpg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .aicpg-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
    padding: 58px 0;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .aicpg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .aicpg-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .aicpg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .aicpg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-grid-6, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .aicpg-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .aicpg-editorial-wrap .aicpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .aicpg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-grid-6, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .aicpg-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-benefit-card p, .tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .aicpg-editorial-wrap .aicpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}

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