:root {
  --usa-ink: #071126;
  --usa-muted: #526176;
  --usa-soft: #eff5ff;
  --usa-line: #d8e4f3;
  --usa-blue: #075dff;
  --usa-blue-2: #1c74ff;
  --usa-cyan: #18c7ff;
  --usa-violet: #7446ff;
  --usa-green: #22a95a;
  --usa-orange: #f06b08;
  --usa-dark: #050914;
  --usa-dark-2: #071226;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body.usa-page {
  margin: 0;
  color: var(--usa-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.usa-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-145%);
  padding: 12px 15px;
  border-radius: 8px;
  color: #fff;
  background: #071126;
  font-weight: 830;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(7, 17, 38, .24);
}

.usa-skip-link:focus {
  transform: translateY(0);
}

.usa-page :focus-visible {
  outline: 3px solid rgba(7, 93, 255, .72);
  outline-offset: 4px;
}

.usa-main:focus {
  outline: none;
}

.usa-page a {
  color: inherit;
}

.usa-shell {
  width: min(1390px, calc(100% - 56px));
  margin: 0 auto;
}

.usa-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(7, 17, 38, .08);
  box-shadow: 0 12px 34px rgba(18, 39, 73, .06);
  backdrop-filter: blur(18px);
}

.usa-nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.usa-brand img {
  display: block;
  height: 42px;
}

.usa-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 14px;
  font-weight: 760;
}

.usa-links a,
.usa-cta,
.usa-button {
  text-decoration: none;
}

.usa-links a {
  position: relative;
  color: #0b1425;
}

.usa-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  height: 3px;
  border-radius: 999px;
  background: var(--usa-blue);
}

.usa-cta,
.usa-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.usa-cta,
.usa-button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--usa-blue), #004fe8);
  box-shadow: 0 18px 38px rgba(7, 93, 255, .26);
}

.usa-button.secondary {
  color: #0b55df;
  background: #fff;
  border-color: rgba(7, 93, 255, .42);
}

.usa-hero-dark .usa-button.secondary,
.usa-hero-os .usa-button.secondary,
.usa-hero-photo .usa-button.secondary,
.usa-fullbleed-hero .usa-button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .28);
}

.usa-button span,
.usa-cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.usa-button:hover,
.usa-cta:hover {
  transform: translateY(-1px);
}

.usa-menu {
  display: none;
}

.usa-main {
  min-height: 100vh;
  background: #fff;
}

.usa-hero {
  position: relative;
  overflow: hidden;
}

.usa-hero-grid {
  min-height: min(790px, calc(100vh - 76px));
  display: grid;
  grid-template-columns: minmax(460px, .82fr) minmax(540px, 1.04fr) minmax(270px, .52fr);
  gap: clamp(22px, 2.5vw, 34px);
  align-items: center;
  padding: 44px 0;
}

.usa-hero-os .usa-hero-grid {
  grid-template-columns: minmax(520px, .82fr) minmax(690px, 1.18fr);
}

.usa-hero-copy {
  position: relative;
  z-index: 2;
}

.usa-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #2d79ff;
  font-size: 13px;
  font-weight: 760;
}

.usa-breadcrumb span {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .7;
}

.usa-breadcrumb b {
  color: inherit;
}

.usa-hero h1,
.usa-section h2 {
  margin: 0;
  color: inherit;
  font-weight: 880;
  letter-spacing: 0;
}

.usa-hero h1 {
  max-width: 650px;
  font-size: clamp(37px, 3.45vw, 54px);
  line-height: 1.08;
  font-weight: 780;
}

.usa-hero h1 span {
  display: block;
}

.usa-accent-line {
  display: block;
  max-width: 620px;
  margin-top: 12px;
  color: var(--usa-blue);
  font-size: clamp(22px, 2.2vw, 35px);
  line-height: 1.12;
  font-weight: 760;
}

.usa-hero p,
.usa-section p {
  color: var(--usa-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 520;
}

.usa-hero p {
  max-width: 600px;
  margin: 18px 0 0;
}

.usa-hero-dark,
.usa-hero-os,
.usa-hero-photo,
.usa-hero-light {
  color: #fff;
  background:
    radial-gradient(circle at 65% 34%, rgba(7, 93, 255, .24), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(116, 70, 255, .18), transparent 30%),
    linear-gradient(135deg, #050914 0%, #081224 58%, #050914 100%);
}

.usa-hero-dark::before,
.usa-hero-os::before,
.usa-hero-photo::before,
.usa-hero-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: .55;
}

.usa-fullbleed-hero {
  min-height: calc(100vh - 76px);
  color: #fff;
  background: #050914;
}

.usa-fullbleed-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hero-photo) center / cover no-repeat;
  filter: brightness(1.22) saturate(1.12);
  opacity: .94;
}

.usa-fullbleed-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, .9) 0%, rgba(5, 9, 20, .68) 34%, rgba(5, 9, 20, .18) 63%, rgba(5, 9, 20, .42) 100%),
    radial-gradient(circle at 23% 48%, rgba(5, 9, 20, .64), transparent 31%),
    radial-gradient(circle at 82% 74%, rgba(116, 70, 255, .18), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: auto, auto, auto, 82px 82px, 82px 82px;
  mask-image: none;
  opacity: 1;
}

.usa-fullbleed-hero .usa-hero-grid {
  position: relative;
  z-index: 2;
  min-height: min(840px, calc(100vh - 76px));
}

.usa-fullbleed-hero:not(.usa-hero-os) .usa-hero-grid {
  grid-template-columns: minmax(470px, .9fr) minmax(310px, .45fr);
}

.usa-fullbleed-hero.usa-hero-os .usa-hero-grid {
  grid-template-columns: minmax(520px, .78fr) minmax(500px, 1fr);
}

.usa-fullbleed-hero .usa-photo-stage {
  display: none;
}

.usa-fullbleed-hero .usa-sidecards {
  display: none;
}

.usa-fullbleed-hero:not(.usa-hero-os) .usa-hero-copy {
  max-width: 760px;
}

.usa-hero-logo-orbit {
  --orbit-blue: #075dff;
  --orbit-cyan: #18c7ff;
  --orbit-violet: #7446ff;
  position: relative;
  z-index: 3;
  width: min(620px, 42vw);
  min-width: 430px;
  aspect-ratio: 1;
  margin: 0;
  place-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  isolation: isolate;
  filter: drop-shadow(0 36px 80px rgba(0, 0, 0, .42));
}

