@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-82 .tc-wp-content-root img, .wpc-scope-82 .tc-wp-content-root video, .wpc-scope-82 .tc-wp-content-root svg, .wpc-scope-82 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #1f1b24;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial, .wpc-scope-82 .tc-wp-content-root .blfg-editorial section, .wpc-scope-82 .tc-wp-content-root .blfg-editorial div, .wpc-scope-82 .tc-wp-content-root .blfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-section-white{
  background: #ffffff;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-section-soft{
  background: linear-gradient(180deg, #fbf8f5 0%, #fffaf4 100%);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(150, 85, 32, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(107, 41, 22, 0.08), rgba(196, 142, 72, 0.12));
  color: #7a321f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-heading h2{
  margin: 0;
  color: #201820;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-heading p{
  margin: 16px auto 0;
  color: #625866;
  line-height: 1.75;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(76, 45, 33, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(43, 28, 22, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(119, 39, 28, 0.12), rgba(211, 158, 78, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(132, 65, 36, 0.26);
  box-shadow: 0 24px 60px rgba(43, 28, 22, 0.13);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card:hover::before{
  opacity: 1;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card h3, .wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
  position: relative;
  margin: 0;
  color: #261c25;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card p, .wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #665c68;
  line-height: 1.72;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5f1f1b 0%, #9d4e28 48%, #d9a34c 100%);
  box-shadow: 0 14px 28px rgba(121, 58, 33, 0.2);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon::before, .wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon::after{
  content: "";
  position: absolute;
  background: #fff8ee;
  transition: transform 260ms ease;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-card:hover .blfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-preview::before{
  width: 20px;
  height: 14px;
  left: 13px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 13px;
  top: 17px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-creative::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-creative::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 3px;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-fast::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 15px;
  border-radius: 999px;
  transform: rotate(130deg);
  transform-origin: left center;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #fff8ee, 0 14px 0 #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-free::after{
  width: 10px;
  height: 5px;
  left: 18px;
  top: 20px;
  background: transparent;
  border-left: 2px solid #fff8ee;
  border-bottom: 2px solid #fff8ee;
  transform: rotate(-45deg);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff8ee;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-privacy::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-icon-privacy::after{
  width: 13px;
  height: 12px;
  left: 16px;
  top: 10px;
  background: transparent;
  border: 2px solid #fff8ee;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(94, 52, 34, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.94));
  box-shadow: 0 18px 48px rgba(56, 36, 25, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #5d1f1b, #a7582e, #d9a34c);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(132, 65, 36, 0.24);
  box-shadow: 0 24px 62px rgba(56, 36, 25, 0.12);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #241a21;
  color: #fff5e6;
  font-weight: 850;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 14px 26px rgba(36, 26, 33, 0.14);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-step-content{
  min-width: 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(95, 31, 27, 0.1), rgba(217, 163, 76, 0.16));
  color: #7b3321;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-82 .tc-wp-content-root .blfg-editorial .blfg-reveal.blfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .blfg-editorial .blfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .blfg-editorial .blfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-editorial .blfg-card{
    padding: 22px;
  }.tc-wp-content-root .blfg-editorial .blfg-card h3, .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .blfg-editorial .blfg-card p, .tc-wp-content-root .blfg-editorial .blfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .blfg-editorial .blfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .blfg-editorial .blfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .blfg-editorial .blfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .blfg-editorial .blfg-card{
    padding: 24px;
  }.tc-wp-content-root .blfg-editorial .blfg-card h3, .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .blfg-editorial .blfg-card p, .tc-wp-content-root .blfg-editorial .blfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .blfg-editorial .blfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .blfg-editorial .blfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .blfg-editorial .blfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .blfg-editorial .blfg-card{
    padding: 26px;
  }.tc-wp-content-root .blfg-editorial .blfg-card h3, .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .blfg-editorial .blfg-card p, .tc-wp-content-root .blfg-editorial .blfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-editorial .blfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .blfg-editorial .blfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .blfg-editorial .blfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .blfg-editorial .blfg-card{
    padding: 28px;
  }.tc-wp-content-root .blfg-editorial .blfg-card h3, .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .blfg-editorial .blfg-card p, .tc-wp-content-root .blfg-editorial .blfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-editorial .blfg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 32px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .blfg-editorial .blfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .blfg-editorial .blfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .blfg-editorial .blfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-editorial .blfg-grid-three, .tc-wp-content-root .blfg-editorial .blfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .blfg-editorial .blfg-card{
    padding: 30px;
  }.tc-wp-content-root .blfg-editorial .blfg-card h3, .tc-wp-content-root .blfg-editorial .blfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .blfg-editorial .blfg-card p, .tc-wp-content-root .blfg-editorial .blfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-editorial .blfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .blfg-editorial .blfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}