:root {
  color-scheme: light;
  --ink: #081426;
  --muted: #536074;
  --line: #dbe2ec;
  --soft: #f5f8fc;
  --blue: #075ee8;
  --blue-dark: #0449b9;
  --green: #138b45;
  --orange: #c96a00;
  --violet: #6e35c9;
  --night: #071525;
  --shell: 1320px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.usa-shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.hp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.usa-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: #fff;
  background: var(--night);
  transform: translateY(-160%);
}

.usa-skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #ffbd2e;
  outline-offset: 3px;
}

.usa-header {
  position: relative;
  z-index: 50;
  height: 82px;
  border-bottom: 1px solid #edf1f6;
  background: rgba(255, 255, 255, 0.97);
}

.usa-nav {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  height: 100%;
  gap: 36px;
}

.usa-brand {
  display: inline-flex;
  align-items: center;
  width: 172px;
}

.usa-brand img {
  width: 100%;
  height: auto;
}

.usa-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.usa-links a {
  position: relative;
  color: #111b2c;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.usa-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.usa-links a:hover::after,
.usa-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.usa-cta,
.hp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.usa-cta,
.hp-button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(7, 94, 232, 0.18);
}

.usa-cta:hover,
.hp-button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 14px 28px rgba(7, 94, 232, 0.24);
  transform: translateY(-2px);
}

.hp-button-secondary {
  border-color: #9ba8ba;
  color: var(--ink);
  background: #fff;
}

.hp-button-secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}

.usa-menu {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.usa-menu span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hp-hero {
  overflow: hidden;
  border-bottom: 1px solid #cfd8e5;
  background: #fff;
}

.hp-hero-layout {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(430px, 0.82fr) minmax(680px, 1.18fr);
  gap: 38px;
}

.hp-hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 58px 0 54px;
}

.hp-eyebrow {
  display: none;
}

.hp-hero-copy h1 {
  max-width: 520px;
  margin: 0;
  color: #0a1424;
  font-size: 64px;
  font-weight: 790;
  line-height: 1.02;
  letter-spacing: 0;
}

.hp-hero-copy h1 span {
  white-space: nowrap;
}

.hp-hero-promise {
  max-width: 500px;
  margin: 24px 0 18px;
  color: #111b2c;
  font-size: 34px;
  font-weight: 430;
  line-height: 1.22;
}