.usa-hero-logo-orbit::before,
.usa-hero-logo-orbit::after,
.usa-orbit-ring,
.usa-orbit-grid {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.usa-hero-logo-orbit::before {
  z-index: 1;
  background:
    radial-gradient(circle, rgba(5, 9, 20, .96) 0 42%, transparent 43%),
    conic-gradient(from 0deg, rgba(7, 93, 255, .2), rgba(24, 199, 255, .95), rgba(116, 70, 255, .82), rgba(24, 199, 255, .95), rgba(7, 93, 255, .2));
  -webkit-mask-image: radial-gradient(circle, transparent 0 47%, #000 48% 54%, transparent 55% 100%);
  mask-image: radial-gradient(circle, transparent 0 47%, #000 48% 54%, transparent 55% 100%);
  animation: svelexOrbitSpin 16s linear infinite;
  filter: blur(.2px) drop-shadow(0 0 24px rgba(24, 199, 255, .5));
}

.usa-hero-logo-orbit::after {
  z-index: 0;
  inset: -12%;
  background:
    radial-gradient(circle at 50% 0, rgba(24, 199, 255, .9) 0 1.4%, transparent 2.2%),
    radial-gradient(circle at 100% 50%, rgba(24, 199, 255, .82) 0 1.4%, transparent 2.2%),
    radial-gradient(circle at 50% 100%, rgba(24, 199, 255, .72) 0 1.4%, transparent 2.2%),
    radial-gradient(circle at 0 50%, rgba(24, 199, 255, .82) 0 1.4%, transparent 2.2%),
    radial-gradient(circle at 85% 15%, rgba(116, 70, 255, .72) 0 1.2%, transparent 2.1%),
    radial-gradient(circle at 15% 85%, rgba(7, 93, 255, .68) 0 1.2%, transparent 2.1%),
    radial-gradient(circle, rgba(7, 93, 255, .15) 0 49%, transparent 50%),
    radial-gradient(circle, rgba(24, 199, 255, .09), transparent 66%);
  animation: svelexOrbitPulse 5.8s ease-in-out infinite;
}

.usa-orbit-grid {
  z-index: 0;
  inset: 7%;
  background:
    linear-gradient(90deg, rgba(126, 176, 255, .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(126, 176, 255, .1) 1px, transparent 1px),
    radial-gradient(circle, rgba(7, 93, 255, .2) 0 44%, rgba(5, 9, 20, .82) 45% 58%, transparent 59%);
  background-size: 64px 64px, 64px 64px, auto;
  opacity: .72;
  -webkit-mask-image: radial-gradient(circle, #000 0 57%, transparent 70%);
  mask-image: radial-gradient(circle, #000 0 57%, transparent 70%);
}

.usa-orbit-ring {
  z-index: 2;
  inset: 5.6%;
  border: 1px solid rgba(126, 176, 255, .28);
  box-shadow:
    inset 0 0 34px rgba(7, 93, 255, .2),
    0 0 42px rgba(24, 199, 255, .22);
}

.usa-orbit-ring::before,
.usa-orbit-ring::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(24, 199, 255, .22);
}

.usa-orbit-ring::after {
  inset: -7%;
  border-color: rgba(116, 70, 255, .2);
}

.usa-orbit-logo {
  position: relative;
  z-index: 4;
  width: min(292px, 48%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .96) 0 34%, rgba(238, 246, 255, .86) 52%, rgba(188, 218, 255, .52) 68%, rgba(7, 93, 255, .16) 100%),
    radial-gradient(circle, rgba(255, 255, 255, .88), rgba(216, 232, 255, .22) 72%, rgba(7, 18, 38, .2) 100%);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, .36),
    inset 0 0 58px rgba(24, 199, 255, .2),
    0 0 48px rgba(7, 93, 255, .32);
  animation: svelexLogoAura 6s ease-in-out infinite;
}

.usa-orbit-logo img {
  display: block;
  width: 78%;
  max-width: 220px;
  height: auto;
  filter:
    drop-shadow(0 0 14px rgba(24, 199, 255, .42))
    drop-shadow(0 0 28px rgba(116, 70, 255, .18));
}

@keyframes svelexOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes svelexOrbitPulse {
  0%,
  100% {
    opacity: .72;
    transform: scale(.985);
  }

  50% {
    opacity: 1;
    transform: scale(1.015);
  }
}

@keyframes svelexLogoAura {
  0%,
  100% {
    box-shadow:
      inset 0 0 40px rgba(255, 255, 255, .36),
      inset 0 0 58px rgba(24, 199, 255, .2),
      0 0 48px rgba(7, 93, 255, .32);
  }

  50% {
    box-shadow:
      inset 0 0 46px rgba(255, 255, 255, .48),
      inset 0 0 72px rgba(24, 199, 255, .28),
      0 0 80px rgba(116, 70, 255, .42);
  }
}

.usa-hero-ai-label {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(18px, 3vw, 44px);
  z-index: 5;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(226, 238, 255, .74);
  background: rgba(5, 9, 20, .34);
  font-size: 11px;
  line-height: 1;
  font-weight: 680;
  backdrop-filter: blur(14px);
}

.usa-hero-dark .usa-hero p,
.usa-hero-os .usa-hero p,
.usa-hero-dark p,
.usa-hero-os p,
.usa-hero-photo p,
.usa-hero-light p {
  color: #d7e4f6;
}

.usa-hero-dark .usa-accent-line,
.usa-hero-os .usa-accent-line,
.usa-hero-photo .usa-accent-line,
.usa-hero-light .usa-accent-line {
  color: #2a72ff;
}

.usa-hero-light {
  color: #fff;
}

.usa-hero-light .usa-hero-grid {
  grid-template-columns: minmax(410px, .78fr) minmax(520px, 1.08fr) minmax(250px, .47fr);
}

.usa-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.usa-checks li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.35;
}

.usa-checks span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--usa-blue);
}

.usa-checks svg {
  width: 11px;
  height: 11px;
  stroke-width: 3;
}

.usa-hero-dark .usa-checks span,
.usa-hero-photo .usa-checks span,
.usa-hero-os .usa-checks span {
  box-shadow: 0 0 18px rgba(7, 93, 255, .46);
}

.usa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.usa-photo-stage {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.usa-photo-stage.light {
  background: transparent;
  box-shadow: none;
}

.usa-photo-stage::before {
  content: "";
  position: absolute;
  inset: 8% 0 0 6%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(7, 93, 255, .28), rgba(24, 199, 255, .12) 38%, transparent 68%);
  filter: blur(30px);
  opacity: .9;
}

.usa-photo-stage > img:not(.usa-art-logo) {
  display: block;
  width: 112%;
  max-width: none;
  margin-left: -6%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, .34));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, .9) 58%, rgba(0, 0, 0, .34) 76%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, .9) 58%, rgba(0, 0, 0, .34) 76%, transparent 100%);
}

.usa-ai-label {
  position: absolute;
  right: max(0px, 4%);
  bottom: 7%;
  z-index: 5;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(226, 238, 255, .72);
  background: rgba(5, 9, 20, .34);
  font-size: 11px;
  line-height: 1;
  font-weight: 680;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 18px rgba(7, 93, 255, .1);
}

.usa-os-art > img:not(.usa-art-logo) {
  width: 120%;
  margin-left: -10%;
  aspect-ratio: 16 / 9;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, #000 36%, rgba(0, 0, 0, .84) 55%, rgba(0, 0, 0, .25) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse at 60% 50%, #000 36%, rgba(0, 0, 0, .84) 55%, rgba(0, 0, 0, .25) 74%, transparent 100%);
}

.usa-art-logo {
  position: absolute;
  left: 63%;
  top: 48%;
  z-index: 4;
  width: min(180px, 28%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 22px rgba(24, 199, 255, .44));
}

.usa-hero-photo .usa-photo-stage {
  transform: perspective(1100px) rotateY(-4deg);
}

.usa-sidecards {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  gap: clamp(18px, 2vh, 28px);
  padding: 4px 0;
}

.usa-sidecards::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(67, 139, 255, .48), rgba(24, 199, 255, .2), transparent);
  box-shadow: 0 0 24px rgba(7, 93, 255, .2);
}

.usa-sidecards article {
  position: relative;
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0c1628;
  box-shadow: none;
  backdrop-filter: none;
}

.usa-sidecards article > div {
  min-width: 0;
}

.usa-hero-dark .usa-sidecards article,
.usa-hero-photo .usa-sidecards article,
.usa-fullbleed-hero .usa-sidecards article {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.usa-hero-dark .usa-sidecards p,
.usa-hero-photo .usa-sidecards p,
.usa-fullbleed-hero .usa-sidecards p {
  color: #d8e5f8;
}

.usa-sidecards span,
.usa-service span,
.usa-industry-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--usa-blue);
  background: #edf5ff;
}

.usa-sidecards span {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(7, 93, 255, .22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 32%, rgba(255, 255, 255, .96), rgba(237, 245, 255, .78) 50%, rgba(7, 93, 255, .08) 100%);
  box-shadow: 0 0 26px rgba(7, 93, 255, .18);
}

.usa-sidecards span::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 93, 255, .2), transparent 66%);
  opacity: .72;
}

