@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-541 .tc-wp-content-root img, .wpc-scope-541 .tc-wp-content-root video, .wpc-scope-541 .tc-wp-content-root svg, .wpc-scope-541 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #1c221b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content, .wpc-scope-541 .tc-wp-content-root .lotr-font-content div, .wpc-scope-541 .tc-wp-content-root .lotr-font-content section, .wpc-scope-541 .tc-wp-content-root .lotr-font-content article{
  box-sizing: border-box;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__section{
  position: relative;
  width: 100%;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__section--white{
  background: #ffffff;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__section--soft{
  background:
    radial-gradient(circle at 16% 14%, rgba(184, 132, 48, 0.09), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(38, 96, 72, 0.08), transparent 28%),
    #faf8f1;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(184, 132, 48, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 247, 220, 0.92), rgba(235, 247, 239, 0.92));
  color: #6b4b12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content h2{
  margin: 0;
  color: #182019;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d665e;
  line-height: 1.72;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(42, 54, 43, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(28, 34, 27, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(184, 132, 48, 0.52), rgba(46, 103, 77, 0.18), rgba(255, 255, 255, 0));
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card:hover{
  transform: translateY(-5px);
  border-color: rgba(184, 132, 48, 0.32);
  box-shadow: 0 24px 62px rgba(28, 34, 27, 0.12);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card:hover::before{
  opacity: 1;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card h3{
  margin: 0;
  color: #20271f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card p{
  margin: 10px 0 0;
  color: #606960;
  line-height: 1.68;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d9a441, #2f704f);
  box-shadow: 0 12px 28px rgba(83, 78, 43, 0.18);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon::before, .wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon::after{
  position: absolute;
  content: "";
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--ring::before{
  inset: 13px;
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--scroll::before{
  width: 24px;
  height: 17px;
  left: 12px;
  top: 15px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 3px 9px 9px 3px;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--star::before{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 8px;
  background: #ffffff;
  box-shadow: 0 12px 0 #ffffff, 10px 20px 0 #ffffff, -10px 20px 0 #ffffff;
  transform: rotate(45deg);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--map::before{
  width: 26px;
  height: 22px;
  left: 11px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: skewY(-8deg);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--quill::before{
  width: 8px;
  height: 28px;
  left: 21px;
  top: 9px;
  border-radius: 80% 20% 80% 20%;
  background: #ffffff;
  transform: rotate(38deg);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__icon--gem::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__steps{
  position: relative;
  display: grid;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__steps::before{
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 35px;
  width: 2px;
  background: linear-gradient(180deg, rgba(184, 132, 48, 0), rgba(184, 132, 48, 0.55), rgba(47, 112, 79, 0.35), rgba(184, 132, 48, 0));
  content: "";
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(42, 54, 43, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(28, 34, 27, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(28, 34, 27, 0.11);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step-number{
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f5d41, #c98f2d);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(47, 112, 79, 0.22);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step h3{
  margin: 0;
  color: #20271f;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step p{
  margin: 8px 0 0;
  color: #606960;
  line-height: 1.7;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47, 112, 79, 0.1);
  color: #276344;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 143, 45, 0.16), rgba(47, 112, 79, 0.16));
  position: relative;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__mark::before{
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-bottom: 3px solid #2f704f;
  border-left: 3px solid #2f704f;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lotr-font-content__section{
    padding: 48px 0;
  }.tc-wp-content-root .lotr-font-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .lotr-font-content h2{
    font-size: 25px;
  }.tc-wp-content-root .lotr-font-content__header p{
    font-size: 14px;
  }.tc-wp-content-root .lotr-font-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .lotr-font-content__card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .lotr-font-content__card h3, .tc-wp-content-root .lotr-font-content__step h3{
    font-size: 18px;
  }.tc-wp-content-root .lotr-font-content__card p, .tc-wp-content-root .lotr-font-content__step p{
    font-size: 14px;
  }.tc-wp-content-root .lotr-font-content__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .lotr-font-content__steps::before{
    display: none;
  }.tc-wp-content-root .lotr-font-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .lotr-font-content__step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lotr-font-content__section{
    padding: 54px 0;
  }.tc-wp-content-root .lotr-font-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .lotr-font-content h2{
    font-size: 28px;
  }.tc-wp-content-root .lotr-font-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .lotr-font-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .lotr-font-content__card{
    padding: 22px;
  }.tc-wp-content-root .lotr-font-content__card h3, .tc-wp-content-root .lotr-font-content__step h3{
    font-size: 19px;
  }.tc-wp-content-root .lotr-font-content__card p, .tc-wp-content-root .lotr-font-content__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .lotr-font-content__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .lotr-font-content__steps::before{
    display: none;
  }.tc-wp-content-root .lotr-font-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .lotr-font-content__step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lotr-font-content__section{
    padding: 62px 0;
  }.tc-wp-content-root .lotr-font-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .lotr-font-content h2{
    font-size: 32px;
  }.tc-wp-content-root .lotr-font-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .lotr-font-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .lotr-font-content__card{
    padding: 24px;
  }.tc-wp-content-root .lotr-font-content__card h3, .tc-wp-content-root .lotr-font-content__step h3{
    font-size: 20px;
  }.tc-wp-content-root .lotr-font-content__card p, .tc-wp-content-root .lotr-font-content__step p{
    font-size: 15px;
  }.tc-wp-content-root .lotr-font-content__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .lotr-font-content__steps::before{
    display: none;
  }.tc-wp-content-root .lotr-font-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lotr-font-content__step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lotr-font-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .lotr-font-content__container{
    padding: 0 30px;
  }.tc-wp-content-root .lotr-font-content h2{
    font-size: 39px;
  }.tc-wp-content-root .lotr-font-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .lotr-font-content__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lotr-font-content__grid--three, .tc-wp-content-root .lotr-font-content__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lotr-font-content__card{
    padding: 26px;
  }.tc-wp-content-root .lotr-font-content__card h3, .tc-wp-content-root .lotr-font-content__step h3{
    font-size: 21px;
  }.tc-wp-content-root .lotr-font-content__card p, .tc-wp-content-root .lotr-font-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .lotr-font-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lotr-font-content__step{
    gap: 22px;
    padding: 26px;
  }.tc-wp-content-root .lotr-font-content__step-number{
    width: 70px;
    height: 70px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lotr-font-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .lotr-font-content__container{
    padding: 0 36px;
  }.tc-wp-content-root .lotr-font-content h2{
    font-size: 46px;
  }.tc-wp-content-root .lotr-font-content__header p{
    font-size: 18px;
  }.tc-wp-content-root .lotr-font-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lotr-font-content__grid--three, .tc-wp-content-root .lotr-font-content__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .lotr-font-content__card{
    padding: 30px;
  }.tc-wp-content-root .lotr-font-content__card h3, .tc-wp-content-root .lotr-font-content__step h3{
    font-size: 22px;
  }.tc-wp-content-root .lotr-font-content__card p, .tc-wp-content-root .lotr-font-content__step p{
    font-size: 16px;
  }.tc-wp-content-root .lotr-font-content__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lotr-font-content__step{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .lotr-font-content__step-number{
    width: 72px;
    height: 72px;
    font-size: 18px;
  }}.wpc-scope-541 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .lotr-font-content__card--benefit{}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card--feature{}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__card--use{}.wpc-scope-541 .tc-wp-content-root .lotr-font-content__step-copy{}