/* Home Run Taxes — Get Started page | standalone or WordPress Custom HTML */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700;800&display=swap");

.hrt-site {
  --hrt-navy: #112457;
  --hrt-navy-dark: #0c1739;
  --hrt-red: #ba203c;
  --hrt-red-dark: #a41732;
  --hrt-white: #fff;
  --hrt-offwhite: #f7f8fa;
  --hrt-pale: #eef1f7;
  --hrt-ink: #14203b;
  --hrt-muted: #637087;
  --hrt-line: #dce2ec;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--hrt-ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}
.hrt-site *,
.hrt-site *::before,
.hrt-site *::after {
  box-sizing: border-box;
}
.hrt-site a {
  text-decoration: none;
}
.hrt-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 36px;
}
.hrt-utility {
  background: var(--hrt-navy-dark);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.045em;
}
.hrt-utility-inner {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hrt-utility-inner > span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.hrt-utility-inner > div {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hrt-utility a {
  color: #fff;
}
.hrt-header {
  background: #fff;
  border-bottom: 1px solid var(--hrt-line);
}
.hrt-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.hrt-logo {
  display: inline-flex;
  flex-direction: column;
  color: var(--hrt-navy);
}
.hrt-logo-name {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
}
.hrt-logo-name > span {
  margin-left: 8px;
  color: var(--hrt-red);
}
.hrt-logo-caption {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 5px;
}
.hrt-navigation {
  display: flex;
  align-items: center;
  gap: 31px;
}
.hrt-navigation a {
  font-size: 13px;
  color: var(--hrt-navy);
  font-weight: 600;
}
.hrt-navigation a:hover {
  color: var(--hrt-red);
}
.hrt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 3px;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.hrt-button-red {
  background: var(--hrt-red);
  color: #fff;
}
.hrt-button-red:hover {
  background: var(--hrt-red-dark);
}
.hrt-button-navy {
  background: var(--hrt-navy);
  color: #fff;
}
.hrt-button-navy:hover {
  background: var(--hrt-navy-dark);
}
.hrt-button-gold {
  background: #b58535;
  color: #fff;
}
.hrt-button-gold:hover {
  background: #956d29;
}
.hrt-button-white {
  background: #fff;
  color: var(--hrt-navy);
}
.hrt-button-white:hover {
  background: #edf0f6;
}
.hrt-button-outline {
  border-color: #ffffffa6;
  color: #fff;
}
.hrt-button-outline:hover {
  background: #ffffff18;
}
.hrt-eyebrow {
  margin: 0 0 19px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--hrt-red);
}
.hrt-eyebrow-white {
  color: #fff;
}
.hrt-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 31px;
}
.hrt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hrt-red);
  font-size: 13px;
  font-weight: 700;
}
.hrt-section {
  padding: 100px 0;
}

.hrt-start-hero {
  position: relative;
  background: linear-gradient(121deg, #bd243f 0%, #ad1935 73%, #91132d 100%);
  color: #fff;
  padding: 90px 0 108px;
}
.hrt-start-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(
    90deg,
    var(--hrt-navy) 0%,
    var(--hrt-navy) 71%,
    #fff 71%,
    #fff 72%,
    var(--hrt-red-dark) 72%
  );
}
.hrt-start-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 91px;
  align-items: center;
}
.hrt-start-hero h1,
.hrt-final-cta h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(74px, 8.2vw, 111px);
  font-weight: 700;
  line-height: 0.89;
  letter-spacing: -0.015em;
  margin: 0;
}
.hrt-start-hero h1 > span,
.hrt-final-cta h2 > span {
  color: #f3bac4;
}
.hrt-start-lead {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
  margin: 25px 0 13px;
}
.hrt-start-promise {
  font-size: 14px;
  line-height: 1.8;
  color: #f3d6dc;
}
.hrt-start-promise strong {
  color: #fff;
}
.hrt-start-scorecard {
  background: #fff;
  padding: 27px;
  color: var(--hrt-navy);
  box-shadow: 0 22px 65px #52102042;
  border-radius: 5px;
}
.hrt-scorecard-heading {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hrt-line);
  font-size: 9px;
  letter-spacing: 0.055em;
}
.hrt-scorecard-heading strong {
  color: var(--hrt-red);
}
.hrt-scorecard-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hrt-line);
}
.hrt-scorecard-row > span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--hrt-red);
}
.hrt-scorecard-row > div > strong,
.hrt-scorecard-row > div > small {
  display: block;
}
.hrt-scorecard-row > div > strong {
  font-size: 12px;
}
.hrt-scorecard-row > div > small {
  margin-top: 3px;
  font-size: 10px;
  color: var(--hrt-muted);
}
.hrt-scorecard-footer {
  text-align: center;
  padding-top: 17px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.045em;
}
.hrt-scorecard-footer > span {
  color: var(--hrt-red);
  margin: 0 4px;
}

