@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-596 .tc-wp-content-root img, .wpc-scope-596 .tc-wp-content-root video, .wpc-scope-596 .tc-wp-content-root svg, .wpc-scope-596 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-596 .tc-wp-content-root .ijf-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211a14;
  background: #ffffff;
}.wpc-scope-596 .tc-wp-content-root .ijf-content, .wpc-scope-596 .tc-wp-content-root .ijf-content section, .wpc-scope-596 .tc-wp-content-root .ijf-content div, .wpc-scope-596 .tc-wp-content-root .ijf-content article{
  box-sizing: border-box;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-section{
  position: relative;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-section-white{
  background: #ffffff;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-section-soft{
  background: linear-gradient(180deg, #fff8ed 0%, #f8f2e8 100%);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(164, 89, 24, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 212, 126, 0.28), rgba(180, 68, 28, 0.08));
  color: #8b3f16;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-596 .tc-wp-content-root .ijf-content h2{
  margin: 14px 0 0;
  color: #211a14;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-section-head p{
  margin: 16px auto 0;
  color: #67594b;
  line-height: 1.7;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(113, 75, 39, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(58, 37, 18, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(248, 185, 64, 0.55), rgba(163, 57, 25, 0.08), rgba(50, 32, 17, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(175, 91, 26, 0.24);
  box-shadow: 0 24px 60px rgba(58, 37, 18, 0.13);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card:hover::before{
  opacity: 1;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card h3{
  margin: 0;
  color: #261c13;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card p{
  margin: 11px 0 0;
  color: #66584a;
  line-height: 1.65;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f9c94f 0%, #b84d20 100%);
  box-shadow: 0 12px 26px rgba(184, 77, 32, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-card:hover .ijf-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon::before, .wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon::after{
  content: "";
  position: absolute;
  background: #fff9ed;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 12px / 8px;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #8b3f16;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 16px;
  border: 2px solid #fff9ed;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-brand::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 4px 4px 10px 10px;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-brand::after{
  width: 14px;
  height: 5px;
  left: 17px;
  top: 11px;
  border-radius: 8px 8px 2px 2px;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  transform: rotate(-35deg);
  border-radius: 999px;
  background: #8b3f16;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-polish::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 100% 35%, 82% 100%, 18% 100%, 0 35%);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-icon-polish::after{
  width: 10px;
  height: 2px;
  left: 19px;
  top: 24px;
  border-radius: 999px;
  background: #8b3f16;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(117, 78, 37, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 230, 0.88));
  box-shadow: 0 18px 45px rgba(58, 37, 18, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 58px rgba(58, 37, 18, 0.12);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #3c2514 0%, #9a421a 52%, #f0b83f 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(154, 66, 26, 0.24);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-step-content h3{
  margin: 0;
  color: #251b12;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-step-content p{
  margin: 9px 0 0;
  color: #66584a;
  line-height: 1.65;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(247, 185, 65, 0.18);
  color: #8b3f16;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-benefit-card{
  overflow: hidden;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-benefit-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247, 185, 65, 0.28) 0%, rgba(184, 77, 32, 0) 68%);
  pointer-events: none;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-checkmark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f9c94f, #b84d20);
  box-shadow: 0 12px 26px rgba(184, 77, 32, 0.2);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-checkmark::before{
  content: "";
  width: 15px;
  height: 8px;
  border-left: 3px solid #fff9ed;
  border-bottom: 3px solid #fff9ed;
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-596 .tc-wp-content-root .ijf-content .ijf-reveal.ijf-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ijf-content .ijf-reveal, .tc-wp-content-root .ijf-content .ijf-card, .tc-wp-content-root .ijf-content .ijf-icon, .tc-wp-content-root .ijf-content .ijf-step-card{
    transition: none;
  }.tc-wp-content-root .ijf-content .ijf-reveal{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ijf-content .ijf-section{
    padding: 52px 0;
  }.tc-wp-content-root .ijf-content .ijf-container{
    padding: 0 16px;
  }.tc-wp-content-root .ijf-content .ijf-kicker{
    font-size: 11px;
  }.tc-wp-content-root .ijf-content h2{
    font-size: 25px;
  }.tc-wp-content-root .ijf-content .ijf-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ijf-content .ijf-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ijf-content .ijf-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ijf-content .ijf-card h3, .tc-wp-content-root .ijf-content .ijf-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ijf-content .ijf-card p, .tc-wp-content-root .ijf-content .ijf-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ijf-content .ijf-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ijf-content .ijf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ijf-content .ijf-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ijf-content .ijf-section{
    padding: 58px 0;
  }.tc-wp-content-root .ijf-content .ijf-container{
    padding: 0 18px;
  }.tc-wp-content-root .ijf-content .ijf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ijf-content h2{
    font-size: 28px;
  }.tc-wp-content-root .ijf-content .ijf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ijf-content .ijf-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ijf-content .ijf-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ijf-content .ijf-card h3, .tc-wp-content-root .ijf-content .ijf-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ijf-content .ijf-card p, .tc-wp-content-root .ijf-content .ijf-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ijf-content .ijf-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ijf-content .ijf-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ijf-content .ijf-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ijf-content .ijf-section{
    padding: 64px 0;
  }.tc-wp-content-root .ijf-content .ijf-container{
    padding: 0 22px;
  }.tc-wp-content-root .ijf-content .ijf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ijf-content h2{
    font-size: 31px;
  }.tc-wp-content-root .ijf-content .ijf-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ijf-content .ijf-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ijf-content .ijf-card{
    padding: 26px;
  }.tc-wp-content-root .ijf-content .ijf-card h3, .tc-wp-content-root .ijf-content .ijf-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ijf-content .ijf-card p, .tc-wp-content-root .ijf-content .ijf-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ijf-content .ijf-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ijf-content .ijf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ijf-content .ijf-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ijf-content .ijf-section{
    padding: 78px 0;
  }.tc-wp-content-root .ijf-content .ijf-container{
    padding: 0 32px;
  }.tc-wp-content-root .ijf-content .ijf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ijf-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ijf-content .ijf-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ijf-content .ijf-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ijf-content .ijf-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ijf-content .ijf-card{
    padding: 28px;
  }.tc-wp-content-root .ijf-content .ijf-card h3, .tc-wp-content-root .ijf-content .ijf-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ijf-content .ijf-card p, .tc-wp-content-root .ijf-content .ijf-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ijf-content .ijf-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ijf-content .ijf-step-card{
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ijf-content .ijf-step-number{
    width: 72px;
    height: 72px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ijf-content .ijf-section{
    padding: 92px 0;
  }.tc-wp-content-root .ijf-content .ijf-container{
    padding: 0 36px;
  }.tc-wp-content-root .ijf-content .ijf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ijf-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ijf-content .ijf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ijf-content .ijf-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ijf-content .ijf-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ijf-content .ijf-card{
    padding: 30px;
  }.tc-wp-content-root .ijf-content .ijf-card h3, .tc-wp-content-root .ijf-content .ijf-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ijf-content .ijf-card p, .tc-wp-content-root .ijf-content .ijf-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .ijf-content .ijf-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ijf-content .ijf-step-card{
    grid-template-columns: 82px 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ijf-content .ijf-step-number{
    width: 82px;
    height: 82px;
    font-size: 19px;
  }}.wpc-scope-596 .tc-wp-content-root .ijf-feature-card{}.wpc-scope-596 .tc-wp-content-root .ijf-grid-3{}.wpc-scope-596 .tc-wp-content-root .ijf-use-card{}