@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 {
  --navy: #112457;
  --dark: #0c1739;
  --red: #ba203c;
  --red-dark: #a41732;
  --cream: #f7f8fa;
  --pale: #eef1f7;
  --ink: #14203b;
  --muted: #637087;
  --line: #dce2ec;
  font:
    16px/1.6 "DM Sans",
    Arial,
    sans-serif;
  color: var(--ink);
  background: #fff;
  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: auto;
  padding: 0 36px;
}
.hrt-utility {
  background: var(--dark);
  color: #fff;
  font-size: 11px;
}
.hrt-utility-inner {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hrt-utility-inner > span {
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hrt-utility-inner > div {
  display: flex;
  gap: 15px;
}
.hrt-utility a {
  color: #fff;
}
.hrt-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.hrt-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.hrt-logo {
  display: flex;
  flex-direction: column;
  color: var(--navy);
}
.hrt-logo-name {
  font:
    800 31px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: 0.025em;
}
.hrt-logo-name span {
  margin-left: 8px;
  color: var(--red);
}
.hrt-logo-caption {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hrt-navigation {
  display: flex;
  gap: 25px;
}
.hrt-navigation a {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
}
.hrt-navigation a:hover,
.hrt-navigation .hrt-active {
  color: var(--red);
}
.hrt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.hrt-button-red {
  background: var(--red);
  color: #fff;
}
.hrt-button-red:hover {
  background: var(--red-dark);
}
.hrt-button-white {
  background: #fff;
  color: var(--navy);
}
.hrt-button-outline {
  border-color: #ffffffa6;
  color: #fff;
}
.hrt-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.hrt-eyebrow {
  margin: 0 0 19px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.hrt-eyebrow-white {
  color: #fff;
}
.hrt-section {
  padding: 100px 0;
}
.hrt-hero {
  background: linear-gradient(122deg, #bd243f, #ad1935 73%, #90132c);
  color: #fff;
  padding: 91px 0 108px;
}
.hrt-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 88px;
  align-items: center;
}
.hrt-hero h1,
.hrt-final h2 {
  margin: 0;
  font:
    700 clamp(72px, 8vw, 106px)/0.89 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.015em;
}
.hrt-hero h1 span,
.hrt-final h2 span {
  color: #f3bac4;
}
.hrt-hero-lead {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.85;
}
.hrt-hero-promise {
  color: #f3d6dc;
}
.hrt-hero-promise strong {
  color: #fff;
}
.hrt-scorecard {
  padding: 27px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 22px 65px #52102042;
}
.hrt-scorecard-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
}
.hrt-scorecard-head strong {
  color: var(--red);
}
.hrt-scorecard h2 {
  margin: 25px 0;
  font:
    700 54px/0.92 "Barlow Condensed",
    Impact,
    sans-serif;
}
.hrt-scorecard h2 span {
  color: var(--red);
}
.hrt-score-row {
  display: flex;
  gap: 15px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.hrt-score-row span {
  color: var(--red);
  font-weight: 800;
}
.hrt-scorecard > p {
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}
.hrt-proof {
  background: var(--dark);
  color: #fff;
}
.hrt-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 27px;
  padding-bottom: 27px;
}
.hrt-proof-grid > div {
  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 strong,
.hrt-proof span {
  display: block;
}
.hrt-proof strong {
  font:
    700 24px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  color: #f1a8b4;
}
.hrt-proof span {
  margin-top: 5px;
  font-size: 10px;
  color: #d5dced;
}
.hrt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  align-items: center;
}
.hrt-split h2,
.hrt-heading h2,
.hrt-fit h2 {
  margin: 0;
  font:
    700 clamp(54px, 6vw, 77px)/0.98 "Barlow Condensed",
    Impact,
    sans-serif;
  color: var(--navy);
}
.hrt-split h2 span,
.hrt-heading h2 span {
  color: var(--red);
}
.hrt-split > div:last-child > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
}
.hrt-callout {
  display: flex;
  flex-direction: column;
  padding: 17px;
  background: var(--cream);
  border-left: 3px solid var(--red);
}
.hrt-callout strong {
  color: var(--navy);
}
.hrt-callout span {
  font-size: 11px;
  color: var(--muted);
}
.hrt-services {
  background: var(--cream);
}
.hrt-heading {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 52px;
}
.hrt-heading > p:not(.hrt-eyebrow) {
  color: var(--muted);
}
.hrt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hrt-service-grid article {
  padding: 25px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
}
.hrt-service-grid article > span {
  font:
    700 30px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  color: var(--red);
}
.hrt-service-grid h3 {
  margin: 20px 0 10px;
  font:
    700 28px/1.05 "Barlow Condensed",
    Impact,
    sans-serif;
  color: var(--navy);
}
.hrt-service-grid p {
  font-size: 11px;
  line-height: 1.85;
  color: var(--muted);
}
.hrt-fit {
  background: var(--dark);
  color: #fff;
}
.hrt-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  align-items: center;
}
.hrt-fit h2 {
  color: #fff;
}
.hrt-fit h2 span {
  color: #f0a8b3;
}
.hrt-fit-grid > div:first-child > p:not(.hrt-eyebrow) {
  color: #d6ddec;
}
.hrt-fit-list {
  background: #fff;
  padding: 26px;
  color: var(--navy);
}
.hrt-fit-list article {
  display: flex;
  gap: 17px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.hrt-fit-list article:last-child {
  border: 0;
}
.hrt-fit-list article > span {
  font:
    700 25px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  color: var(--red);
}
.hrt-fit-list strong {
  font-size: 12px;
}
.hrt-fit-list p {
  margin: 4px 0 0;
  font-size: 10px;
  color: var(--muted);
}
.hrt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hrt-process-grid article {
  padding: 23px 20px;
  background: var(--cream);
  border-top: 3px solid var(--red);
}
.hrt-process-grid span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: var(--red);
}
.hrt-process-grid h3 {
  font:
    700 26px/1.08 "Barlow Condensed",
    Impact,
    sans-serif;
  color: var(--navy);
}
.hrt-process-grid p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
}
.hrt-records {
  background: var(--pale);
}
.hrt-record-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hrt-record-grid span {
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
}
.hrt-security {
  grid-column: 1/-1;
  padding: 16px 18px;
  background: #fff;
  border-left: 3px solid var(--red);
  font-size: 11px;
  color: var(--muted);
}
.hrt-security strong {
  color: var(--navy);
}
.hrt-final {
  text-align: center;
  background: var(--red);
  color: #fff;
  padding: 98px 0;
}
.hrt-final h2 {
  font-size: clamp(62px, 7vw, 92px);
}
.hrt-final > .hrt-container > p:not(.hrt-eyebrow) {
  max-width: 720px;
  margin: 20px auto;
  color: #f5d7dd;
}
.hrt-actions-center {
  justify-content: center;
}
.hrt-footer {
  padding: 73px 0 22px;
  background: var(--dark);
  color: #fff;
}
.hrt-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 80px;
}
.hrt-logo-footer {
  color: #fff;
}
.hrt-footer-grid > div:first-child > p {
  max-width: 405px;
  font-size: 12px;
  color: #c7cfdf;
}
.hrt-footer h3 {
  font-size: 12px;
  text-transform: uppercase;
}
.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;
  padding-top: 20px;
  border-top: 1px solid #ffffff25;
  font-size: 10px;
  color: #bbc4d5;
}
@media (max-width: 1050px) {
  .hrt-navigation {
    gap: 15px;
  }
  .hrt-navigation a {
    font-size: 10px;
  }
  .hrt-hero-grid,
  .hrt-split,
  .hrt-fit-grid {
    gap: 48px;
  }
  .hrt-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hrt-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .hrt-container {
    padding: 0 20px;
  }
  .hrt-utility-inner {
    min-height: 41px;
    height: auto;
  }
  .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;
  }
  .hrt-navigation {
    display: none;
  }
  .hrt-logo-name {
    font-size: 25px;
  }
  .hrt-header-button {
    padding: 12px;
    font-size: 10px;
  }
  .hrt-hero {
    padding: 72px 0;
  }
  .hrt-hero-grid,
  .hrt-split,
  .hrt-fit-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hrt-hero h1 {
    font-size: 73px;
  }
  .hrt-actions {
    flex-direction: column;
  }
  .hrt-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hrt-proof-grid > div:nth-child(2) {
    border: 0;
  }
  .hrt-section {
    padding: 72px 0;
  }
  .hrt-split h2,
  .hrt-heading h2,
  .hrt-fit h2 {
    font-size: 55px;
  }
  .hrt-service-grid,
  .hrt-process-grid {
    grid-template-columns: 1fr;
  }
  .hrt-record-grid {
    grid-template-columns: 1fr;
  }
  .hrt-security {
    grid-column: auto;
  }
  .hrt-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hrt-footer-bottom {
    display: block;
  }
  .hrt-footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
  .hrt-final h2 {
    font-size: 56px;
  }
}
@media (max-width: 420px) {
  .hrt-hero h1 {
    font-size: 62px;
  }
  .hrt-scorecard {
    padding: 19px;
  }
  .hrt-scorecard h2 {
    font-size: 46px;
  }
  .hrt-logo-name {
    font-size: 21px;
  }
  .hrt-header-button {
    padding: 10px 8px;
    font-size: 9px;
  }
  .hrt-split h2,
  .hrt-heading h2,
  .hrt-fit h2 {
    font-size: 46px;
  }
  .hrt-final h2 {
    font-size: 48px;
  }
}
