@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;
}.wpc-scope-65 .tc-wp-content-root img, .wpc-scope-65 .tc-wp-content-root video, .wpc-scope-65 .tc-wp-content-root svg, .wpc-scope-65 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial, .wpc-scope-65 .tc-wp-content-root .eighties-font-editorial div, .wpc-scope-65 .tc-wp-content-root .eighties-font-editorial section, .wpc-scope-65 .tc-wp-content-root .eighties-font-editorial article{
  box-sizing: border-box;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__section{
  position: relative;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__section--white{
  background: #ffffff;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__section--soft{
  background:
    radial-gradient(circle at top left, rgba(255, 48, 157, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 214, 255, 0.09), transparent 32%),
    #f8f7fb;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 48, 157, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 157, 0.1), rgba(0, 214, 255, 0.1));
  color: #9b1c67;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6475;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(19, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 48, 157, 0.12), rgba(0, 214, 255, 0.1), transparent 45%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 48, 157, 0.22);
  box-shadow: 0 24px 60px rgba(19, 28, 45, 0.12);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card:hover::before{
  opacity: 1;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card h3{
  position: relative;
  margin: 0;
  color: #141c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6575;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff309d, #6d5dfc 52%, #00d6ff);
  box-shadow: 0 14px 28px rgba(109, 93, 252, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card:hover .eighties-font-editorial__icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon::before, .wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--copy::after{
  width: 13px;
  height: 16px;
  left: 12px;
  top: 18px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--spark::before{
  width: 6px;
  height: 26px;
  left: 20px;
  top: 10px;
  border-radius: 999px;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--spark::after{
  width: 26px;
  height: 6px;
  left: 10px;
  top: 20px;
  border-radius: 999px;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--brand::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__icon--neon::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 9px;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfbff);
  box-shadow: 0 18px 46px rgba(19, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(19, 28, 45, 0.12);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #141c2d, #5b3df5 55%, #ff309d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(91, 61, 245, 0.26);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__step-content h3{
  margin: 0;
  color: #141c2d;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__step-content p{
  margin: 9px 0 0;
  color: #5c6575;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 214, 255, 0.1);
  color: #146b80;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card--trust{
  background:
    linear-gradient(135deg, rgba(255, 48, 157, 0.06), rgba(0, 214, 255, 0.06)),
    #ffffff;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card--trust::after{
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff309d, #00d6ff);
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card--trust h3{
  padding-top: 20px;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .eighties-font-editorial__section{
    padding: 48px 0;
  }.tc-wp-content-root .eighties-font-editorial__container{
    padding: 0 14px;
  }.tc-wp-content-root .eighties-font-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .eighties-font-editorial__header p{
    font-size: 15px;
  }.tc-wp-content-root .eighties-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .eighties-font-editorial__card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .eighties-font-editorial__card h3, .tc-wp-content-root .eighties-font-editorial__step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .eighties-font-editorial__card p, .tc-wp-content-root .eighties-font-editorial__step-content p{
    font-size: 14px;
  }.tc-wp-content-root .eighties-font-editorial__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .eighties-font-editorial__step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .eighties-font-editorial__step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .eighties-font-editorial__section{
    padding: 54px 0;
  }.tc-wp-content-root .eighties-font-editorial__container{
    padding: 0 18px;
  }.tc-wp-content-root .eighties-font-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .eighties-font-editorial__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .eighties-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .eighties-font-editorial__card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .eighties-font-editorial__card h3, .tc-wp-content-root .eighties-font-editorial__step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .eighties-font-editorial__card p, .tc-wp-content-root .eighties-font-editorial__step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .eighties-font-editorial__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .eighties-font-editorial__step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .eighties-font-editorial__step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .eighties-font-editorial__section{
    padding: 62px 0;
  }.tc-wp-content-root .eighties-font-editorial__container{
    padding: 0 22px;
  }.tc-wp-content-root .eighties-font-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .eighties-font-editorial__header p{
    font-size: 16px;
  }.tc-wp-content-root .eighties-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .eighties-font-editorial__card{
    padding: 24px;
  }.tc-wp-content-root .eighties-font-editorial__card h3, .tc-wp-content-root .eighties-font-editorial__step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .eighties-font-editorial__card p, .tc-wp-content-root .eighties-font-editorial__step-content p{
    font-size: 15px;
  }.tc-wp-content-root .eighties-font-editorial__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .eighties-font-editorial__step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .eighties-font-editorial__step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .eighties-font-editorial__section{
    padding: 76px 0;
  }.tc-wp-content-root .eighties-font-editorial__container{
    padding: 0 30px;
  }.tc-wp-content-root .eighties-font-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .eighties-font-editorial__header p{
    font-size: 17px;
  }.tc-wp-content-root .eighties-font-editorial__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .eighties-font-editorial__grid--three, .tc-wp-content-root .eighties-font-editorial__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .eighties-font-editorial__card{
    padding: 26px;
  }.tc-wp-content-root .eighties-font-editorial__card h3, .tc-wp-content-root .eighties-font-editorial__step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .eighties-font-editorial__card p, .tc-wp-content-root .eighties-font-editorial__step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .eighties-font-editorial__steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .eighties-font-editorial__step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .eighties-font-editorial__step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .eighties-font-editorial__section{
    padding: 92px 0;
  }.tc-wp-content-root .eighties-font-editorial__container{
    padding: 0 34px;
  }.tc-wp-content-root .eighties-font-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .eighties-font-editorial__header p{
    font-size: 18px;
  }.tc-wp-content-root .eighties-font-editorial__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .eighties-font-editorial__grid--three, .tc-wp-content-root .eighties-font-editorial__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .eighties-font-editorial__card{
    padding: 30px;
  }.tc-wp-content-root .eighties-font-editorial__card h3, .tc-wp-content-root .eighties-font-editorial__step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .eighties-font-editorial__card p, .tc-wp-content-root .eighties-font-editorial__step-content p{
    font-size: 16px;
  }.tc-wp-content-root .eighties-font-editorial__steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .eighties-font-editorial__step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .eighties-font-editorial__step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}.wpc-scope-65 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .eighties-font-editorial__card--feature{}.wpc-scope-65 .tc-wp-content-root .eighties-font-editorial__card--use{}