.usa-hero-dark .usa-sidecards span,
.usa-hero-photo .usa-sidecards span,
.usa-fullbleed-hero .usa-sidecards span {
  color: #8fbaff;
  border-color: rgba(126, 176, 255, .28);
  background:
    radial-gradient(circle at 42% 32%, rgba(126, 176, 255, .28), rgba(7, 93, 255, .11) 52%, rgba(24, 199, 255, .05) 100%);
  box-shadow: 0 0 30px rgba(7, 93, 255, .24);
}

.usa-sidecards svg,
.usa-service svg,
.usa-industry-grid svg {
  width: 27px;
  height: 27px;
}

.usa-sidecards h3,
.usa-sidecards p {
  margin: 0;
}

.usa-sidecards h3 {
  font-size: 15px;
  line-height: 1.15;
}

.usa-sidecards p {
  margin-top: 5px;
  color: #3f4f66;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.usa-os {
  position: relative;
  min-height: 610px;
  border-radius: 8px;
}

.usa-os::before,
.usa-os::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(70, 150, 255, .23);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(7, 93, 255, .14);
}

.usa-os::after {
  inset: 22%;
}

.usa-os-center,
.usa-os-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(127, 173, 255, .28);
  border-radius: 8px;
  background: rgba(7, 18, 38, .84);
  box-shadow: 0 0 44px rgba(7, 93, 255, .18);
  backdrop-filter: blur(10px);
}

.usa-os-center {
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.usa-os-center img {
  width: 112px;
  filter: brightness(2.4) contrast(.72);
}

.usa-os-center strong {
  max-width: 130px;
  color: #d9e8ff;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.usa-os-node {
  width: 136px;
  min-height: 116px;
  padding: 11px;
}

.usa-os-node span {
  color: #69d5ff;
}

.usa-os-node svg {
  width: 31px;
  height: 31px;
}

.usa-os-node b,
.usa-os-node small {
  display: block;
}

.usa-os-node b {
  margin-top: 7px;
  font-size: 13px;
}

.usa-os-node small {
  margin-top: 5px;
  color: #d0dcf0;
  font-size: 11px;
  line-height: 1.25;
}

.node-1 { left: 50%; top: 0; transform: translateX(-50%); }
.node-2 { right: 5%; top: 11%; }
.node-3 { right: 0; top: 36%; }
.node-4 { right: 9%; bottom: 10%; }
.node-5 { left: 50%; bottom: 0; transform: translateX(-50%); }
.node-6 { left: 9%; bottom: 10%; }
.node-7 { left: 0; top: 36%; }
.node-8 { left: 5%; top: 11%; }
.node-9 { left: 31%; top: 25%; }

.usa-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  color: #ffca45;
}

.usa-rating span {
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 57%, 82% 100%, 50% 73%, 18% 100%, 31% 57%, 0 35%, 38% 35%);
}

.usa-rating b {
  margin-left: 8px;
  color: #d8e6fb;
  font-size: 13px;
}

.usa-statband {
  position: relative;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(243, 248, 255, .94), #fff 68%),
    #fff;
}

.usa-statband.on-dark {
  margin-top: -1px;
}

.usa-statgrid {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  border: 0;
  border-radius: 0;
  transform: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.usa-stat {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 24px;
  border-right: 0;
}

.usa-stat::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 28%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 93, 255, .48), transparent);
}

.usa-stat:last-child {
  border-right: 0;
}

.usa-stat span {
  color: var(--usa-blue);
}

.usa-stat svg {
  width: 35px;
  height: 35px;
}

.usa-stat b,
.usa-stat small {
  display: block;
}

.usa-stat b {
  color: #0a1427;
  font-size: 24px;
  line-height: 1;
}

.usa-stat small {
  margin-top: 5px;
  color: #33445b;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 680;
}

.usa-trust {
  padding: 30px 0 58px;
  background:
    linear-gradient(180deg, rgba(243, 248, 255, .78), #fff 56%),
    #fff;
}

.usa-trust p {
  margin: 0 0 24px;
  text-align: center;
  color: #111c2f;
  font-size: 18px;
  font-weight: 820;
}

.usa-trust div div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 42px);
  align-items: center;
  color: #8a96a8;
  text-align: center;
}

.usa-trust span {
  position: relative;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.usa-trust span::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(7, 93, 255, .4), transparent);
}

.usa-section {
  padding: 72px 0;
  background: #fff;
}

.usa-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
}

.usa-section-head.centered {
  display: block;
  max-width: 980px;
  margin: 0 auto 38px;
  text-align: center;
}

.usa-section h2 {
  max-width: 980px;
  color: #091226;
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.12;
  font-weight: 780;
}

.usa-section-head p {
  max-width: 520px;
  margin: 0;
}

.usa-section-head.centered p {
  margin: 14px auto 0;
}

.usa-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  border: 0;
}

.usa-service {
  position: relative;
  min-height: 238px;
  padding: 18px 4px 28px;
  border-right: 0;
  text-align: left;
}

.usa-service::before {
  content: "";
  position: absolute;
  left: 0;
  right: 20%;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 93, 255, .85), rgba(24, 199, 255, .22), transparent);
  box-shadow: 0 0 24px rgba(7, 93, 255, .16);
}

.usa-service:last-child {
  border-right: 0;
}

.usa-service span {
  margin: 0 0 18px;
  background: transparent;
  box-shadow: none;
}

.usa-service h3,
.usa-industry-grid h3,
.usa-price h3,
.usa-article-grid h3 {
  margin: 0;
  color: #101a2c;
  font-size: 18px;
  line-height: 1.16;
}

.usa-service p,
.usa-industry-grid p,
.usa-price p,
.usa-article-grid p {
  margin: 10px 0 0;
  color: #4c5c70;
  font-size: 14px;
  line-height: 1.52;
}

.usa-service a,
.usa-industry-grid a,
.usa-article-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--usa-blue);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.usa-feature-band,
.usa-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
  gap: 38px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 50%, rgba(7, 93, 255, .28), transparent 32%),
    linear-gradient(135deg, #050914, #081932);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 17, 38, .16);
}

.usa-feature-band h2,
.usa-snapshot-grid h2 {
  color: #fff;
}

.usa-feature-band p,
.usa-snapshot-grid p {
  color: #d5e2f6;
}

.usa-feature-band .usa-checks {
  grid-template-columns: 1fr;
}

.usa-feature-band figure,
.usa-detail-grid figure {
  position: relative;
  margin: 0;
  overflow: visible;
  border-radius: 8px;
  border: 0;
}

.usa-feature-band figure {
  align-self: stretch;
  min-height: 300px;
  height: auto;
  min-width: 0;
  overflow: hidden;
}

.usa-feature-band img,
.usa-detail-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, .9) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, .9) 72%, transparent 100%);
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .28));
}

.usa-feature-band img {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  object-position: center 52%;
}

.usa-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.usa-data-notice {
  grid-column: 1 / -1;
  margin: 2px 0;
  padding: 12px 14px;
  border-left: 4px solid #0fbaad;
  color: #30425d;
  background: #effaf8;
  font-size: 12px;
  line-height: 1.5;
}

.usa-data-notice strong {
  color: #071126;
}

.usa-data-notice a {
  color: #075dff;
  font-weight: 800;
}

.usa-form-success {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px solid #8ed8c9;
  border-radius: 7px;
  color: #09291f;
  background: #eafaf6;
}

.usa-form-success h3,
.usa-form-success p {
  margin: 0;
}

.usa-form-success p + p {
  margin-top: 8px;
}

.usa-form button:disabled,
.hp-scan-form button:disabled {
  opacity: .62;
  cursor: wait;
}

.usa-detail-grid,
.usa-contact-grid,
.usa-chat-grid {
  display: grid;
  grid-template-columns: minmax(360px, .74fr) minmax(520px, 1.26fr);
  gap: 42px;
  align-items: start;
}