.hrt-proof {
  background: var(--hrt-navy-dark);
  color: #fff;
}
.hrt-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 27px;
  padding-bottom: 27px;
}
.hrt-proof-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 21px;
  border-right: 1px solid #ffffff29;
}
.hrt-proof-grid > div:first-child {
  padding-left: 0;
}
.hrt-proof-grid > div:last-child {
  border: 0;
}
.hrt-proof-grid strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #f1a8b4;
}
.hrt-proof-grid span {
  max-width: 135px;
  font-size: 10px;
  color: #d5dced;
  line-height: 1.5;
}

.hrt-section-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 52px;
}
.hrt-section-heading h2,
.hrt-conversation-grid h2,
.hrt-faq-grid h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  color: var(--hrt-navy);
  margin: 0;
}
.hrt-section-heading h2 > span,
.hrt-conversation-grid h2 > span,
.hrt-faq-grid h2 > span {
  color: var(--hrt-red);
}
.hrt-section-heading > p:not(.hrt-eyebrow) {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--hrt-muted);
}
.hrt-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hrt-client-card {
  padding: 34px 34px 26px;
  border: 1px solid var(--hrt-line);
  background: #fff;
  scroll-margin-top: 25px;
}
.hrt-new-client {
  border-top: 4px solid var(--hrt-red);
}
.hrt-returning-client {
  border-top: 4px solid var(--hrt-navy);
}
.hrt-bookkeeping-client {
  border-top: 4px solid #b58535;
}
.hrt-bookkeeping-client > .hrt-client-label {
  color: #956d29;
}
.hrt-client-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--hrt-red);
}
.hrt-returning-client > .hrt-client-label {
  color: var(--hrt-navy);
}
.hrt-client-card h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 46px;
  line-height: 1;
  color: var(--hrt-navy);
  margin: 17px 0 12px;
}
.hrt-client-card > p:not(.hrt-client-help) {
  font-size: 13px;
  line-height: 1.8;
  color: var(--hrt-muted);
}
.hrt-client-card ol {
  padding: 0 0 0 19px;
  margin: 20px 0 24px;
}
.hrt-client-card li {
  padding: 5px 0 5px 4px;
  font-size: 12px;
  color: var(--hrt-navy);
}
.hrt-client-card li::marker {
  color: var(--hrt-red);
  font-weight: 700;
}
.hrt-client-help {
  margin: 17px 0 0;
  font-size: 11px;
  color: var(--hrt-muted);
}
.hrt-client-help a {
  color: var(--hrt-red);
  font-weight: 700;
}
.hrt-security-note {
  margin-top: 25px;
  padding: 16px 19px;
  background: var(--hrt-offwhite);
  border-left: 3px solid var(--hrt-red);
  font-size: 12px;
  line-height: 1.75;
  color: var(--hrt-muted);
}
.hrt-security-note strong {
  color: var(--hrt-navy);
}

.hrt-document-section {
  background: var(--hrt-offwhite);
}
.hrt-document-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.hrt-document-grid > article {
  padding: 22px 19px;
  background: #fff;
  border: 1px solid var(--hrt-line);
}
.hrt-document-grid > article > span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 31px;
  line-height: 1;
  color: var(--hrt-red);
}
.hrt-document-grid > article > h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 25px;
  line-height: 1.08;
  color: var(--hrt-navy);
  margin: 20px 0 9px;
}
.hrt-document-grid > article > p {
  font-size: 10px;
  line-height: 1.75;
  color: var(--hrt-muted);
}
.hrt-document-grid ul {
  margin: 15px 0 0;
  padding-left: 16px;
}
.hrt-document-grid li {
  margin: 7px 0;
  font-size: 10px;
  line-height: 1.6;
  color: var(--hrt-navy);
}
.hrt-document-grid li::marker {
  color: var(--hrt-red);
}
.hrt-document-callout {
  margin-top: 24px;
  padding: 15px 18px;
  background: #fff;
  border-left: 3px solid var(--hrt-red);
  font-size: 12px;
  line-height: 1.75;
  color: var(--hrt-muted);
}
.hrt-document-callout strong {
  color: var(--hrt-navy);
}

