@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-97 .tc-wp-content-root img, .wpc-scope-97 .tc-wp-content-root video, .wpc-scope-97 .tc-wp-content-root svg, .wpc-scope-97 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #17141f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial div, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial section, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial article{
  box-sizing: border-box;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-section{
  position: relative;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-section-white{
  background: #ffffff;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-section-soft{
  background: linear-gradient(180deg, #fbfafc 0%, #f6f2f7 100%);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #8a1238;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-kicker::before, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-kicker::after{
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a1238, #ff4d6d);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-heading h2{
  margin: 0;
  color: #17141f;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5e5668;
  font-weight: 450;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(138, 18, 56, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(138, 18, 56, 0.18), rgba(255, 77, 109, 0.08), rgba(32, 21, 44, 0.12)) border-box;
  box-shadow: 0 18px 46px rgba(28, 20, 36, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #8a1238, #ff4d6d, #2a1738);
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card:hover{
  transform: translateY(-5px);
  border-color: rgba(138, 18, 56, 0.28);
  box-shadow: 0 24px 58px rgba(28, 20, 36, 0.13);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card:hover::after{
  opacity: 1;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card h3{
  margin: 0;
  color: #1f1728;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card p{
  margin: 10px 0 0;
  color: #62596d;
  font-weight: 440;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #8a1238, #ff4d6d);
  box-shadow: 0 12px 24px rgba(138, 18, 56, 0.22);
  position: relative;
  transition: transform 240ms ease;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-card:hover .hfe-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon::before, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  border-radius: 4px;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-creative::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.92), 0 14px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-mood::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-mood::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 27px;
  border-radius: 999px;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-fast::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 100% 0, 63% 45%, 100% 45%, 36% 100%, 50% 58%, 16% 58%);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-friendly::before, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-friendly::after, .wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-free::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 20px;
  background: transparent;
  border-left: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid rgba(255, 255, 255, 0.92);
  transform: rotate(-45deg);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-privacy::before{
  width: 20px;
  height: 16px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-icon-privacy::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(138, 18, 56, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(28, 20, 36, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #8a1238, #ff4d6d);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(28, 20, 36, 0.12);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #2a1738, #8a1238 58%, #ff4d6d);
  box-shadow: 0 14px 30px rgba(138, 18, 56, 0.24);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step-content{
  min-width: 0;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
  margin: 0;
  color: #1f1728;
  font-weight: 820;
  line-height: 1.2;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
  margin: 8px 0 0;
  color: #62596d;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(138, 18, 56, 0.14);
  border-radius: 999px;
  background: #fff4f7;
  color: #8a1238;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-benefit-card{
  text-align: left;
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-97 .tc-wp-content-root .horror-font-editorial .hfe-reveal.hfe-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .horror-font-editorial .hfe-section{
    padding: 46px 0;
  }.tc-wp-content-root .horror-font-editorial .hfe-container{
    padding: 0 14px;
  }.tc-wp-content-root .horror-font-editorial .hfe-kicker{
    font-size: 11px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading p{
    font-size: 15px;
  }.tc-wp-content-root .horror-font-editorial .hfe-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card h3, .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card p, .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .horror-font-editorial .hfe-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .horror-font-editorial .hfe-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .horror-font-editorial .hfe-section{
    padding: 52px 0;
  }.tc-wp-content-root .horror-font-editorial .hfe-container{
    padding: 0 18px;
  }.tc-wp-content-root .horror-font-editorial .hfe-kicker{
    font-size: 11.5px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .horror-font-editorial .hfe-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card{
    padding: 24px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card h3, .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card p, .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .horror-font-editorial .hfe-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .horror-font-editorial .hfe-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .horror-font-editorial .hfe-section{
    padding: 58px 0;
  }.tc-wp-content-root .horror-font-editorial .hfe-container{
    padding: 0 22px;
  }.tc-wp-content-root .horror-font-editorial .hfe-kicker{
    font-size: 12px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading p{
    font-size: 16px;
  }.tc-wp-content-root .horror-font-editorial .hfe-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card{
    padding: 26px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card h3, .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card p, .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .horror-font-editorial .hfe-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .horror-font-editorial .hfe-badge{
    padding: 8px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .horror-font-editorial .hfe-section{
    padding: 72px 0;
  }.tc-wp-content-root .horror-font-editorial .hfe-container{
    padding: 0 28px;
  }.tc-wp-content-root .horror-font-editorial .hfe-kicker{
    font-size: 12px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading p{
    font-size: 17px;
  }.tc-wp-content-root .horror-font-editorial .hfe-grid-three, .tc-wp-content-root .horror-font-editorial .hfe-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card{
    padding: 28px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card h3, .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card p, .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .horror-font-editorial .hfe-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .horror-font-editorial .hfe-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .horror-font-editorial .hfe-section{
    padding: 88px 0;
  }.tc-wp-content-root .horror-font-editorial .hfe-container{
    padding: 0 32px;
  }.tc-wp-content-root .horror-font-editorial .hfe-kicker{
    font-size: 12px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .horror-font-editorial .hfe-heading p{
    font-size: 18px;
  }.tc-wp-content-root .horror-font-editorial .hfe-grid-three, .tc-wp-content-root .horror-font-editorial .hfe-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card{
    padding: 30px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card h3, .tc-wp-content-root .horror-font-editorial .hfe-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .horror-font-editorial .hfe-card p, .tc-wp-content-root .horror-font-editorial .hfe-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .horror-font-editorial .hfe-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .horror-font-editorial .hfe-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .horror-font-editorial .hfe-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}.wpc-scope-97 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .hfe-use-card{}