.usa-detail-grid .usa-checks,
.usa-contact-grid .usa-checks,
.usa-chat-grid .usa-checks {
  grid-template-columns: 1fr;
  color: #101a2c;
}

.usa-industry-grid,
.usa-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.usa-industry-grid article,
.usa-article-grid article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid #dfebfa;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 47, 89, .06);
}

.usa-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.usa-article-grid article {
  min-height: 0;
  padding: 18px;
}

.usa-card-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usa-card-art {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 6px;
}

.usa-card-art .usa-ai-label {
  right: 12px;
  bottom: 12px;
}

.usa-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.usa-price {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 34px 18px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.usa-price::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--price-color, var(--usa-blue)), transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--price-color, var(--usa-blue)) 38%, transparent);
}

.usa-price::after {
  display: none;
}

.usa-price:last-child::after {
  display: none;
}

.usa-price.popular {
  background: radial-gradient(circle at 52% 0, rgba(240, 107, 8, .1), transparent 58%);
  filter: none;
}

.usa-price > strong {
  position: absolute;
  right: 18px;
  top: 12px;
  padding: 0;
  border-radius: 0;
  color: var(--usa-orange);
  background: transparent;
  font-size: 11px;
  text-transform: uppercase;
}

.usa-price h3 {
  color: var(--price-color, var(--usa-blue));
  font-size: 24px;
  text-transform: uppercase;
}

.usa-price.blue { --price-color: var(--usa-blue); }
.usa-price.green { --price-color: var(--usa-green); }
.usa-price.violet { --price-color: var(--usa-violet); }
.usa-price.orange { --price-color: var(--usa-orange); }

.usa-price-number {
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 20px;
}

.usa-price-number b {
  color: #071126;
  font-size: 36px;
  line-height: 1;
}

.usa-price-number span,
.usa-price small {
  color: #4c5c70;
  font-size: 13px;
  font-weight: 700;
}

.usa-price ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.usa-price li {
  position: relative;
  padding-left: 22px;
  color: #233349;
  font-size: 14px;
  font-weight: 680;
}

.usa-price li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--price-color, var(--usa-blue));
  border-bottom: 2px solid var(--price-color, var(--usa-blue));
  transform: rotate(-45deg);
}

.usa-price .usa-button {
  margin-top: auto;
}

.usa-products {
  background:
    radial-gradient(circle at 20% 0, rgba(7, 93, 255, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.usa-product-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(26px, 4vw, 70px);
}

.usa-product-link {
  position: relative;
  min-height: 168px;
}

.usa-product-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(7, 93, 255, .5), rgba(24, 199, 255, .18), transparent);
}

.usa-product-link a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px 22px;
  min-height: 168px;
  padding: 24px 0 28px;
  color: inherit;
  text-decoration: none;
}

.usa-product-link span {
  color: rgba(7, 93, 255, .58);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.usa-product-link strong {
  color: #071126;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.04;
  font-weight: 850;
}

.usa-product-link em {
  justify-self: end;
  color: var(--usa-blue);
  font-style: normal;
  font-size: 15px;
  font-weight: 860;
  white-space: nowrap;
}

.usa-product-link p {
  grid-column: 2 / -1;
  max-width: 620px;
  margin: 0;
  color: #4c5c70;
  font-size: 15px;
  line-height: 1.55;
}

.usa-product-link:hover strong,
.usa-product-link:focus-within strong {
  color: var(--usa-blue);
}

.usa-product-detail {
  background: #fff;
}

.usa-product-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
  padding: 18px 0 38px;
  border-top: 1px solid rgba(7, 93, 255, .14);
  border-bottom: 1px solid rgba(7, 93, 255, .1);
}

.usa-product-header h2 {
  max-width: 780px;
}

.usa-product-header p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #415168;
  font-size: 18px;
  line-height: 1.58;
}

.usa-product-price {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding-top: 16px;
}

.usa-product-price b {
  color: #071126;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  font-weight: 880;
}

.usa-product-price span {
  color: #4c5c70;
  font-size: 14px;
  font-weight: 760;
}

.usa-product-price .usa-button {
  margin-top: 12px;
}

.usa-product-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 72px);
  margin-top: 40px;
}

.usa-product-columns section {
  position: relative;
  padding-top: 20px;
}

.usa-product-columns section::before,
.usa-lane-lines article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 35%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--usa-blue), rgba(24, 199, 255, .24), transparent);
}

.usa-product-columns h3,
.usa-lane-lines h3 {
  margin: 0 0 16px;
  color: #101a2c;
  font-size: 22px;
  line-height: 1.15;
}

.usa-product-columns ul,
.usa-product-columns ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #33445b;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 650;
}

.usa-product-visual {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 50%, rgba(7, 93, 255, .24), transparent 30%),
    linear-gradient(135deg, #050914, #081932);
  color: #fff;
}

.usa-product-visual-grid {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
}

.usa-product-visual h2,
.usa-product-visual .usa-checks {
  color: #fff;
}

.usa-product-visual p {
  max-width: 680px;
  color: #d5e2f6;
}

.usa-product-visual figure {
  position: relative;
  margin: 0;
}

.usa-product-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse at 56% 52%, #000 50%, rgba(0, 0, 0, .85) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse at 56% 52%, #000 50%, rgba(0, 0, 0, .85) 68%, transparent 100%);
  filter: drop-shadow(0 36px 62px rgba(0, 0, 0, .38));
}

.usa-product-lanes {
  background: #fff;
}

.usa-lane-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 5vw, 92px);
}

.usa-lane-lines article {
  position: relative;
  padding-top: 24px;
}

.usa-lane-lines p {
  max-width: 620px;
  margin: 0;
  color: #415168;
  font-size: 17px;
  line-height: 1.58;
}

.usa-related-products .usa-product-link:nth-child(n+5) {
  display: none;
}

.usa-snapshot {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 18% 35%, rgba(7, 93, 255, .22), transparent 32%),
    radial-gradient(circle at 82% 70%, rgba(116, 70, 255, .18), transparent 34%),
    linear-gradient(135deg, #050914 0%, #071226 58%, #04070f 100%);
  color: #fff;
}

.usa-snapshot-grid {
  grid-template-columns: minmax(350px, .78fr) minmax(520px, 1.22fr);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.usa-snapshot-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.usa-snapshot-points span {
  position: relative;
  padding-top: 18px;
  color: #dce9ff;
  font-size: 13px;
  font-weight: 750;
}

.usa-snapshot-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--usa-blue), transparent);
}

.usa-form {
  display: grid;
  gap: 13px;
  padding: 22px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #0a1427;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .32), 0 0 70px rgba(7, 93, 255, .12);
}

.usa-plan-selection {
  padding: 13px 15px;
  border: 1px solid #9fc0f5;
  border-left: 4px solid #075dff;
  border-radius: 6px;
  color: #0b367d;
  background: #edf5ff;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.45;
}

.usa-plan-selection:focus-visible {
  outline: 3px solid rgba(7, 93, 255, .3);
  outline-offset: 3px;
}

.usa-form label {
  display: grid;
  gap: 7px;
  color: #17243a;
  font-size: 13px;
  font-weight: 760;
}

.usa-form input,
.usa-form textarea,
.usa-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  padding: 11px 13px;
  color: #071126;
  background: #f8fbff;
  font: inherit;
  font-size: 14px;
}

.usa-form input:focus,
.usa-form textarea:focus,
.usa-form select:focus,
.usa-chat-form input:focus,
.usa-chat-actions button:focus,
.usa-chat-form button:focus {
  border-color: rgba(7, 93, 255, .76);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(7, 93, 255, .13);
}

.usa-form textarea {
  min-height: 118px;
  resize: vertical;
}