.hrt-phone-section {
  background: var(--hrt-navy-dark);
  color: #fff;
}
.hrt-phone-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 92px;
  align-items: center;
}
.hrt-phone-grid h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(52px, 5.9vw, 76px);
  line-height: 0.98;
  margin: 0;
  color: #fff;
}
.hrt-phone-grid h2 > span {
  color: #f0a8b3;
}
.hrt-phone-grid > div > p:not(.hrt-eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #d6ddec;
}
.hrt-phone-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 21px 0;
}
.hrt-phone-points > span {
  padding: 9px 10px;
  border: 1px solid #ffffff32;
  font-size: 10px;
  color: #e5eaf4;
}
.hrt-phone-grid > div > .hrt-button {
  margin-top: 8px;
}
.hrt-portal-card {
  background: #fff;
  padding: 27px;
  color: var(--hrt-navy);
}
.hrt-portal-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--hrt-line);
  font-size: 9px;
}
.hrt-portal-card-heading > strong {
  color: var(--hrt-red);
}
.hrt-portal-card h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 47px;
  line-height: 1;
  margin: 23px 0 17px;
}
.hrt-portal-card h3 > span {
  color: var(--hrt-red);
}
.hrt-portal-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hrt-line);
  font-size: 10px;
}
.hrt-portal-row > span {
  color: var(--hrt-muted);
}
.hrt-portal-row > strong {
  text-align: right;
}
.hrt-portal-card > p {
  text-align: center;
  margin: 17px 0 0;
  font-size: 11px;
  color: var(--hrt-muted);
}
.hrt-portal-card > p > strong {
  color: var(--hrt-navy);
}

.hrt-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hrt-timeline-grid > article {
  padding: 22px 18px;
  border-top: 3px solid var(--hrt-red);
  background: var(--hrt-offwhite);
}
.hrt-timeline-grid > article > span,
.hrt-timeline-grid > article > strong {
  display: block;
}
.hrt-timeline-grid > article > span {
  font-size: 9px;
  letter-spacing: 0.11em;
  color: var(--hrt-red);
  font-weight: 700;
}
.hrt-timeline-grid > article > strong {
  margin: 13px 0 9px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 26px;
  line-height: 1.05;
  color: var(--hrt-navy);
}
.hrt-timeline-grid > article > p {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  color: var(--hrt-muted);
}
.hrt-timeline-link {
  display: flex;
  width: max-content;
  margin: 27px auto 0;
}

.hrt-conversation-section {
  background: var(--hrt-offwhite);
}
.hrt-conversation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 93px;
  align-items: center;
}
.hrt-conversation-grid > div:last-child > p,
.hrt-faq-grid > div:first-child > p:not(.hrt-eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--hrt-muted);
}
.hrt-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.hrt-location-tags > span {
  padding: 7px 10px;
  background: #fff;
  border: 1px solid var(--hrt-line);
  font-size: 10px;
  font-weight: 600;
  color: var(--hrt-navy);
}

.hrt-faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 103px;
  align-items: start;
}
.hrt-faq-grid > div:first-child > .hrt-text-link {
  margin-top: 12px;
}
.hrt-faq-list details {
  border-bottom: 1px solid var(--hrt-line);
  padding: 19px 0;
}
.hrt-faq-list details:first-child {
  border-top: 1px solid var(--hrt-line);
}
.hrt-faq-list summary {
  position: relative;
  list-style: none;
  padding-right: 32px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hrt-navy);
  cursor: pointer;
}
.hrt-faq-list summary::-webkit-details-marker {
  display: none;
}
.hrt-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: -3px;
  font-size: 20px;
  color: var(--hrt-red);
}
.hrt-faq-list details[open] summary::after {
  content: "−";
}
.hrt-faq-list details > p {
  margin: 13px 26px 1px 0;
  font-size: 12px;
  line-height: 1.85;
  color: var(--hrt-muted);
}