.hp-hero-lead {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hp-reassurance {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 13px 0 0;
  color: #566275;
  font-size: 13px;
}

.hp-reassurance svg {
  width: 18px;
  color: #536074;
}

.hp-engineering-seal {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  color: #111;
  text-transform: uppercase;
}

.hp-hero-meta {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.hp-hero-meta .hp-engineering-seal {
  flex: 0 0 auto;
}

.hp-hero-sprint {
  display: grid;
  min-width: 230px;
  flex: 1 1 230px;
  align-content: center;
  gap: 3px;
  border: 1px solid #b9cbed;
  border-left: 4px solid var(--blue);
  border-radius: 7px;
  padding: 12px 14px;
  color: #0a1424;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 71, 160, 0.1);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hp-hero-sprint:hover {
  border-color: var(--blue);
  box-shadow: 0 15px 34px rgba(16, 71, 160, 0.16);
  transform: translateY(-2px);
}

.hp-hero-sprint:focus-visible {
  outline: 3px solid rgba(36, 102, 229, 0.35);
  outline-offset: 3px;
}

.hp-hero-sprint > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.hp-hero-sprint strong {
  color: #071329;
  font-size: 25px;
  line-height: 1;
}

.hp-hero-sprint strong small {
  color: #516078;
  font-size: 12px;
  font-weight: 650;
}

.hp-hero-sprint b {
  margin-top: 4px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.2;
}

.hp-hero-sprint > small {
  color: #5f6b7e;
  font-size: 9px;
  line-height: 1.35;
}

.hp-engineering-seal > span:last-child {
  display: grid;
  gap: 2px;
}

.hp-engineering-seal strong {
  font-size: 13px;
  line-height: 1.2;
}

.hp-engineering-seal small {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.hp-seal-mark {
  display: grid;
  width: 54px;
  height: 54px;
  overflow: hidden;
  align-content: center;
  gap: 0;
  border: 2px solid #111;
  border-radius: 50%;
  padding: 10px 8px;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #aeb5c0;
}

.hp-seal-mark i {
  display: block;
  height: 6px;
}

.hp-seal-mark i:nth-child(1) {
  background: #111;
}

.hp-seal-mark i:nth-child(2) {
  background: #d31820;
}

.hp-seal-mark i:nth-child(3) {
  background: #f0bf18;
}

.hp-system-stage {
  position: relative;
  min-width: 0;
  min-height: 680px;
}

.hp-system-console {
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 0;
  width: min(710px, calc(100% - 38px));
  overflow: hidden;
  border: 1px solid #cbd4df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(21, 39, 66, 0.13), 0 2px 8px rgba(21, 39, 66, 0.12);
}

.hp-console-bar {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #fff;
  background: #0c192a;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.hp-console-bar span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: Inter, ui-sans-serif, sans-serif;
}

.hp-console-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42c86d;
  box-shadow: 0 0 10px rgba(66, 200, 109, 0.7);
}

.hp-console-modules {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 24px 20px;
  background: #fbfcfe;
}

.hp-console-module {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  border: 1px solid #ccd5e0;
  border-radius: 7px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(31, 49, 76, 0.05);
}

.hp-console-module:nth-child(-n + 3) {
  grid-column: span 4;
}

.hp-console-module:nth-child(n + 4) {
  grid-column: span 3;
}

.hp-console-module header {
  display: flex;
  min-height: 31px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.hp-console-module header > span {
  flex: 0 0 22px;
  color: #071426;
}

.hp-console-module header svg {
  width: 22px;
  height: 22px;
}

.hp-console-module h2 {
  margin: 1px 0 0;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}

.hp-console-module > small {
  display: block;
  color: #596579;
  font-size: 9px;
  line-height: 1.1;
}

.hp-console-module > strong {
  display: block;
  margin-top: 2px;
  color: #0b6f34;
  font-size: 11px;
  line-height: 1.2;
}

.hp-console-module > p {
  display: grid;
  gap: 1px;
  margin: 10px 0 0;
  color: #536074;
  font-size: 9px;
  line-height: 1.2;
}

.hp-console-module > p b {
  color: #152238;
  font-size: 11px;
}

.hp-spark {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  height: 24px;
  align-items: flex-end;
  gap: 4px;
  border-bottom: 1px solid #e8edf3;
}

.hp-spark i {
  flex: 1;
  height: var(--spark);
  border-radius: 2px 2px 0 0;
  background: currentColor;
  opacity: 0.82;
}

.hp-blue .hp-spark,
.hp-blue > strong {
  color: var(--blue);
}

.hp-green .hp-spark,
.hp-green > strong {
  color: #0b6f34;
}

.hp-violet .hp-spark,
.hp-violet > strong {
  color: var(--violet);
}

.hp-console-log {
  padding: 12px 18px 13px;
  color: #d4deea;
  background: #0c192a;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
}

.hp-console-log p {
  display: grid;
  grid-template-columns: 62px 1fr 24px;
  gap: 8px;
  margin: 0;
  line-height: 1.55;
}

.hp-console-log span {
  overflow: hidden;
  white-space: nowrap;
}

.hp-console-log span::after {
  content: " ........................................................";
  color: #536074;
}

.hp-console-log b {
  color: #55d77c;
}

.hp-ai-operator {
  position: absolute;
  z-index: 2;
  right: -48px;
  bottom: 0;
  width: auto;
  height: 550px;
  max-width: none;
  filter: drop-shadow(-18px 14px 18px rgba(9, 20, 36, 0.18));
  pointer-events: none;
}

.hp-ai-caption {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  color: #fff;
  background: rgba(7, 17, 38, 0.78);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.hp-operator-ai-caption {
  right: 12px;
  bottom: 12px;
}

.hp-markets {
  border-bottom: 1px solid #d4dce7;
  background: #fff;
}

.hp-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hp-market {
  position: relative;
  min-width: 0;
  height: 500px;
  overflow: hidden;
  border-right: 1px solid #d4dce7;
}

.hp-market:last-child {
  border-right: 0;
}

.hp-market::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.hp-market-contractor::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.74) 52%, #fff 88%);
}

.hp-market-law::after {
  background: linear-gradient(90deg, rgba(5, 10, 18, 0.97) 0%, rgba(5, 10, 18, 0.82) 46%, rgba(5, 10, 18, 0) 75%);
}

.hp-market > img {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

.hp-market-ai-caption {
  top: 14px;
  left: 14px;
}

.hp-market-law .hp-market-ai-caption {
  right: 14px;
  left: auto;
}

.hp-market-contractor > img {
  object-position: 38% center;
}

.hp-market-law > img {
  object-position: 62% center;
}

.hp-market-copy {
  position: absolute;
  z-index: 2;
  top: 54px;
  width: 44%;
}

.hp-market-contractor .hp-market-copy {
  right: 5%;
}

.hp-market-law .hp-market-copy {
  left: 5%;
  color: #fff;
}

.hp-market-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.hp-market-law .hp-market-icon {
  color: #b88aff;
}

.hp-market-icon svg {
  width: 54px;
  height: 54px;
}

.hp-market-label {
  margin: 14px 0 8px;
  color: var(--blue);
  font-size: 23px;
  font-weight: 760;
}

.hp-market-law .hp-market-label {
  color: #b88aff;
}

.hp-market-copy h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 760;
  line-height: 1.16;
}

.hp-market-copy > p:not(.hp-market-label) {
  margin: 18px 0 0;
  color: #46546a;
  font-size: 15px;
  line-height: 1.55;
}

.hp-market-law .hp-market-copy > p:not(.hp-market-label) {
  color: #d6deea;
}

.hp-market-copy a {
  display: inline-flex;
  gap: 8px;
  margin-top: 18px;
  color: inherit;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.hp-market-copy a:hover {
  color: var(--blue);
}

.hp-market-chips {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-market-chips li {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #aac6f7;
  border-radius: 7px;
  padding: 8px 10px;
  color: #152238;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 16px rgba(19, 34, 56, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.hp-market-law .hp-market-chips li {
  border-color: #c8aef0;
}

.hp-market-chips svg {
  width: 24px;
  flex: 0 0 24px;
  color: var(--blue);
}

.hp-market-law .hp-market-chips svg {
  color: var(--violet);
}

.hp-outcomes {
  padding: 70px 0 68px;
  background: #fff;
}

.hp-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-outcome {
  min-width: 0;
  padding: 0 52px;
  border-right: 1px solid #d8dee7;
}

.hp-outcome:first-child {
  padding-left: 0;
}

.hp-outcome:last-child {
  padding-right: 0;
  border-right: 0;
}

.hp-outcome-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
}

.hp-outcome-icon svg {
  width: 54px;
  height: 54px;
}

.hp-outcome-blue,
.hp-outcome-blue .hp-outcome-icon {
  color: var(--blue);
}

.hp-outcome-green,
.hp-outcome-green .hp-outcome-icon {
  color: var(--green);
}

.hp-outcome-orange,
.hp-outcome-orange .hp-outcome-icon {
  color: var(--orange);
}

.hp-outcome h3 {
  margin: 17px 0 3px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hp-outcome h3 i {
  font-style: normal;
}

.hp-outcome > strong {
  display: block;
  min-height: 58px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.hp-outcome > p {
  min-height: 76px;
  margin: 17px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.hp-outcome ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #2f3b4e;
  list-style: none;
}

.hp-outcome li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
}

.hp-outcome li svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 2px;
  color: currentColor;
  fill: currentColor;
  stroke: #fff;
}

.hp-promise {
  color: #fff;
  background: var(--night);
}

.hp-promise-grid {
  display: grid;
  min-height: 270px;
  grid-template-columns: 34% 66%;
  align-items: center;
}

.hp-promise-copy {
  padding-right: 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.hp-promise-copy h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 730;
  line-height: 1.18;
}

.hp-promise-copy p {
  margin: 20px 0 0;
  color: #d7e0ea;
  font-size: 18px;
  line-height: 1.5;
}

.hp-promise-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding-left: 42px;
}

.hp-promise-flow article {
  position: relative;
  min-width: 0;
  text-align: center;
}

.hp-flow-icon {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border: 1px solid #5590ee;
  border-radius: 50%;
  color: #fff;
  background: #144fa5;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.05);
}

.hp-promise-flow article:nth-child(2) .hp-flow-icon {
  background: #164c91;
}

.hp-promise-flow article:nth-child(3) .hp-flow-icon {
  border-color: #60af78;
  background: #247441;
}

.hp-promise-flow article:nth-child(4) .hp-flow-icon {
  border-color: #c99a4b;
  background: #8b5b17;
}

.hp-promise-flow article:nth-child(5) .hp-flow-icon {
  border-color: #9b79d6;
  background: #55308d;
}

.hp-flow-icon svg {
  width: 31px;
  height: 31px;
}

.hp-promise-flow h3 {
  margin: 10px 0 2px;
  font-size: 16px;
  line-height: 1.2;
}

.hp-promise-flow p {
  margin: 0 auto;
  color: #c8d3df;
  font-size: 11px;
  line-height: 1.35;
}

.hp-promise-flow article > i {
  position: absolute;
  top: 23px;
  right: -15px;
  color: #8da2b8;
  font-size: 20px;
  font-style: normal;
}

.hp-pricing {
  padding: 44px 0 36px;
  border-bottom: 1px solid #d9e0ea;
  background: #fff;
}

.hp-pricing > .usa-shell > h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}

.hp-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #ccd5e0;
  border-bottom: 1px solid #ccd5e0;
}