.usa-form .checkbox-field {
  grid-template-columns: 18px 1fr;
  align-items: start;
  padding: 12px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #f8fbff;
  color: #415168;
  line-height: 1.45;
}

.usa-form .checkbox-field input {
  width: auto;
  min-height: auto;
}

.usa-form-status {
  color: #0b55df;
  font-size: 13px;
  font-weight: 780;
}

.usa-optional {
  margin-left: 5px;
  color: #6b7a90;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.usa-result {
  padding: 16px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #f8fbff;
  color: #33445b;
}

.usa-score-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(23, 36, 58, .12);
}

.usa-score-item span,
.usa-score-item b {
  color: #0b1327;
  font-weight: 850;
}

.usa-score-explanation {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 36, 58, .14);
}

.usa-score-explanation h4 {
  margin: 0 0 8px;
  color: #0b1327;
  font-size: 18px;
  line-height: 1.2;
}

.usa-score-explanation p {
  margin: 0;
  color: #43546e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.usa-detected-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 2px;
}

.usa-detected-signals span {
  padding: 7px 10px;
  color: #0b55df;
  border: 1px solid rgba(11,85,223,.2);
  border-radius: 999px;
  background: rgba(11,85,223,.07);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 820;
}

.usa-score-notes {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}

.usa-score-notes article {
  padding-top: 10px;
  border-top: 1px solid rgba(23, 36, 58, .1);
}

.usa-score-notes b {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #0b1327;
  font-size: 14px;
  line-height: 1.25;
}

.usa-score-notes p {
  margin: 6px 0 0;
  color: #43546e;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 640;
}

.usa-site-review {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 36, 58, .14);
}

.usa-site-review h4 {
  margin: 0 0 12px;
  color: #0b1327;
  font-size: 18px;
}

.usa-site-review .site-review-summary {
  display: grid;
  gap: 4px;
  padding: 12px;
  color: #fff;
  background: #13233c;
}

.usa-site-review .site-review-summary span {
  overflow: hidden;
  color: #bdcce0;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.usa-site-review .site-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #d8e1ed;
}

.usa-site-review .site-review-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 9px;
  padding: 11px;
  border-right: 1px solid #d8e1ed;
  border-bottom: 1px solid #d8e1ed;
  background: #fff;
}

.usa-site-review .site-review-item > span {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #c99700;
}

.usa-site-review .site-review-item[data-status="pass"] > span {
  background: #079669;
}

.usa-site-review .site-review-item b {
  color: #17253b;
  font-size: 11px;
}

.usa-site-review .site-review-item p,
.usa-site-review .site-review-limits,
.usa-site-review .site-review-unavailable p,
.usa-site-review .site-review-unavailable small {
  margin: 4px 0 0;
  color: #5f6e83;
  font-size: 10px;
  line-height: 1.4;
}

.usa-site-review .site-review-limits {
  margin-top: 10px;
}

.usa-site-review .site-review-unavailable {
  padding: 12px;
  border: 1px solid #d8e1ed;
  background: #fff;
}

@media (max-width: 560px) {
  .usa-site-review .site-review-grid {
    grid-template-columns: 1fr;
  }
}

.usa-chat {
  overflow: hidden;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 17, 38, .1);
}

.usa-chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  color: #fff;
  background: #071226;
  font-weight: 840;
}

.usa-chat-log {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding: 16px;
}

.ref-chat-msg {
  padding: 11px 12px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  color: #17243a;
  background: #f8fbff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 640;
}

.usa-chat-actions {
  display: grid;
  gap: 9px;
  padding: 0 16px 16px;
}

.usa-chat-actions button,
.usa-chat-form button {
  min-height: 42px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  color: #0b55df;
  background: #f8fbff;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.usa-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #dbe8f7;
}

.usa-chat-form input {
  min-width: 0;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  padding: 11px 13px;
  font: inherit;
}

.usa-footer {
  padding: 30px 0;
  border-top: 1px solid #dfebfa;
  background: #fff;
}

.usa-footer .usa-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.usa-footer img {
  display: block;
  width: min(155px, 100%);
  height: auto;
  aspect-ratio: 784 / 175;
  object-fit: contain;
  flex: 0 0 auto;
}

.usa-footer p {
  margin: 0;
  color: #526176;
  font-size: 14px;
  font-weight: 640;
}

.usa-footer a {
  margin-left: 14px;
  color: #0b55df;
  font-weight: 760;
  text-decoration: none;
}

.usa-footer .usa-footer-note {
  flex-basis: 100%;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  color: #5b687a;
  font-size: 11px;
  font-weight: 560;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .usa-hero-grid,
  .usa-hero-light .usa-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  }

  .usa-sidecards {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .usa-sidecards::before {
    display: none;
  }

  .usa-service-grid,
  .usa-trust div div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .usa-price-grid,
  .usa-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usa-statgrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .usa-stat:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 930px) {
  .usa-shell {
    width: min(100% - 34px, 760px);
  }

  .usa-nav {
    grid-template-columns: auto auto;
  }

  .usa-menu {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid #d7e2f2;
    border-radius: 8px;
    background: #fff;
  }

  .usa-menu span {
    width: 18px;
    height: 2px;
    background: #071126;
  }

  .usa-links,
  .usa-cta {
    display: none;
  }

  .usa-links[data-open="true"] {
    position: absolute;
    left: 17px;
    right: 17px;
    top: 76px;
    display: grid;
    justify-content: stretch;
    gap: 14px;
    padding: 20px;
    border: 1px solid #d7e2f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 37, 68, .13);
  }

  .usa-links a[aria-current="page"]::after {
    display: none;
  }

  .usa-hero-grid,
  .usa-hero-os .usa-hero-grid,
  .usa-hero-light .usa-hero-grid,
  .usa-fullbleed-hero.usa-hero-os .usa-hero-grid,
  .usa-fullbleed-hero:not(.usa-hero-os) .usa-hero-grid,
  .usa-feature-band,
  .usa-snapshot-grid,
  .usa-detail-grid,
  .usa-contact-grid,
  .usa-chat-grid,
  .usa-product-header,
  .usa-product-columns,
  .usa-product-visual-grid,
  .usa-lane-lines {
    grid-template-columns: 1fr;
  }

  .usa-hero-grid {
    min-height: auto;
    padding: 42px 0;
  }

  .usa-hero-copy,
  .usa-hero-copy > *,
  .usa-hero h1,
  .usa-accent-line {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .usa-hero h1,
  .usa-accent-line,
  .usa-hero p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .usa-hero-logo-orbit {
    width: min(560px, 78vw);
    min-width: 0;
    margin: 10px auto 0;
  }

  .usa-os {
    min-height: 540px;
  }

  .usa-sidecards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usa-service-grid,
  .usa-article-grid,
  .usa-product-rail,
  .usa-snapshot-points {
    grid-template-columns: 1fr;
  }

  .usa-service {
    border-right: 0;
    border-bottom: 0;
  }

  .usa-service::before {
    right: 55%;
  }
}

@media (max-width: 620px) {
  .usa-shell {
    width: calc(100% - 28px);
  }

  .usa-knowledge-library .usa-section-head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .usa-knowledge-library .usa-section-head p {
    max-width: none;
  }

  .usa-brand img {
    height: 36px;
  }

  .usa-nav {
    min-height: 68px;
  }

  .usa-hero h1 {
    font-size: clamp(29px, 8.2vw, 35px);
    line-height: 1.1;
  }

  .usa-accent-line {
    font-size: clamp(21px, 6.4vw, 27px);
    line-height: 1.16;
  }

  .usa-hero p,
  .usa-section p {
    font-size: 16px;
  }

  .usa-checks,
  .usa-sidecards,
  .usa-statgrid,
  .usa-price-grid,
  .usa-industry-grid,
  .usa-trust div div {
    grid-template-columns: 1fr;
  }

  .usa-sidecards::before {
    display: block;
  }

  .usa-actions .usa-button {
    width: 100%;
  }

  .usa-photo-stage,
  .usa-hero-photo .usa-photo-stage {
    transform: none;
  }

  .usa-hero-logo-orbit {
    width: min(360px, 86vw);
  }

  .usa-orbit-logo {
    width: min(178px, 50%);
  }

  .usa-os {
    min-height: 610px;
  }

  .usa-os-center {
    width: 160px;
    height: 160px;
  }

  .usa-os-node {
    width: 122px;
    min-height: 104px;
  }

  .node-9 {
    display: none;
  }

  .usa-stat {
    border-right: 0;
    border-bottom: 0;
  }

  .usa-stat::before {
    right: 55%;
  }

  .usa-section {
    padding: 54px 0;
  }

  .usa-feature-band,
  .usa-snapshot-grid {
    padding: 22px;
  }

  .usa-feature-band figure {
    min-height: clamp(240px, 58vw, 320px);
  }

  .usa-snapshot-grid {
    padding: 0;
  }

  .usa-price::after {
    display: none;
  }

  .usa-product-link a {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .usa-product-link em {
    grid-column: 2;
    justify-self: start;
  }

  .usa-product-link p {
    grid-column: 2;
  }

  .usa-product-header,
  .usa-product-columns section,
  .usa-lane-lines article {
    padding-top: 18px;
  }

  .usa-product-price b {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Website check result */
.usa-website-check-result {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cbd8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(7, 25, 52, .12);
}

.usa-result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr);
  gap: 24px;
  padding: 30px;
  color: #fff;
  background: #071b36;
}

.usa-result-hero > div > span,
.usa-result-hero aside > span {
  color: #8ebdff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.usa-result-hero h3 {
  margin: 8px 0;
  color: #fff;
  font-size: 30px;
}

.usa-result-hero p,
.usa-result-hero aside small {
  margin: 0;
  color: #c6d6e8;
}

.usa-result-hero aside {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  background: rgba(255, 255, 255, .06);
}

.usa-result-hero aside strong {
  color: #fff;
  font-size: 25px;
}

.usa-result-block {
  padding: 26px 30px;
  border-bottom: 1px solid #d9e2ed;
}

.usa-result-block-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.usa-result-block-head > b {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: #075ee8;
  background: #eaf2ff;
  place-items: center;
}

.usa-result-block-head h4,
.usa-result-block-head p {
  margin: 0;
}

.usa-result-block-head h4 {
  color: #071126;
  font-size: 19px;
}

.usa-result-block-head p {
  margin-top: 3px;
  color: #596980;
  font-size: 13px;
}

.usa-result-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d8e2ef;
  border-radius: 7px;
  overflow: hidden;
}

.usa-result-score-grid .usa-score-item {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 86px;
  border: 0;
  border-right: 1px solid #d8e2ef;
  border-bottom: 1px solid #d8e2ef;
  border-radius: 0;
}

.usa-result-score-grid .usa-score-item:nth-child(2n),
.usa-result-score-grid .usa-score-item:last-child {
  border-right: 0;
}

.usa-result-score-grid .usa-score-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.usa-result-score-grid .usa-score-item b {
  color: #075ee8;
  font-size: 12px;
  text-transform: uppercase;
}

.usa-result-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usa-result-columns > .usa-result-block:first-child {
  border-right: 1px solid #d9e2ed;
}

.usa-result-actions {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: #24364e;
}

.usa-result-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 30px;
  background: #f5f8fc;
}

