@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-305 .tc-wp-content-root img, .wpc-scope-305 .tc-wp-content-root video, .wpc-scope-305 .tc-wp-content-root svg, .wpc-scope-305 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #231f20;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial div, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial section, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial article{
  box-sizing: border-box;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__section{
  position: relative;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__section--white{
  background: #ffffff;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__section--soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(247, 116, 64, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(239, 186, 55, 0.12), transparent 30%),
    #fbf8f2;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(180, 74, 45, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 67, 0.12), rgba(242, 190, 66, 0.16));
  color: #8a3f24;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__title{
  margin: 0;
  color: #201b1c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__intro{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f5751;
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: 0;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(70, 55, 45, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 18px 45px rgba(60, 43, 33, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card::before, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 99, 53, 0.14), rgba(239, 190, 67, 0.1), rgba(88, 132, 89, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card:hover, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(213, 92, 49, 0.28);
  box-shadow: 0 24px 60px rgba(63, 43, 30, 0.13);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card:hover::before, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit:hover::before{
  opacity: 1;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card h3, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit h3, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__step h3{
  position: relative;
  margin: 0;
  color: #241e1f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card p, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__benefit p, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__step p{
  position: relative;
  margin: 10px 0 0;
  color: #625950;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7648 0%, #f6be42 55%, #6f9b64 100%);
  box-shadow: 0 12px 24px rgba(214, 92, 48, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card:hover .seventies-font-editorial__icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon::before, .wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff7648;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 17px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.55);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--spark::before{
  width: 6px;
  height: 26px;
  left: 21px;
  top: 11px;
  border-radius: 999px;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--spark::after{
  width: 26px;
  height: 6px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--poster::before{
  width: 24px;
  height: 28px;
  left: 12px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--poster::after{
  width: 16px;
  height: 3px;
  left: 16px;
  top: 19px;
  border-radius: 999px;
  background: #ff7648;
  box-shadow: 0 7px 0 #ff7648;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--brand::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--brand::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #6f9b64;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--clean::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__icon--clean::after{
  display: none;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(70, 55, 45, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(60, 43, 33, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__step:hover{
  transform: translateY(-4px);
  border-color: rgba(213, 92, 49, 0.25);
  box-shadow: 0 24px 56px rgba(63, 43, 30, 0.12);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #5f8f5b 0%, #f0b84a 50%, #f46f42 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(149, 93, 43, 0.22);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card--use{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(244, 111, 66, 0.5), rgba(246, 190, 66, 0.34), rgba(95, 143, 91, 0.32)) border-box;
  border: 1px solid transparent;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__card--use::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f46f42, #f0b84a, #5f8f5b);
  opacity: 0.75;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff2df;
  color: #934626;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-305 .tc-wp-content-root .seventies-font-editorial__reveal.seventies-font-editorial__is-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 .seventies-font-editorial__section{
    padding: 46px 0;
  }.tc-wp-content-root .seventies-font-editorial__container{
    padding: 0 14px;
  }.tc-wp-content-root .seventies-font-editorial__title{
    font-size: 27px;
  }.tc-wp-content-root .seventies-font-editorial__intro{
    font-size: 15px;
  }.tc-wp-content-root .seventies-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .seventies-font-editorial__card, .tc-wp-content-root .seventies-font-editorial__benefit{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .seventies-font-editorial__card h3, .tc-wp-content-root .seventies-font-editorial__benefit h3, .tc-wp-content-root .seventies-font-editorial__step h3{
    font-size: 18px;
  }.tc-wp-content-root .seventies-font-editorial__card p, .tc-wp-content-root .seventies-font-editorial__benefit p, .tc-wp-content-root .seventies-font-editorial__step p{
    font-size: 14px;
  }.tc-wp-content-root .seventies-font-editorial__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .seventies-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .seventies-font-editorial__step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .seventies-font-editorial__section{
    padding: 52px 0;
  }.tc-wp-content-root .seventies-font-editorial__container{
    padding: 0 18px;
  }.tc-wp-content-root .seventies-font-editorial__title{
    font-size: 30px;
  }.tc-wp-content-root .seventies-font-editorial__intro{
    font-size: 15.5px;
  }.tc-wp-content-root .seventies-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .seventies-font-editorial__card, .tc-wp-content-root .seventies-font-editorial__benefit{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .seventies-font-editorial__card h3, .tc-wp-content-root .seventies-font-editorial__benefit h3, .tc-wp-content-root .seventies-font-editorial__step h3{
    font-size: 19px;
  }.tc-wp-content-root .seventies-font-editorial__card p, .tc-wp-content-root .seventies-font-editorial__benefit p, .tc-wp-content-root .seventies-font-editorial__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .seventies-font-editorial__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .seventies-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .seventies-font-editorial__step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .seventies-font-editorial__section{
    padding: 58px 0;
  }.tc-wp-content-root .seventies-font-editorial__container{
    padding: 0 22px;
  }.tc-wp-content-root .seventies-font-editorial__title{
    font-size: 34px;
  }.tc-wp-content-root .seventies-font-editorial__intro{
    font-size: 16px;
  }.tc-wp-content-root .seventies-font-editorial__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .seventies-font-editorial__card, .tc-wp-content-root .seventies-font-editorial__benefit{
    padding: 26px;
  }.tc-wp-content-root .seventies-font-editorial__card h3, .tc-wp-content-root .seventies-font-editorial__benefit h3, .tc-wp-content-root .seventies-font-editorial__step h3{
    font-size: 20px;
  }.tc-wp-content-root .seventies-font-editorial__card p, .tc-wp-content-root .seventies-font-editorial__benefit p, .tc-wp-content-root .seventies-font-editorial__step p{
    font-size: 15px;
  }.tc-wp-content-root .seventies-font-editorial__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .seventies-font-editorial__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .seventies-font-editorial__step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .seventies-font-editorial__section{
    padding: 72px 0;
  }.tc-wp-content-root .seventies-font-editorial__container{
    padding: 0 30px;
  }.tc-wp-content-root .seventies-font-editorial__title{
    font-size: 40px;
  }.tc-wp-content-root .seventies-font-editorial__intro{
    font-size: 17px;
  }.tc-wp-content-root .seventies-font-editorial__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .seventies-font-editorial__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .seventies-font-editorial__card, .tc-wp-content-root .seventies-font-editorial__benefit{
    padding: 28px;
  }.tc-wp-content-root .seventies-font-editorial__card h3, .tc-wp-content-root .seventies-font-editorial__benefit h3, .tc-wp-content-root .seventies-font-editorial__step h3{
    font-size: 21px;
  }.tc-wp-content-root .seventies-font-editorial__card p, .tc-wp-content-root .seventies-font-editorial__benefit p, .tc-wp-content-root .seventies-font-editorial__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .seventies-font-editorial__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .seventies-font-editorial__step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .seventies-font-editorial__step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .seventies-font-editorial__section{
    padding: 88px 0;
  }.tc-wp-content-root .seventies-font-editorial__container{
    padding: 0 32px;
  }.tc-wp-content-root .seventies-font-editorial__title{
    font-size: 46px;
  }.tc-wp-content-root .seventies-font-editorial__intro{
    font-size: 18px;
  }.tc-wp-content-root .seventies-font-editorial__grid{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .seventies-font-editorial__grid--three, .tc-wp-content-root .seventies-font-editorial__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .seventies-font-editorial__card, .tc-wp-content-root .seventies-font-editorial__benefit{
    padding: 30px;
  }.tc-wp-content-root .seventies-font-editorial__card h3, .tc-wp-content-root .seventies-font-editorial__benefit h3, .tc-wp-content-root .seventies-font-editorial__step h3{
    font-size: 22px;
  }.tc-wp-content-root .seventies-font-editorial__card p, .tc-wp-content-root .seventies-font-editorial__benefit p, .tc-wp-content-root .seventies-font-editorial__step p{
    font-size: 16px;
  }.tc-wp-content-root .seventies-font-editorial__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .seventies-font-editorial__step{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .seventies-font-editorial__step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}.wpc-scope-305 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .seventies-font-editorial__step-content{}