.hp-price {
  min-width: 0;
  padding: 24px 34px 26px;
  border-right: 1px solid #dbe2eb;
}

.hp-price:last-child {
  border-right: 0;
}

.hp-price h3 {
  margin: 0 0 2px;
  font-size: 19px;
  line-height: 1.2;
}

.hp-price-blue h3,
.hp-price-blue li svg,
.hp-price-blue > a {
  color: var(--blue);
}

.hp-price-green h3,
.hp-price-green li svg,
.hp-price-green > a {
  color: #0b6f34;
}

.hp-price-violet h3,
.hp-price-violet li svg,
.hp-price-violet > a {
  color: var(--violet);
}

.hp-price-orange h3,
.hp-price-orange li svg,
.hp-price-orange > a {
  color: #9d5200;
}

.hp-price-number {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 7px 0 0;
}

.hp-price-number strong {
  font-size: 30px;
  line-height: 1;
}

.hp-price-number span {
  color: #455266;
  font-size: 13px;
  font-weight: 650;
}

.hp-price > p:not(.hp-price-number) {
  min-height: 42px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.hp-price > small {
  display: block;
  margin-top: 4px;
  color: #5d6878;
  font-size: 11px;
}

.hp-price ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 18px;
  padding: 0;
  color: #3c485a;
  list-style: none;
}

.hp-price li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 11px;
  line-height: 1.35;
}

.hp-price li svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 1px;
  fill: currentColor;
  stroke: #fff;
}

.hp-price > a {
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.hp-pricing-note {
  margin: 18px 0 0;
  color: #687589;
  font-size: 12px;
  text-align: center;
}

.usa-launch-sprint {
  padding: 58px 0;
  border-top: 1px solid #dbe4ef;
  border-bottom: 1px solid #dbe4ef;
  background: #f7fbff;
}

.usa-launch-sprint-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: stretch;
}

.usa-sprint-copy {
  min-width: 0;
}

.usa-sprint-copy h2 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: #071126;
  font-size: 44px;
  line-height: 1.05;
}

.usa-sprint-lead {
  max-width: 840px;
  margin: 0;
  color: #41516a;
  font-size: 17px;
  line-height: 1.6;
}

.usa-sprint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.usa-launch-sprint .usa-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.usa-launch-sprint .usa-button.primary {
  color: #fff;
  background: #075ee8;
  box-shadow: 0 14px 30px rgba(7, 94, 232, 0.18);
}