.usa-result-footer p {
  margin: 0;
  color: #5d6b7d;
  font-size: 12px;
}

@media (max-width: 760px) {
  .usa-result-hero,
  .usa-result-score-grid,
  .usa-result-columns,
  .usa-result-footer {
    grid-template-columns: 1fr;
  }

  .usa-result-score-grid .usa-score-item,
  .usa-result-score-grid .usa-score-item:nth-child(2n),
  .usa-result-score-grid .usa-score-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #d8e2ef;
  }

  .usa-result-score-grid .usa-score-item:last-child {
    border-bottom: 0;
  }

  .usa-result-columns > .usa-result-block:first-child {
    border-right: 0;
  }

  .usa-result-hero,
  .usa-result-block,
  .usa-result-footer {
    padding: 22px 18px;
  }
}

/* Premium USA homepage: outcome-first, two buyer lanes, restrained system UI. */
.usa-home {
  --home-graphite: #0b1220;
  --home-muted: #4c5b70;
  --home-line: #dce3eb;
  --home-soft: #f5f7fa;
  --home-blue: #075bd8;
  --home-green: #16834f;
  --home-amber: #b96500;
  --home-violet: #6844c6;
  color: var(--home-graphite);
  background: #fff;
}

.usa-home .usa-header {
  box-shadow: none;
  border-color: #e7ebf0;
}

.usa-home .usa-nav {
  min-height: 72px;
}

.usa-home .usa-links {
  gap: 26px;
  font-size: 13px;
}

.usa-home .usa-links a[aria-current="page"]::after {
  bottom: -21px;
}

.usa-home-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background: #f8fafc;
}

.usa-home-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(440px, .9fr) minmax(600px, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 70px 0 42px;
}

.usa-home-copy {
  position: relative;
  z-index: 4;
  max-width: 650px;
}

.usa-home-kicker,
.usa-home-overline {
  margin: 0 0 16px;
  color: #31506f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.usa-home-copy h1 {
  margin: 0;
  color: var(--home-graphite);
  font-size: 68px;
  font-weight: 820;
  line-height: 1.01;
  letter-spacing: 0;
}

.usa-home-copy h1 span {
  display: block;
  margin-top: 18px;
  color: #213249;
  font-size: 38px;
  font-weight: 620;
  line-height: 1.12;
}

.usa-home-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: 19px;
  font-weight: 480;
  line-height: 1.6;
}

.usa-home-actions {
  margin-top: 30px;
}

.usa-home .usa-home-actions .usa-button.secondary {
  color: #172238;
  border-color: #b9c5d3;
  background: #fff;
}

.usa-home-reassurance {
  margin: 14px 0 0;
  color: #526176;
  font-size: 13px;
  font-weight: 650;
}

.usa-engineering-seal {
  width: max-content;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  column-gap: 11px;
  margin-top: 28px;
  color: #141a24;
}

.usa-engineering-seal > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  overflow: hidden;
  border: 1px solid #aab2bd;
  border-radius: 50%;
}

.usa-engineering-seal i:nth-child(1) { background: #111; }
.usa-engineering-seal i:nth-child(2) { background: #c61820; }
.usa-engineering-seal i:nth-child(3) { background: #e5b52b; }

.usa-engineering-seal strong {
  align-self: end;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.usa-engineering-seal small {
  color: #566478;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.3;
  text-transform: uppercase;
}

.usa-system-stage {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-right: 112px;
}

.usa-system-console {
  width: 100%;
  overflow: hidden;
  border: 1px solid #cdd7e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(25, 45, 72, .14);
}

.usa-console-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  color: #fff;
  background: #111b2a;
  font-size: 12px;
}

.usa-console-bar b {
  font-weight: 800;
}

.usa-console-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9eee4;
}

.usa-console-bar span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34b96f;
  content: "";
}

.usa-console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.usa-console-grid article {
  min-height: 158px;
  padding: 21px 18px 18px;
  border-right: 1px solid #e0e6ed;
  border-bottom: 1px solid #e0e6ed;
  background: #fff;
}

.usa-console-grid article:nth-child(3n) {
  border-right: 0;
}

.usa-console-grid article:nth-child(n + 4) {
  border-bottom: 0;
}

.usa-console-grid article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--home-blue);
}

.usa-console-grid article > span svg {
  width: 24px;
  height: 24px;
}

