@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.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-94 .tc-wp-content-root img, .wpc-scope-94 .tc-wp-content-root video, .wpc-scope-94 .tc-wp-content-root svg, .wpc-scope-94 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content div, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content section, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content article{
  box-sizing: border-box;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__section{
  position: relative;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__section--soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(28, 132, 116, 0.08), transparent 32%),
    linear-gradient(180deg, #f7fbf9 0%, #f3f7f4 100%);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__header{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(28, 132, 116, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(28, 132, 116, 0.1), rgba(214, 155, 45, 0.11));
  color: #176858;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c8474, #d69b2d);
  box-shadow: 0 0 0 5px rgba(28, 132, 116, 0.1);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content h2{
  margin: 0;
  color: #15231f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__header p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #56645f;
  line-height: 1.7;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__grid{
  display: grid;
  width: 100%;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(29, 47, 41, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(28, 132, 116, 0.12), transparent 34%);
  box-shadow: 0 18px 45px rgba(26, 47, 41, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card::after, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(28, 132, 116, 0.12), transparent 40%, rgba(214, 155, 45, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card:hover, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card:hover, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(28, 132, 116, 0.28);
  box-shadow: 0 24px 60px rgba(26, 47, 41, 0.13);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card:hover::after, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card:hover::after{
  opacity: 1;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1c8474, #d69b2d);
  box-shadow: 0 14px 28px rgba(28, 132, 116, 0.2);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon::before, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--ledger::before{
  width: 18px;
  height: 22px;
  left: 14px;
  top: 12px;
  border-radius: 3px;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--ledger::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 19px;
  box-shadow: 0 6px 0 #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--speed::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 24px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--steps::after{
  width: 14px;
  height: 3px;
  left: 24px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 999px;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__icon--daily::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15231f;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card p, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card p, .wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a6964;
  line-height: 1.68;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__steps{
  display: grid;
  gap: 18px;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 22px;
  border: 1px solid rgba(28, 132, 116, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(26, 47, 41, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step::before{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 45px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(28, 132, 116, 0.34), rgba(214, 155, 45, 0.28));
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step-number{
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1c8474, #d69b2d);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(28, 132, 116, 0.22);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__step-body{
  min-width: 0;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__badge{
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(214, 155, 45, 0.28);
  border-radius: 999px;
  background: rgba(214, 155, 45, 0.1);
  color: #8a5d10;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 0 0, rgba(214, 155, 45, 0.11), transparent 34%);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-card{
  overflow: hidden;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(28, 132, 116, 0.14), rgba(214, 155, 45, 0.14));
  border: 1px solid rgba(28, 132, 116, 0.16);
  position: relative;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 14px;
  height: 20px;
  border: 3px solid #1c8474;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: 0;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__trust-mark::after{
  content: "";
  position: absolute;
  left: 10px;
  top: 21px;
  width: 24px;
  height: 17px;
  border-radius: 5px;
  background: linear-gradient(135deg, #1c8474, #d69b2d);
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-94 .tc-wp-content-root .idaho-tax-content__reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .idaho-tax-content__section{
    padding: 48px 0;
  }.tc-wp-content-root .idaho-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .idaho-tax-content h2{
    font-size: 25px;
  }.tc-wp-content-root .idaho-tax-content__header p{
    font-size: 14px;
  }.tc-wp-content-root .idaho-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .idaho-tax-content__card, .tc-wp-content-root .idaho-tax-content__trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .idaho-tax-content h3{
    font-size: 17px;
  }.tc-wp-content-root .idaho-tax-content__card p, .tc-wp-content-root .idaho-tax-content__trust-card p, .tc-wp-content-root .idaho-tax-content__step p{
    font-size: 14px;
  }.tc-wp-content-root .idaho-tax-content__steps{
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .idaho-tax-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .idaho-tax-content__step::before{
    display: none;
  }.tc-wp-content-root .idaho-tax-content__step-number{
    width: 56px;
    height: 56px;
    border-radius: 17px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .idaho-tax-content__section{
    padding: 54px 0;
  }.tc-wp-content-root .idaho-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .idaho-tax-content h2{
    font-size: 28px;
  }.tc-wp-content-root .idaho-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .idaho-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .idaho-tax-content__card, .tc-wp-content-root .idaho-tax-content__trust-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .idaho-tax-content h3{
    font-size: 18px;
  }.tc-wp-content-root .idaho-tax-content__card p, .tc-wp-content-root .idaho-tax-content__trust-card p, .tc-wp-content-root .idaho-tax-content__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .idaho-tax-content__steps{
    margin-top: 30px;
    gap: 15px;
  }.tc-wp-content-root .idaho-tax-content__step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .idaho-tax-content__step::before{
    display: none;
  }.tc-wp-content-root .idaho-tax-content__step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .idaho-tax-content__section{
    padding: 60px 0;
  }.tc-wp-content-root .idaho-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .idaho-tax-content h2{
    font-size: 31px;
  }.tc-wp-content-root .idaho-tax-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .idaho-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .idaho-tax-content__card, .tc-wp-content-root .idaho-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .idaho-tax-content h3{
    font-size: 19px;
  }.tc-wp-content-root .idaho-tax-content__card p, .tc-wp-content-root .idaho-tax-content__trust-card p, .tc-wp-content-root .idaho-tax-content__step p{
    font-size: 15px;
  }.tc-wp-content-root .idaho-tax-content__steps{
    margin-top: 34px;
    gap: 16px;
  }.tc-wp-content-root .idaho-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .idaho-tax-content__step::before{
    display: none;
  }.tc-wp-content-root .idaho-tax-content__step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .idaho-tax-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .idaho-tax-content__container{
    padding: 0 30px;
  }.tc-wp-content-root .idaho-tax-content h2{
    font-size: 38px;
  }.tc-wp-content-root .idaho-tax-content__header p{
    font-size: 16.5px;
  }.tc-wp-content-root .idaho-tax-content__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .idaho-tax-content__card, .tc-wp-content-root .idaho-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .idaho-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .idaho-tax-content__card p, .tc-wp-content-root .idaho-tax-content__trust-card p, .tc-wp-content-root .idaho-tax-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .idaho-tax-content__steps{
    margin-top: 42px;
  }.tc-wp-content-root .idaho-tax-content__step{
    padding: 28px;
  }.tc-wp-content-root .idaho-tax-content__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .idaho-tax-content__grid--trust .idaho-tax-content__trust-card:last-child{
    grid-column: span 2;
  }}@media (min-width: 1024px){.tc-wp-content-root .idaho-tax-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .idaho-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .idaho-tax-content h2{
    font-size: 46px;
  }.tc-wp-content-root .idaho-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .idaho-tax-content__grid{
    margin-top: 48px;
    gap: 24px;
  }.tc-wp-content-root .idaho-tax-content__grid--three, .tc-wp-content-root .idaho-tax-content__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .idaho-tax-content__card, .tc-wp-content-root .idaho-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .idaho-tax-content h3{
    font-size: 21px;
  }.tc-wp-content-root .idaho-tax-content__card p, .tc-wp-content-root .idaho-tax-content__trust-card p, .tc-wp-content-root .idaho-tax-content__step p{
    font-size: 15.8px;
  }.tc-wp-content-root .idaho-tax-content__steps{
    margin-top: 48px;
  }.tc-wp-content-root .idaho-tax-content__step{
    padding: 30px;
  }}