.usa-launch-sprint .usa-text-link {
  color: #075ee8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.usa-sprint-price {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 24px;
  border: 1px solid #cbd9ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(18, 39, 73, 0.08);
}

.usa-sprint-price span,
.usa-sprint-price b {
  color: #075ee8;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.usa-sprint-price strong {
  color: #071126;
  font-size: 42px;
  line-height: 1;
}

.usa-sprint-price small {
  color: #56667d;
  font-size: 12px;
  line-height: 1.45;
}

.usa-sprint-scope {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: 16px;
  margin-top: 26px;
}

.usa-sprint-scope article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d6e2f0;
  border-radius: 8px;
  background: #fff;
}

.usa-sprint-scope h3 {
  margin: 0 0 14px;
  color: #071126;
  font-size: 18px;
  line-height: 1.2;
}

.usa-sprint-scope ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usa-sprint-scope li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: #40506a;
  font-size: 13px;
  line-height: 1.45;
}

.usa-sprint-scope li svg {
  width: 18px;
  height: 18px;
  color: #075ee8;
}

.usa-sprint-boundaries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.usa-sprint-boundaries p {
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid #075ee8;
  color: #4b5b73;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 940px) {
  .usa-launch-sprint-grid,
  .usa-sprint-scope,
  .usa-sprint-boundaries {
    grid-template-columns: 1fr;
  }

  .usa-sprint-copy h2 {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .usa-launch-sprint {
    padding: 42px 0;
  }

  .usa-sprint-copy h2 {
    font-size: 29px;
  }

  .usa-sprint-actions,
  .usa-launch-sprint .usa-button {
    width: 100%;
  }

  .usa-sprint-scope article,
  .usa-sprint-price {
    padding: 20px;
  }
}

.hp-scan {
  padding: 36px 0 38px;
  background: #fff;
}

.hp-scan h2 {
  margin: 0;
  text-align: center;
  font-size: 37px;
  line-height: 1.2;
}

.hp-scan-intro {
  max-width: 780px;
  margin: 10px auto 25px;
  color: var(--muted);
  font-size: 15px;
  text-align: center;
}

.hp-scan-form {
  max-width: 1220px;
  margin: 0 auto;
}

.hp-scan-fields {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr auto;
  align-items: end;
  gap: 18px;
}

.hp-scan-fields label {
  display: grid;
  gap: 7px;
  color: #2d394b;
  font-size: 12px;
  font-weight: 700;
}

.hp-scan-fields input,
.hp-scan-fields select {
  width: 100%;
  height: 48px;
  border: 1px solid #bfc9d6;
  border-radius: 5px;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
}

.hp-scan-fields input::placeholder {
  color: #7a8798;
}

.hp-scan-fields .hp-button {
  min-width: 180px;
  height: 48px;
}

.hp-scan-consent {
  display: flex;
  max-width: 920px;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  margin: 18px auto 0;
  color: #5c6879;
  font-size: 11px;
  line-height: 1.45;
}

.hp-scan-consent input {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  accent-color: var(--blue);
}

.hp-form-status {
  display: block;
  margin-top: 10px;
  color: #657286;
  font-size: 12px;
  text-align: center;
}

.hp-result-empty {
  display: none;
}

.hp-result-ready {
  width: min(1180px, 100%);
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid #bfcee0;
  border-radius: 8px;
  color: #0b1327;
  background: #fff;
  box-shadow: 0 30px 90px rgba(7, 17, 38, .14);
}

.hp-result-hero {
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, .5fr);
  align-items: center;
  gap: 28px;
  padding: 34px;
  color: #fff;
  background-color: #071126;
  background-image:
    linear-gradient(rgba(96, 165, 250, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, .08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.hp-result-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, .32);
  border-radius: 999px;
  background: rgba(14, 116, 144, .16);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hp-result-hero h3 {
  max-width: 680px;
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
}

.hp-result-hero p {
  margin: 0;
  color: #bfd0e8;
  font-size: 18px;
  font-weight: 750;
}

.hp-package-direction {
  display: grid;
  gap: 5px;
  padding: 23px;
  border-left: 3px solid #22c55e;
  background: rgba(255, 255, 255, .07);
}

.hp-package-direction span {
  color: #a9bdd9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hp-package-direction strong {
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
}

.hp-package-direction small {
  color: #bfd0e8;
  font-size: 12px;
  line-height: 1.45;
}

.hp-result-section,
.hp-score-explanation,
.hp-result-actions,
.hp-site-review {
  padding: 28px 34px;
}

.hp-result-section,
.hp-site-review {
  border-bottom: 1px solid #d8e1ed;
}

.hp-result-section-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.hp-result-section-head > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #075dff;
  border: 1px solid #b9cff1;
  border-radius: 50%;
  background: #eef5ff;
  font-size: 11px;
  font-weight: 900;
}

.hp-result-section-head h3 {
  margin: 0;
  color: #071126;
  font-size: 22px;
  line-height: 1.15;
}

.hp-result-section-head p {
  margin: 5px 0 0;
  color: #53647d;
  font-size: 13px;
  line-height: 1.5;
}

.hp-score-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 22px 0 0;
  border-top: 1px solid #dce4ee;
  border-bottom: 1px solid #dce4ee;
}

.hp-score-grid .usa-score-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-height: 138px;
  align-content: start;
  margin: 0;
  padding: 18px 14px;
  border: 0;
  border-right: 1px solid #dce4ee;
  background: #fff;
}