.usa-console-grid article:nth-child(4) > span { color: var(--home-violet); }
.usa-console-grid article:nth-child(5) > span { color: var(--home-green); }
.usa-console-grid article:nth-child(6) > span { color: var(--home-amber); }

.usa-console-grid h2 {
  margin: 10px 0 4px;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.2;
}

.usa-console-grid p {
  margin: 0;
  color: #5b6878;
  font-size: 12px;
  line-height: 1.45;
}

.usa-console-grid small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #287c50;
  font-size: 11px;
  font-weight: 800;
  text-transform: capitalize;
}

.usa-console-grid small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ca86a;
}

.usa-console-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 10px 18px;
  color: #40516a;
  background: #f5f8fb;
  font-size: 11px;
  font-weight: 750;
}

.usa-console-flow i {
  width: 14px;
  height: 1px;
  background: #9bacbf;
}

.usa-console-flow strong {
  color: #176c45;
}

.usa-ai-operator {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 3;
  width: 230px;
  max-height: 470px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 24px 30px rgba(21, 42, 70, .2));
}

.usa-market-line {
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid var(--home-line);
  color: #59687a;
  font-size: 12px;
  font-weight: 760;
  text-align: center;
}

.usa-market-line span + span {
  border-left: 1px solid var(--home-line);
}

.usa-home .usa-section {
  padding: 88px 0;
}

.usa-home .usa-section-head h2,
.usa-home-audiences h2,
.usa-home-promise h2,
.usa-home-accessibility h2,
.usa-home-faq h2,
.usa-home-snapshot h2 {
  color: var(--home-graphite);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.usa-home .usa-section-head.centered {
  max-width: 820px;
}

.usa-audience-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.usa-audience {
  min-height: 510px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background-color: #0d1b2e;
  background-position: center;
  background-size: cover;
}

.usa-audience.contractor {
  background-image: linear-gradient(180deg, rgba(7, 16, 29, .12), rgba(7, 16, 29, .94) 69%), url("/public/assets/home/contractor-os.webp");
}

.usa-audience.law {
  background-image: linear-gradient(180deg, rgba(7, 16, 29, .12), rgba(7, 16, 29, .94) 69%), url("/public/assets/home/law-firm-os.webp");
}

.usa-audience-copy {
  width: 100%;
  padding: 32px;
  color: #fff;
}

.usa-audience-copy > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 15, 31, .72);
}

.usa-audience-copy > span svg {
  width: 23px;
}

.usa-audience-copy > p:first-of-type {
  margin: 20px 0 8px;
  color: #9dc3ff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.usa-audience.law .usa-audience-copy > p:first-of-type {
  color: #d3bdff;
}

.usa-audience-copy h3 {
  max-width: 580px;
  margin: 0;
  font-size: 32px;
  font-weight: 780;
  line-height: 1.1;
}

.usa-audience-copy h3 + p {
  max-width: 580px;
  margin: 15px 0 0;
  color: #d9e2ee;
  font-size: 15px;
  line-height: 1.55;
}

.usa-audience-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.usa-audience-copy li {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  color: #edf4ff;
  background: rgba(4, 13, 27, .62);
  font-size: 12px;
  font-weight: 700;
}

.usa-audience-copy a,
.usa-text-link {
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.usa-home-outcomes {
  background: #f7f9fb;
}

.usa-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--home-line);
}

.usa-outcome-grid article {
  position: relative;
  min-height: 260px;
  padding: 32px 34px 20px 0;
}

.usa-outcome-grid article + article {
  padding-left: 34px;
  border-left: 1px solid var(--home-line);
}

.usa-outcome-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--home-blue);
  background: #e8f1ff;
}

.usa-outcome-grid article:nth-child(2) > span { color: var(--home-green); background: #e8f6ef; }
.usa-outcome-grid article:nth-child(3) > span { color: var(--home-amber); background: #fff2df; }

.usa-outcome-grid article > small {
  position: absolute;
  right: 24px;
  top: 34px;
  color: #8793a2;
  font-weight: 800;
}

.usa-outcome-grid h3 {
  margin: 28px 0 10px;
  font-size: 28px;
  line-height: 1.1;
}

.usa-outcome-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.6;
}

.usa-home-promise {
  padding: 72px 0;
  color: #fff;
  background: #0c1624;
}

.usa-promise-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(650px, 1.28fr);
  gap: 60px;
  align-items: center;
}

.usa-home-promise .usa-home-overline {
  color: #9ebce0;
}

.usa-home-promise h2 {
  color: #fff;
  font-size: 42px;
}

.usa-home-promise p {
  color: #bdc9d8;
  font-size: 15px;
  line-height: 1.6;
}

.usa-promise-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.usa-promise-flow article {
  position: relative;
  min-height: 128px;
  padding: 12px;
  text-align: center;
}

.usa-promise-flow article + article::before {
  position: absolute;
  left: -10px;
  top: 32px;
  width: 20px;
  height: 1px;
  background: #66778e;
  content: "";
}

.usa-promise-flow span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid #54708f;
  border-radius: 50%;
  color: #fff;
  background: #172a42;
  font-size: 13px;
  font-weight: 800;
}

.usa-promise-flow b,
.usa-promise-flow small {
  display: block;
}

.usa-promise-flow b { font-size: 13px; }
.usa-promise-flow small { margin-top: 5px; color: #9faec0; font-size: 10px; line-height: 1.35; }

.usa-accessibility-grid {
  display: grid;
  grid-template-columns: minmax(380px, .8fr) minmax(600px, 1.2fr);
  gap: 82px;
  align-items: start;
}

.usa-home-accessibility h2 {
  margin: 0;
}

.usa-home-accessibility h2 + p,
.usa-home-faq h2 + p,
.usa-home-snapshot h2 + p {
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.usa-home-accessibility .usa-text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--home-blue);
}

.usa-accessibility-checks {
  border-top: 1px solid var(--home-line);
}

.usa-accessibility-checks article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--home-line);
}

.usa-accessibility-checks article > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--home-violet);
  background: #f0ebff;
}

.usa-accessibility-checks article:nth-child(2) > span { color: var(--home-blue); background: #e9f1ff; }
.usa-accessibility-checks article:nth-child(3) > span { color: var(--home-green); background: #e8f6ef; }

.usa-accessibility-checks h3 {
  margin: 1px 0 5px;
  font-size: 18px;
}

.usa-accessibility-checks p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
}

.usa-legal-note {
  margin: 34px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--home-line);
  color: #5a687a;
  font-size: 12px;
  line-height: 1.55;
}

.usa-home-method {
  background: #f7f9fb;
}

.usa-home-method ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.usa-home-method li {
  min-height: 210px;
  padding: 27px 28px;
}

.usa-home-method li + li {
  border-left: 1px solid var(--home-line);
}

.usa-home-method li > span {
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 850;
}

.usa-home-method h3 {
  margin: 26px 0 10px;
  font-size: 24px;
}

.usa-home-method li p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}

.usa-home .usa-price-grid {
  margin-top: 42px;
}

.usa-home .usa-price {
  border-radius: 0;
  box-shadow: none;
}

.usa-pricing-note {
  max-width: 940px;
  margin: 24px auto 0;
  color: #586679;
  font-size: 12px !important;
  line-height: 1.55;
  text-align: center;
}

.usa-launch-sprint {
  padding: 62px 0;
  border-top: 1px solid #dbe7f6;
  border-bottom: 1px solid #dbe7f6;
  background: #f6faff;
}

.usa-launch-sprint-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 44px;
  align-items: stretch;
}

.usa-sprint-copy h2 {
  max-width: 840px;
  margin: 8px 0 14px;
  color: var(--usa-ink);
  font-size: 46px;
  line-height: 1.05;
}

.usa-sprint-lead {
  max-width: 860px;
  margin: 0;
  color: #465871;
  font-size: 17px;
  line-height: 1.6;
}

