@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-336 .tc-wp-content-root img, .wpc-scope-336 .tc-wp-content-root video, .wpc-scope-336 .tc-wp-content-root svg, .wpc-scope-336 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #1d1727;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content, .wpc-scope-336 .tc-wp-content-root .hpf-bottom-content div, .wpc-scope-336 .tc-wp-content-root .hpf-bottom-content section, .wpc-scope-336 .tc-wp-content-root .hpf-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section{
  position: relative;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section-white{
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section-soft{
  background: #fbf8f2;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(122, 73, 25, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 244, 207, 0.88), rgba(255, 255, 255, 0.92));
  color: #7a4919;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 10px 30px rgba(122, 73, 25, 0.08);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
  margin: 0;
  color: #1d1727;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
  margin: 14px auto 0;
  color: #5d5668;
  line-height: 1.72;
  font-weight: 400;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(45, 33, 61, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 18px 42px rgba(37, 28, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7b2ff7, #d4a017, #f6d365);
  opacity: 0.9;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(123, 47, 247, 0.22);
  box-shadow: 0 24px 56px rgba(37, 28, 51, 0.13);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card h3{
  margin: 0;
  color: #21172e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card p{
  margin: 10px 0 0;
  color: #655d70;
  line-height: 1.68;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #7b2ff7, #d4a017);
  box-shadow: 0 14px 28px rgba(123, 47, 247, 0.18);
  position: relative;
  transition: transform 220ms ease;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-card:hover .hpf-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon::before, .wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 3px;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-copy::after{
  width: 13px;
  height: 16px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  border-radius: 3px;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-quill::before{
  width: 5px;
  height: 25px;
  left: 22px;
  top: 10px;
  border-radius: 99px;
  transform: rotate(34deg);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-quill::after{
  width: 16px;
  height: 10px;
  left: 14px;
  top: 12px;
  border-radius: 80% 20% 80% 20%;
  transform: rotate(-24deg);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 80% 92%, 50% 70%, 20% 92%, 32% 56%, 2% 35%, 39% 35%);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-badge::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 50% 50% 42% 42%;
  clip-path: polygon(50% 0, 92% 20%, 82% 76%, 50% 100%, 18% 76%, 8% 20%);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(45, 33, 61, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(37, 28, 51, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-card::after{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #7b2ff7, #d4a017);
  border-radius: 0 999px 999px 0;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(37, 28, 51, 0.12);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #21172e, #7b2ff7);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(123, 47, 247, 0.18);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
  margin: 0;
  color: #21172e;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
  margin: 8px 0 0;
  color: #655d70;
  line-height: 1.68;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-use-card{
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.12);
  color: #7a4919;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-trust-card{
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(123, 47, 247, 0.12), rgba(212, 160, 23, 0.18));
  position: relative;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #7b2ff7;
  border-bottom: 3px solid #7b2ff7;
  transform: rotate(-45deg);
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-336 .tc-wp-content-root .hpf-bottom-content .hpf-reveal.hpf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hpf-bottom-content .hpf-section{
    padding: 48px 0;
  }.tc-wp-content-root .hpf-bottom-content .hpf-container{
    padding: 0 14px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card{
    padding: 24px 20px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card h3, .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card p, .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-number{
    width: 56px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hpf-bottom-content .hpf-section{
    padding: 54px 0;
  }.tc-wp-content-root .hpf-bottom-content .hpf-container{
    padding: 0 18px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card h3, .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card p, .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-number{
    width: 58px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hpf-bottom-content .hpf-section{
    padding: 60px 0;
  }.tc-wp-content-root .hpf-bottom-content .hpf-container{
    padding: 0 22px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card h3, .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card p, .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-number{
    width: 62px;
    height: 52px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hpf-bottom-content .hpf-section{
    padding: 76px 0;
  }.tc-wp-content-root .hpf-bottom-content .hpf-container{
    padding: 0 32px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hpf-bottom-content .hpf-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hpf-bottom-content .hpf-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card h3, .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card p, .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-card{
    gap: 24px;
    padding: 30px 30px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-number{
    width: 72px;
    height: 62px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hpf-bottom-content .hpf-section{
    padding: 92px 0;
  }.tc-wp-content-root .hpf-bottom-content .hpf-container{
    padding: 0 36px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-grid-3, .tc-wp-content-root .hpf-bottom-content .hpf-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hpf-bottom-content .hpf-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card h3, .tc-wp-content-root .hpf-bottom-content .hpf-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-card p, .tc-wp-content-root .hpf-bottom-content .hpf-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .hpf-bottom-content .hpf-step-number{
    width: 78px;
    height: 66px;
    font-size: 22px;
  }}