.hp-score-grid .usa-score-item:last-child {
  border-right: 0;
}

.hp-score-grid .usa-score-index {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #075dff;
  border-radius: 5px;
  background: #eaf2ff;
  font-size: 10px;
  font-weight: 900;
}

.hp-score-grid .usa-score-item[data-priority="high"] .usa-score-index {
  color: #a53b09;
  background: #fff0e6;
}

.hp-score-grid .usa-score-item[data-priority="medium"] .usa-score-index {
  color: #846100;
  background: #fff7d6;
}

.hp-score-grid .usa-score-label {
  display: block;
  color: #071126;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.hp-score-grid .usa-score-item small {
  display: block;
  margin-top: 3px;
  color: #68778d;
  font-size: 11px;
  line-height: 1.25;
}

.hp-score-grid .usa-score-item b {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: end;
  color: #31425b;
  font-size: 11px;
  line-height: 1.2;
}

.hp-score-grid .usa-score-item b i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #075dff;
  box-shadow: 0 0 0 4px rgba(7, 93, 255, .1);
}

.hp-score-grid .usa-score-item[data-priority="high"] b i {
  background: #e85d04;
  box-shadow: 0 0 0 4px rgba(232, 93, 4, .12);
}

.hp-score-grid .usa-score-item[data-priority="medium"] b i {
  background: #c99700;
  box-shadow: 0 0 0 4px rgba(201, 151, 0, .13);
}

.hp-site-review [data-site-review] {
  margin: 20px 0 0 53px;
}

.hp-site-review .site-review-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding: 13px 15px;
  color: #fff;
  background: #13233c;
}

.hp-site-review .site-review-summary b {
  font-size: 14px;
}

.hp-site-review .site-review-summary span {
  max-width: 50%;
  overflow: hidden;
  color: #b8c9df;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp-site-review .site-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d8e1ed;
  border-top: 0;
}

.hp-site-review .site-review-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border-right: 1px solid #d8e1ed;
  border-bottom: 1px solid #d8e1ed;
}

.hp-site-review .site-review-item:nth-child(3n) {
  border-right: 0;
}

.hp-site-review .site-review-item > span {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border-radius: 50%;
  background: #c99700;
  box-shadow: 0 0 0 4px rgba(201,151,0,.12);
}

.hp-site-review .site-review-item[data-status="pass"] > span {
  background: #079669;
  box-shadow: 0 0 0 4px rgba(7,150,105,.11);
}

.hp-site-review .site-review-item b {
  color: #17253b;
  font-size: 12px;
}

.hp-site-review .site-review-item p {
  margin: 4px 0 0;
  color: #5f6e83;
  font-size: 11px;
  line-height: 1.4;
}

.hp-site-review .site-review-limits,
.hp-site-review .site-review-unavailable small {
  display: block;
  margin: 12px 0 0;
  color: #68778d;
  font-size: 10px;
  line-height: 1.45;
}

.hp-site-review .site-review-unavailable {
  padding: 16px;
  border: 1px solid #d8e1ed;
  background: #f7f9fc;
}

.hp-site-review .site-review-unavailable p {
  margin: 5px 0 0;
  color: #53647d;
  font-size: 12px;
}

.hp-result-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  border-bottom: 1px solid #d8e1ed;
}

.hp-score-explanation {
  border-right: 1px solid #d8e1ed;
}

.hp-detected-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0 53px;
}

.hp-detected-signals span {
  border: 1px solid #bfd0e6;
  border-radius: 5px;
  padding: 7px 9px;
  color: #24405f;
  background: #f4f8fd;
  font-size: 11px;
  font-weight: 750;
}

.hp-score-notes {
  display: grid;
  gap: 0;
  margin: 18px 0 0 53px;
  border-top: 1px solid #dce4ee;
}

.hp-score-notes article {
  border: 0;
  border-bottom: 1px solid #dce4ee;
  padding: 12px 0;
  background: #fff;
}

.hp-score-notes article b {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #17253b;
  font-size: 12px;
}

.hp-score-notes article b span {
  color: #075dff;
  white-space: nowrap;
}

.hp-score-notes p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.hp-result-actions ol {
  display: grid;
  gap: 0;
  margin: 18px 0 0 53px;
  padding: 0;
  list-style: none;
  counter-reset: hp-action;
  border-top: 1px solid #dce4ee;
}

.hp-result-actions li {
  position: relative;
  min-height: 54px;
  display: grid;
  align-items: center;
  padding: 12px 0 12px 39px;
  color: #31425b;
  border-bottom: 1px solid #dce4ee;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  counter-increment: hp-action;
}

.hp-result-actions li::before {
  content: counter(hp-action);
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #087d55;
  border-radius: 50%;
  background: #e6f8f1;
  font-size: 10px;
  font-weight: 900;
}

.hp-result-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 34px;
  background: #f6f8fb;
}

.hp-result-footer > p {
  max-width: 720px;
  margin: 0;
  color: #65748a;
  font-size: 10px;
  line-height: 1.5;
}

.hp-result-footer > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hp-scan-fineprint {
  margin: 10px 0 0;
  color: #5f6b7b;
  font-size: 10px;
  text-align: center;
}

.hp-scan-data-notice {
  margin: 14px 0 10px;
  padding: 11px 13px;
  border-left: 4px solid #11b9aa;
  color: #30425d;
  background: #effaf8;
  font-size: 12px;
  line-height: 1.5;
}

.hp-scan-data-notice strong {
  color: #071126;
}