.hrt-final-cta {
  text-align: center;
  background: var(--hrt-red);
  color: #fff;
  padding: 98px 0;
}
.hrt-final-cta h2 {
  font-size: clamp(65px, 7vw, 94px);
}
.hrt-final-cta > .hrt-container > p:not(.hrt-eyebrow) {
  font-size: 14px;
  color: #f5d7dd;
}
.hrt-actions-center {
  justify-content: center;
}
.hrt-contact-line {
  margin-top: 32px !important;
  font-size: 12px !important;
}
.hrt-contact-line a {
  color: #fff;
  font-weight: 700;
}
.hrt-footer {
  background: var(--hrt-navy-dark);
  color: #fff;
  padding: 73px 0 22px;
}
.hrt-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 80px;
}
.hrt-logo-footer {
  color: #fff;
}
.hrt-logo-footer .hrt-logo-name > span {
  color: #f0a8b3;
}
.hrt-footer-grid > div:first-child > p {
  max-width: 405px;
  color: #c7cfdf;
  font-size: 12px;
  line-height: 1.8;
}
.hrt-footer-grid h3 {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 17px;
}
.hrt-footer-grid > div:nth-child(2) > a,
.hrt-footer-grid > div:nth-child(3) > a {
  display: block;
  color: #c7cfdf;
  font-size: 12px;
  line-height: 2;
}
.hrt-footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #ffffff25;
  color: #bbc4d5;
  font-size: 10px;
}

@media (max-width: 1050px) {
  .hrt-navigation {
    gap: 18px;
  }
  .hrt-navigation a {
    font-size: 11px;
  }
  .hrt-start-hero-grid {
    gap: 45px;
  }
  .hrt-start-hero h1 {
    font-size: 86px;
  }
  .hrt-document-grid,
  .hrt-timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hrt-phone-grid,
  .hrt-conversation-grid,
  .hrt-faq-grid {
    gap: 52px;
  }
  .hrt-client-card {
    padding: 28px 24px;
  }
  .hrt-proof-grid > div {
    padding: 0 11px;
  }
}

@media (max-width: 760px) {
  .hrt-container {
    padding: 0 20px;
  }
  .hrt-utility-inner {
    height: auto;
    min-height: 41px;
    gap: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .hrt-utility-inner > span {
    font-size: 8px;
  }
  .hrt-utility-inner > div > a:last-child,
  .hrt-utility-inner > div > span {
    display: none;
  }
  .hrt-header-inner {
    min-height: 76px;
    gap: 12px;
  }
  .hrt-logo-name {
    font-size: 25px;
  }
  .hrt-logo-caption {
    font-size: 8px;
  }
  .hrt-navigation {
    display: none;
  }
  .hrt-header-button {
    font-size: 10px;
    padding: 12px;
  }
  .hrt-start-hero {
    padding: 73px 0 87px;
  }
  .hrt-start-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hrt-start-hero h1 {
    font-size: 77px;
  }
  .hrt-start-lead {
    font-size: 15px;
  }
  .hrt-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hrt-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .hrt-proof-grid > div:nth-child(2) {
    border: 0;
  }
  .hrt-proof-grid > div:nth-child(3) {
    padding-left: 0;
  }
  .hrt-proof-grid strong {
    font-size: 30px;
  }
  .hrt-section {
    padding: 72px 0;
  }
  .hrt-section-heading {
    margin-bottom: 34px;
  }
  .hrt-section-heading h2,
  .hrt-conversation-grid h2,
  .hrt-faq-grid h2,
  .hrt-phone-grid h2 {
    font-size: 57px;
  }
  .hrt-client-grid,
  .hrt-document-grid,
  .hrt-timeline-grid {
    grid-template-columns: 1fr;
  }
  .hrt-client-card h3 {
    font-size: 40px;
  }
  .hrt-phone-grid,
  .hrt-conversation-grid,
  .hrt-faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hrt-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hrt-footer-bottom {
    display: block;
  }
  .hrt-footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
  .hrt-final-cta {
    padding: 76px 0;
  }
  .hrt-final-cta h2 {
    font-size: 63px;
  }
}

@media (max-width: 420px) {
  .hrt-start-hero h1 {
    font-size: 67px;
  }
  .hrt-start-scorecard,
  .hrt-portal-card {
    padding: 19px;
  }
  .hrt-scorecard-heading,
  .hrt-scorecard-footer {
    font-size: 8px;
  }
  .hrt-utility-inner > span {
    max-width: 180px;
  }
  .hrt-logo-name {
    font-size: 21px;
  }
  .hrt-header-button {
    padding: 10px 8px;
    font-size: 9px;
  }
  .hrt-section-heading h2,
  .hrt-conversation-grid h2,
  .hrt-faq-grid h2,
  .hrt-phone-grid h2 {
    font-size: 48px;
  }
  .hrt-client-card {
    padding: 25px 18px;
  }
  .hrt-phone-points {
    grid-template-columns: 1fr;
  }
  .hrt-final-cta h2 {
    font-size: 52px;
  }
}
