@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-9 .tc-wp-content-root img, .wpc-scope-9 .tc-wp-content-root video, .wpc-scope-9 .tc-wp-content-root svg, .wpc-scope-9 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #1f2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections div, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections section, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections article{
  box-sizing: border-box;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-section-white{
  background: #ffffff;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(197, 120, 84, 0.09), transparent 28%),
    linear-gradient(180deg, #fffaf7 0%, #fbf7f2 100%);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #9b4f34;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-kicker::before, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-kicker::after{
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(155, 79, 52, 0), rgba(155, 79, 52, 0.8));
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-kicker::after{
  background: linear-gradient(90deg, rgba(155, 79, 52, 0.8), rgba(155, 79, 52, 0));
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections h2{
  margin: 0;
  color: #201915;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5f6673;
  line-height: 1.75;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(119, 83, 67, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(47, 38, 33, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card::before, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(194, 108, 75, 0.42), rgba(230, 184, 118, 0.08), rgba(122, 74, 166, 0.18));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card:hover, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(194, 108, 75, 0.24);
  box-shadow: 0 24px 60px rgba(47, 38, 33, 0.12);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card:hover::before, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #b85f43, #e0ad66);
  box-shadow: 0 12px 24px rgba(184, 95, 67, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card:hover .cfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon::before, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-spark::after{
  width: 5px;
  height: 5px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-brand::after{
  width: 14px;
  height: 2px;
  left: 16px;
  top: 23px;
  border-radius: 3px;
  transform: rotate(-28deg);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-fast::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 3px;
  transform-origin: left center;
  transform: rotate(-38deg);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-friendly::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-icon-friendly::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 23px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 0 0 12px 12px;
  background: transparent;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections h3{
  margin: 0;
  color: #231c18;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-card p, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
  margin: 10px 0 0;
  color: #626a76;
  line-height: 1.7;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(119, 83, 67, 0.14);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(63, 49, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(184, 95, 67, 0.42), rgba(184, 95, 67, 0));
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(184, 95, 67, 0.25);
  box-shadow: 0 26px 60px rgba(63, 49, 40, 0.12);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-step-number{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #9b4f34, #d7a65e);
  box-shadow: 0 16px 28px rgba(155, 79, 52, 0.22);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-use-card{
  overflow: hidden;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-use-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 173, 102, 0.22), rgba(224, 173, 102, 0));
  pointer-events: none;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #8b432f;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, rgba(184, 95, 67, 0.12), rgba(224, 173, 102, 0.16));
  border: 1px solid rgba(184, 95, 67, 0.12);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
  padding-top: 34px;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-mark{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b85f43, #e0ad66);
  box-shadow: 0 12px 22px rgba(184, 95, 67, 0.2);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-mark::before{
  content: "";
  width: 13px;
  height: 7px;
  margin: 10px 0 0 10px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-9 .tc-wp-content-root .cfg-editorial-sections .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-sections .cfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-sections h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .cfg-editorial-sections h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-steps{
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-sections .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-sections h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
    padding: 24px;
    border-radius: 17px;
  }.tc-wp-content-root .cfg-editorial-sections h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-sections .cfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-sections h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-sections h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-sections .cfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-sections h2{
    font-size: 38px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-sections h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-sections .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .cfg-editorial-sections h2{
    font-size: 44px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-sections h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-step-card p, .tc-wp-content-root .cfg-editorial-sections .cfg-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-editorial-sections .cfg-step-card{
    gap: 26px;
    padding: 30px;
  }}.wpc-scope-9 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-step-content{}