.hp-scan-data-notice a {
  color: #075dff;
  font-weight: 800;
}

.usa-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hp-scan-form button:disabled {
  opacity: .62;
  cursor: wait;
}

.usa-footer {
  padding: 34px 0;
  color: #cbd5e1;
  background: #050c16;
}

.usa-footer .usa-shell {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 24px;
}

.usa-footer img {
  width: 155px;
  height: auto;
  aspect-ratio: 784 / 175;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.usa-footer p {
  margin: 0;
  font-size: 12px;
}

.usa-footer a {
  margin-left: 16px;
}

.usa-footer-note {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8d9bad;
}

@media (max-width: 1240px) {
  .usa-links {
    gap: 22px;
  }

  .hp-hero-layout {
    grid-template-columns: minmax(390px, 0.78fr) minmax(590px, 1.22fr);
    gap: 24px;
  }

  .hp-hero-copy h1 {
    font-size: 56px;
  }

  .hp-hero-promise {
    font-size: 30px;
  }

  .hp-system-console {
    width: min(650px, calc(100% - 20px));
  }

  .hp-ai-operator {
    right: -54px;
    height: 505px;
  }

  .hp-market-copy {
    width: 48%;
  }

  .hp-outcome {
    padding: 0 34px;
  }

  .hp-price {
    padding-inline: 24px;
  }
}

@media (max-width: 1040px) {
  .usa-shell {
    width: min(var(--shell), calc(100% - 40px));
  }

  .usa-nav {
    grid-template-columns: 170px 1fr auto;
    gap: 20px;
  }

  .usa-links {
    gap: 14px;
  }

  .usa-links a {
    font-size: 12px;
  }

  .hp-hero-layout {
    grid-template-columns: minmax(350px, 0.72fr) minmax(530px, 1.28fr);
  }

  .hp-hero-copy h1 {
    font-size: 49px;
  }

  .hp-hero-promise {
    font-size: 27px;
  }

  .hp-hero-lead {
    font-size: 15px;
  }

  .hp-system-console {
    top: 70px;
    width: 590px;
    max-width: calc(100% - 10px);
  }

  .hp-console-modules {
    gap: 10px;
    padding: 16px;
  }

  .hp-console-module {
    min-height: 143px;
    padding: 11px;
  }

  .hp-ai-operator {
    right: -60px;
    height: 455px;
  }

  .hp-market-copy h2 {
    font-size: 27px;
  }

  .hp-market-chips {
    right: 14px;
    left: 14px;
    gap: 6px;
  }

  .hp-market-chips li {
    padding-inline: 6px;
    font-size: 10px;
  }

  .hp-promise-grid {
    grid-template-columns: 30% 70%;
  }

  .hp-promise-copy h2 {
    font-size: 26px;
  }

  .hp-promise-flow {
    padding-left: 24px;
  }
}

@media (max-width: 920px) {
  .usa-header {
    height: 72px;
  }

  .usa-nav {
    grid-template-columns: 1fr auto auto;
  }

  .usa-brand {
    width: 154px;
  }

  .usa-menu {
    display: flex;
    grid-column: 3;
  }

  .usa-nav > .usa-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 44px;
  }

  .usa-links {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    padding: 10px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 32, 55, 0.16);
  }

  .usa-links[data-open="true"] {
    display: flex;
  }

  .usa-links a {
    padding: 12px;
    font-size: 15px;
  }

  .usa-links a::after {
    display: none;
  }

  .hp-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hp-hero-copy {
    padding: 58px 0 26px;
  }

  .hp-hero-copy h1 {
    font-size: 56px;
  }

  .hp-hero-promise {
    font-size: 30px;
  }

  .hp-system-stage {
    min-height: 610px;
  }

  .hp-system-console {
    top: 20px;
    width: calc(100% - 40px);
  }

  .hp-ai-operator {
    right: -20px;
    height: 520px;
  }

  .hp-market-grid {
    grid-template-columns: 1fr;
  }

  .hp-market {
    height: 520px;
    border-right: 0;
    border-bottom: 1px solid #d4dce7;
  }

  .hp-market-copy {
    width: 43%;
  }

  .hp-outcome-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hp-outcome,
  .hp-outcome:first-child,
  .hp-outcome:last-child {
    padding: 0 0 38px;
    border-right: 0;
    border-bottom: 1px solid #d8dee7;
  }

  .hp-outcome:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hp-outcome > strong,
  .hp-outcome > p {
    min-height: 0;
  }

  .hp-promise-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .hp-promise-copy {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
  }

  .hp-promise-flow {
    padding: 30px 0 0;
  }

  .hp-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-price:nth-child(2) {
    border-right: 0;
  }

  .hp-price:nth-child(-n + 2) {
    border-bottom: 1px solid #dbe2eb;
  }

  .hp-scan-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-scan-fields .hp-button {
    width: 100%;
  }

  .hp-result-hero,
  .hp-result-detail-grid,
  .hp-result-footer {
    grid-template-columns: 1fr;
  }

  .hp-score-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-score-grid .usa-score-item {
    border-right: 1px solid #dce4ee;
    border-bottom: 1px solid #dce4ee;
  }

  .hp-score-grid .usa-score-item:nth-child(2n) {
    border-right: 0;
  }

  .hp-score-grid .usa-score-item:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .hp-score-explanation {
    border-right: 0;
    border-bottom: 1px solid #d8e1ed;
  }

  .hp-result-footer > div {
    justify-content: flex-start;
  }

  .usa-footer .usa-shell {
    grid-template-columns: 160px 1fr;
  }

  .usa-footer .usa-shell > p:nth-of-type(2) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .usa-shell {
    width: calc(100% - 32px);
  }

  .usa-header {
    height: 68px;
  }

  .usa-nav {
    gap: 10px;
  }

  .usa-brand {
    width: 132px;
  }

  .usa-nav > .usa-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
  }

  .usa-menu {
    width: 40px;
    height: 40px;
  }

  .usa-links {
    top: 68px;
    right: 16px;
    left: 16px;
  }

  .hp-hero-copy {
    padding: 38px 0 20px;
  }

  .hp-hero-copy h1 {
    font-size: 37px;
    line-height: 1.05;
  }

  .hp-hero-copy h1 span {
    white-space: normal;
  }

  .hp-hero-promise {
    margin-top: 19px;
    font-size: 25px;
    line-height: 1.22;
  }

  .hp-hero-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .hp-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .hp-hero-meta {
    display: grid;
    gap: 16px;
  }

  .hp-hero-sprint {
    min-width: 0;
    width: 100%;
  }

  .hp-button {
    width: 100%;
  }

  .hp-engineering-seal {
    margin-top: 28px;
  }

  .hp-system-stage {
    min-height: 630px;
  }

  .hp-system-console {
    top: 16px;
    width: 100%;
    max-width: none;
  }

  .hp-console-bar {
    padding-inline: 12px;
    font-size: 9px;
  }

  .hp-console-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .hp-console-module:nth-child(n) {
    grid-column: span 1;
    min-height: 108px;
    padding: 9px;
  }

  .hp-console-module:nth-child(7) {
    grid-column: 1 / -1;
    width: calc(50% - 4px);
  }

  .hp-console-module header {
    min-height: 27px;
    gap: 6px;
    margin-bottom: 5px;
  }

  .hp-console-module header > span,
  .hp-console-module header svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .hp-console-module h2 {
    font-size: 10px;
  }

  .hp-console-module > p {
    margin-top: 5px;
  }

  .hp-spark {
    right: 8px;
    bottom: 7px;
    left: 8px;
    height: 17px;
  }

  .hp-console-log {
    padding: 9px 10px;
    font-size: 7px;
  }

  .hp-console-log p {
    grid-template-columns: 48px 1fr 18px;
  }

  .hp-ai-operator {
    right: -34px;
    bottom: 0;
    height: 325px;
  }

  .hp-market {
    height: 610px;
  }

  .hp-market-contractor::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.72) 43%, #fff 67%);
  }

  .hp-market-law::after {
    background: linear-gradient(180deg, rgba(5, 10, 18, 0) 16%, rgba(5, 10, 18, 0.68) 43%, rgba(5, 10, 18, 0.98) 70%);
  }

  .hp-market-contractor > img {
    height: 370px;
    object-position: 32% center;
  }

  .hp-market-law > img {
    height: 380px;
    object-position: 72% center;
  }

  .hp-market-copy,
  .hp-market-contractor .hp-market-copy,
  .hp-market-law .hp-market-copy {
    top: 270px;
    right: 22px;
    left: 22px;
    width: auto;
  }

  .hp-market-law .hp-market-copy {
    top: 265px;
  }

  .hp-market-icon {
    width: 42px;
    height: 42px;
  }

  .hp-market-icon svg {
    width: 40px;
    height: 40px;
  }

  .hp-market-label {
    margin: 8px 0 5px;
    font-size: 20px;
  }

  .hp-market-copy h2 {
    font-size: 25px;
  }

  .hp-market-copy > p:not(.hp-market-label) {
    margin-top: 10px;
    font-size: 14px;
  }

  .hp-market-copy a {
    margin-top: 9px;
  }

  .hp-market-chips {
    right: 14px;
    bottom: 16px;
    left: 14px;
    gap: 5px;
  }

  .hp-market-chips li {
    min-height: 54px;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    padding: 5px 3px;
    font-size: 9px;
    text-align: center;
  }

  .hp-market-chips svg {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .hp-outcomes {
    padding: 48px 0;
  }

  .hp-outcome-grid {
    gap: 34px;
  }

  .hp-outcome,
  .hp-outcome:first-child,
  .hp-outcome:last-child {
    padding-bottom: 30px;
  }

  .hp-outcome:last-child {
    padding-bottom: 0;
  }

  .hp-outcome-icon,
  .hp-outcome-icon svg {
    width: 48px;
    height: 48px;
  }

  .hp-outcome h3 {
    margin-top: 11px;
    font-size: 18px;
  }

  .hp-outcome > strong {
    font-size: 20px;
  }

  .hp-outcome > p {
    margin: 12px 0 18px;
    font-size: 14px;
  }

  .hp-promise-grid {
    width: calc(100% - 32px);
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .hp-promise-copy h2 {
    font-size: 26px;
  }

  .hp-promise-copy p {
    font-size: 16px;
  }

  .hp-promise-flow {
    gap: 3px;
    padding-top: 24px;
  }

  .hp-flow-icon {
    width: 49px;
    height: 49px;
  }

  .hp-flow-icon svg {
    width: 23px;
    height: 23px;
  }

  .hp-promise-flow h3 {
    font-size: 11px;
  }

  .hp-promise-flow p {
    display: none;
  }

  .hp-promise-flow article > i {
    top: 14px;
    right: -8px;
    font-size: 15px;
  }

  .hp-pricing {
    padding: 36px 0 28px;
  }

  .hp-pricing > .usa-shell > h2 {
    font-size: 28px;
  }

  .hp-price-grid {
    grid-template-columns: 1fr;
  }

  .hp-price,
  .hp-price:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #dbe2eb;
    padding: 24px 16px;
  }

  .hp-price:last-child {
    border-bottom: 0;
  }

  .hp-price > p:not(.hp-price-number) {
    min-height: 0;
  }

  .hp-price ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-scan {
    padding: 32px 0;
  }

  .hp-scan h2 {
    font-size: 29px;
  }

  .hp-scan-fields {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .hp-score-grid,
  .hp-score-notes {
    grid-template-columns: 1fr;
  }

  .hp-result-ready {
    margin-top: 24px;
  }

  .hp-result-hero,
  .hp-result-section,
  .hp-score-explanation,
  .hp-result-actions,
  .hp-site-review,
  .hp-result-footer {
    padding: 22px 18px;
  }

  .hp-result-hero {
    min-height: 0;
  }

  .hp-result-hero h3 {
    font-size: 34px;
  }

  .hp-package-direction {
    padding: 18px;
  }

  .hp-package-direction strong {
    font-size: 29px;
  }

  .hp-score-grid {
    display: grid;
    border-bottom: 0;
  }

  .hp-score-grid .usa-score-item,
  .hp-score-grid .usa-score-item:nth-child(2n),
  .hp-score-grid .usa-score-item:last-child {
    grid-column: auto;
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid #dce4ee;
  }

  .hp-detected-signals,
  .hp-score-notes,
  .hp-site-review [data-site-review],
  .hp-result-actions ol {
    margin-left: 0;
  }

  .hp-site-review .site-review-summary {
    display: grid;
  }

  .hp-site-review .site-review-summary span {
    max-width: 100%;
  }

  .hp-site-review .site-review-grid {
    grid-template-columns: 1fr;
  }

  .hp-site-review .site-review-item,
  .hp-site-review .site-review-item:nth-child(3n) {
    border-right: 0;
  }

  .hp-result-footer .hp-button {
    width: 100%;
  }

  .usa-footer .usa-shell {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .usa-footer a {
    margin: 0 16px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.hp-evidence {
  padding: 86px 0;
  color: #f7fbff;
  background: #071126;
}

.hp-evidence-heading {
  display: grid;
  max-width: 820px;
  gap: 12px;
  margin-bottom: 34px;
}

.hp-evidence-heading > p {
  margin: 0;
  color: #8db8ff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hp-evidence-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
}

.hp-evidence-heading > span {
  color: #bdcce1;
  font-size: 18px;
  line-height: 1.6;
}

.hp-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hp-evidence-grid article {
  min-width: 0;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hp-evidence-grid article:last-child {
  border-right: 0;
}

.hp-evidence-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
}

.hp-evidence-grid p {
  min-height: 92px;
  margin: 0 0 18px;
  color: #aebed4;
  line-height: 1.55;
}

.hp-evidence-grid a {
  color: #8db8ff;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.usa-home-accessibility {
  padding: 88px 0;
  color: #101b2d;
  background: #f4f7fb;
}

.usa-accessibility-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: start;
}

.usa-home-overline {
  margin: 0 0 12px;
  color: #075dff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.usa-home-accessibility h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04;
}

.usa-home-accessibility p {
  color: #536176;
  font-size: 17px;
  line-height: 1.65;
}

.usa-text-link {
  display: inline-block;
  margin-top: 8px;
  color: #075dff;
  font-weight: 820;
  text-underline-offset: 5px;
}

.usa-accessibility-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd8e5;
  border-bottom: 1px solid #cfd8e5;
}

.usa-accessibility-checks article {
  min-width: 0;
  padding: 28px 22px;
  border-right: 1px solid #cfd8e5;
}

.usa-accessibility-checks article:last-child {
  border-right: 0;
}

.usa-accessibility-checks article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  color: #075dff;
  background: #e6efff;
}

.usa-accessibility-checks svg {
  width: 22px;
  height: 22px;
}

.usa-accessibility-checks h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.usa-accessibility-checks p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.usa-legal-note {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid #d8e0eb;
  color: #667489 !important;
  font-size: 13px !important;
}

@media (max-width: 900px) {
  .hp-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-evidence-grid article:nth-child(2) {
    border-right: 0;
  }

  .hp-evidence-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .usa-accessibility-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hp-evidence {
    padding: 54px 0;
  }

  .hp-evidence-heading h2 {
    font-size: 34px;
  }

  .hp-evidence-heading > span {
    font-size: 16px;
  }

  .hp-evidence-grid {
    grid-template-columns: 1fr;
  }

  .hp-evidence-grid article,
  .hp-evidence-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 24px 0;
  }

  .hp-evidence-grid article:last-child {
    border-bottom: 0;
  }

  .hp-evidence-grid p {
    min-height: 0;
  }

  .usa-home-accessibility {
    padding: 54px 0;
  }

  .usa-home-accessibility h2 {
    font-size: 34px;
  }

  .usa-accessibility-checks {
    grid-template-columns: 1fr;
  }

  .usa-accessibility-checks article,
  .usa-accessibility-checks article:last-child {
    border-right: 0;
    border-bottom: 1px solid #cfd8e5;
    padding: 22px 0;
  }

  .usa-accessibility-checks article:last-child {
    border-bottom: 0;
  }
}