.usa-sprint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.usa-sprint-price {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 26px;
  border: 1px solid #cbdcf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 39, 73, 0.09);
}

.usa-sprint-price span,
.usa-sprint-price b {
  color: var(--usa-blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.usa-sprint-price strong {
  color: var(--usa-ink);
  font-size: 44px;
  line-height: 1;
}

.usa-sprint-price small {
  color: #596b83;
  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: 28px;
}

.usa-sprint-scope article {
  min-width: 0;
  padding: 26px;
  border: 1px solid #d6e4f4;
  border-radius: 8px;
  background: #fff;
}

.usa-sprint-scope h3 {
  margin: 0 0 14px;
  color: var(--usa-ink);
  font-size: 19px;
  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: #40516a;
  font-size: 13px;
  line-height: 1.45;
}

.usa-sprint-scope li svg {
  width: 18px;
  height: 18px;
  color: var(--usa-blue);
}

.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 var(--usa-blue);
  color: #4c5f78;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.usa-faq-grid {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(600px, 1.28fr);
  gap: 80px;
  align-items: start;
}

.usa-home-faq h2 {
  margin: 0;
}

.usa-home-faq details {
  border-top: 1px solid var(--home-line);
}

.usa-home-faq details:last-child {
  border-bottom: 1px solid var(--home-line);
}

.usa-home-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: #182334;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.35;
  cursor: pointer;
}

.usa-home-faq summary::after {
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--home-blue);
  font-size: 22px;
  content: "+";
}

.usa-home-faq details[open] summary::after { content: "−"; }

.usa-home-faq details p {
  margin: -4px 42px 22px 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.usa-home-snapshot {
  color: #fff;
  background: #0c1624;
}

.usa-home-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(360px, .74fr) minmax(620px, 1.26fr);
  gap: 72px;
  align-items: start;
}

.usa-home-snapshot .usa-home-overline { color: #9ebce0; }
.usa-home-snapshot h2 { margin: 0; color: #fff; }
.usa-home-snapshot h2 + p { color: #bdc9d8; }

.usa-home-snapshot ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: #e3ebf4;
  font-size: 14px;
  list-style: none;
}

.usa-home-snapshot li::before {
  margin-right: 9px;
  color: #71c89c;
  content: "✓";
}

.usa-home-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: #314158;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.usa-home-form label:first-child,
.usa-home-form .checkbox-field,
.usa-home-form .usa-button,
.usa-home-form .usa-form-status,
.usa-home-form .usa-result,
.usa-home-form .usa-form-fineprint {
  grid-column: 1 / -1;
}

.usa-home-form .checkbox-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
}

.usa-home-form .checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.usa-home-form .checkbox-field span {
  color: #46576e;
  font-size: 12px;
  line-height: 1.5;
}

.usa-home-form .usa-button {
  width: 100%;
}

.usa-home-form .usa-form-fineprint {
  margin: 0;
  color: #647286;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1220px) {
  .usa-home .usa-links { gap: 15px; }
  .usa-home-hero-grid { grid-template-columns: minmax(390px, .85fr) minmax(520px, 1.15fr); gap: 32px; }
  .usa-home-copy h1 { font-size: 58px; }
  .usa-home-copy h1 span { font-size: 32px; }
  .usa-system-stage { padding-right: 80px; }
  .usa-ai-operator { right: -40px; width: 205px; }
  .usa-promise-grid { grid-template-columns: 1fr; }
  .usa-accessibility-grid,
  .usa-faq-grid,
  .usa-home-snapshot-grid { gap: 46px; }
}

@media (max-width: 1100px) {
  .usa-accessibility-grid,
  .usa-faq-grid,
  .usa-home-snapshot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 930px) {
  .usa-home-hero-grid,
  .usa-accessibility-grid,
  .usa-faq-grid,
  .usa-home-snapshot-grid,
  .usa-launch-sprint-grid,
  .usa-sprint-scope,
  .usa-sprint-boundaries {
    grid-template-columns: 1fr;
  }

  .usa-home-hero-grid { padding: 54px 0 22px; }
  .usa-home-copy { max-width: 720px; }
  .usa-system-stage { min-height: 490px; padding-right: 96px; }
  .usa-market-line { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 14px 0; row-gap: 16px; }
  .usa-market-line span + span { border-left: 0; }
  .usa-audience-split { grid-template-columns: 1fr; }
  .usa-outcome-grid { grid-template-columns: 1fr; }
  .usa-outcome-grid article,
  .usa-outcome-grid article + article { min-height: auto; padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--home-line); }
  .usa-home-method ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usa-home-method li:nth-child(3) { border-left: 0; border-top: 1px solid var(--home-line); }
  .usa-home-method li:nth-child(4) { border-top: 1px solid var(--home-line); }
}

@media (max-width: 620px) {
  .usa-home .usa-section { padding: 62px 0; }
  .usa-launch-sprint { padding: 42px 0; }
  .usa-sprint-copy h2 { font-size: 30px; }
  .usa-sprint-actions,
  .usa-sprint-actions .usa-button { width: 100%; }
  .usa-sprint-price,
  .usa-sprint-scope article { padding: 20px; }
  .usa-home-hero-grid { gap: 20px; padding: 22px 0 10px; }
  .usa-home-copy h1 { font-size: 39px; line-height: 1.03; }
  .usa-home-copy h1 span { margin-top: 12px; font-size: 25px; line-height: 1.14; }
  .usa-home-lead { margin-top: 16px; font-size: 15px; line-height: 1.5; }
  .usa-home-actions { display: grid; gap: 8px; margin-top: 20px; }
  .usa-home-actions .usa-button { width: 100%; }
  .usa-home-reassurance { margin-top: 10px; font-size: 12px; }
  .usa-engineering-seal { margin-top: 18px; }
  .usa-system-stage { min-height: 198px; padding: 0; }
  .usa-system-console { align-self: flex-start; }
  .usa-console-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usa-console-bar { min-height: 38px; padding-inline: 12px; font-size: 10px; }
  .usa-console-grid article { min-height: 82px; padding: 11px 12px; }
  .usa-console-grid article > span { width: 24px; height: 24px; }
  .usa-console-grid article > span svg { width: 20px; height: 20px; }
  .usa-console-grid h2 { margin: 6px 0 0; font-size: 13px; }
  .usa-console-grid p,
  .usa-console-grid small { display: none; }
  .usa-console-grid article:nth-child(n + 5) { display: none; }
  .usa-console-grid article:nth-child(3n) { border-right: 1px solid #e0e6ed; }
  .usa-console-grid article:nth-child(2n) { border-right: 0; }
  .usa-console-grid article:nth-child(3),
  .usa-console-grid article:nth-child(4) { border-bottom: 0; }
  .usa-console-flow { display: none; }
  .usa-ai-operator { right: -4px; bottom: 0; width: 104px; transform: none; }
  .usa-market-line { display: none; }
  .usa-home .usa-section-head h2,
  .usa-home-audiences h2,
  .usa-home-promise h2,
  .usa-home-accessibility h2,
  .usa-home-faq h2,
  .usa-home-snapshot h2 { font-size: 34px; }
  .usa-audience { min-height: 560px; }
  .usa-audience-copy { padding: 24px; }
  .usa-audience-copy h3 { font-size: 27px; }
  .usa-audience-copy ul { display: grid; }
  .usa-promise-flow { grid-template-columns: 1fr; }
  .usa-promise-flow article { min-height: auto; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; text-align: left; }
  .usa-promise-flow article + article::before { display: none; }
  .usa-promise-flow span { grid-row: 1 / 3; margin: 0; }
  .usa-home-method ol { grid-template-columns: 1fr; }
  .usa-home-method li + li { border-left: 0; border-top: 1px solid var(--home-line); }
  .usa-home-form { grid-template-columns: 1fr; }
  .usa-home-form > * { grid-column: 1 !important; }
}
