/* Homepage hero — compact, editorial hierarchy for the Ask a CPA offer. */
.hero--home {
  padding-block: clamp(3.75rem, 6.5vw, 6rem);
}

.hero--home .hero__in {
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .82fr);
  gap: clamp(2.75rem, 5.5vw, 5.5rem);
}

.hero--home .hero__copy {
  max-width: 46rem;
  container-type: inline-size;
}

.hero--home .hero__hook {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(.78rem, 2.25cqw, .93rem);
  line-height: 1.25;
  letter-spacing: .075em;
}

.hero--home .hero__headline {
  max-width: 16ch;
  margin: 1.1rem 0 1.3rem;
  font-size: clamp(3.2rem, min(6.1vw, 12.4cqw), 5.1rem);
  line-height: .98;
  letter-spacing: -.055em;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero--home .hero__price-line,
.hero--home .hero__headline .mark {
  display: block;
  width: max-content;
  max-width: 100%;
  padding-bottom: .08em;
  border-bottom: .09em solid var(--green-bright);
  white-space: normal;
}

.hero--home .hero__headline .mark svg {
  display: none;
}

.hero--home .hero__lede {
  max-width: 42rem;
  font-size: clamp(1.08rem, 1.55vw, 1.25rem);
  line-height: 1.58;
}

.hero--home .hero__audience {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: .55rem .75rem;
  max-width: 42rem;
  margin-top: 1.15rem;
  padding: .85rem 0;
  border-block: 1px solid var(--line);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero--home .hero__audience-label {
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero--home .hero__cta--home {
  align-items: center;
  gap: 1rem 1.35rem;
  margin-top: 1.75rem;
}

.hero--home .hero__secondary {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 3.35rem;
  padding: .75rem .15rem;
  border-bottom: 1px solid var(--line-2);
  color: var(--green-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}

.hero--home .hero__secondary::after {
  content: "\2192";
  transition: transform .2s ease;
}

.hero--home .hero__secondary:hover {
  border-color: var(--green);
  color: var(--ink);
}

.hero--home .hero__secondary:hover::after {
  transform: translateX(.2rem);
}

.hero--home .trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1.5rem;
  max-width: 42rem;
  margin-top: 2.25rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.hero--home .trust li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.35;
}

.hero--home .plan-preview {
  max-width: 25rem;
}

.hero--home .preview-card {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: 0 24px 54px -26px rgba(9, 60, 38, .3);
}

@media (max-width: 900px) {
  .hero--home .hero__in {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .hero--home .hero__copy {
    max-width: 44rem;
  }

  .hero--home .hero__headline {
    max-width: 16ch;
    font-size: clamp(3.1rem, 10cqw, 4.8rem);
  }

  .hero--home .plan-preview {
    justify-self: start;
    max-width: 28rem;
    margin-left: .4rem;
  }
}

@media (max-width: 620px) {
  .hero--home {
    padding-block: 2.75rem 3.5rem;
  }

  .hero--home .hero__hook {
    font-size: clamp(.69rem, 3.15vw, .8rem);
    letter-spacing: .035em;
  }

  .hero--home .hero__headline {
    max-width: 14ch;
    margin-top: .95rem;
    font-size: clamp(2.85rem, 14.2vw, 4rem);
  }

  .hero--home .hero__cta--home {
    display: grid;
    justify-items: stretch;
    gap: .65rem;
    width: 100%;
  }

  .hero--home .hero__audience {
    grid-template-columns: 1fr;
  }

  .hero--home .hero__cta--home .btn {
    width: 100%;
  }

  .hero--home .hero__secondary {
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .hero--home .trust {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .hero--home .plan-preview {
    width: calc(100% - .8rem);
  }
}

@media (max-width: 360px) {
  .hero--home .hero__hook {
    white-space: normal;
  }
}
