html,
body,
main,
.home-hero {
  background: #080b0f !important;
}

.home-hero {
  position: relative;
  min-height: 100svh;
  padding-bottom: clamp(82px, 10vh, 132px);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.site-header {
  top: 18px;
  width: min(1720px, calc(100% - 64px));
  min-height: 92px;
  margin: 18px auto 0;
  border: 1px solid rgba(128, 180, 255, .24);
  border-radius: 18px;
  background: rgba(6, 10, 15, .72);
  padding: 16px clamp(24px, 3.5vw, 54px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

.brand span,
.site-nav a {
  color: #f8fbff;
}

.brand small,
.site-nav a:not(.nav-cta) {
  color: rgba(248, 251, 255, .78);
}

.site-nav a.active {
  color: #fff;
}

.nav-cta {
  background: #1677ff;
  color: #fff !important;
}

.brand img {
  width: 68px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.brand span {
  font-size: 22px;
}

.brand small {
  font-size: 11px;
}

.site-header .brand .brand-wordmark {
  width: clamp(210px, 18vw, 292px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .32));
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  color: #80b4ff;
}

.footer-inner {
  flex-wrap: wrap;
}

.contact-direct {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  border-top: 1px solid rgba(128, 180, 255, .22);
  padding-top: 24px;
}

.contact-direct a {
  color: #f8fbff;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.site-nav {
  gap: clamp(12px, 1.35vw, 24px);
}

.site-nav a {
  font-size: 14px;
}

.nav-cta {
  padding: 13px 17px;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.08) brightness(.72);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 8, 13, .94) 0%, rgba(4, 8, 13, .75) 36%, rgba(4, 8, 13, .22) 72%, rgba(4, 8, 13, .54) 100%),
    linear-gradient(180deg, rgba(4, 8, 13, .72) 0%, rgba(4, 8, 13, .18) 42%, rgba(4, 8, 13, .92) 100%);
}

.home-hero:after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(128, 180, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 180, 255, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .18));
  content: "";
}

.home-hero:before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(110px, 18vh, 190px);
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(233, 236, 239, .68) 62%, #e9ecef 100%);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  margin-right: clamp(24px, 6vw, 110px);
  padding: clamp(150px, 18vh, 210px) 0 clamp(178px, 17vh, 230px) clamp(24px, 6vw, 110px);
}

.hero-copy .section-label {
  color: #7ab2ff;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-family: Arial Black, Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 1480px;
  font-size: clamp(54px, 5.1vw, 104px);
  line-height: .86;
}

.hero-copy h2 {
  max-width: 760px;
  margin-top: 16px;
  color: #1f7cff;
  font-size: clamp(29px, 3.25vw, 60px);
  line-height: .9;
}

.hero-copy > p:not(.section-label) {
  max-width: 690px;
  margin: 22px 0 0;
  color: #d9e2ee;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.48;
}

.hero-copy .proof-actions {
  pointer-events: auto;
  margin-top: 28px;
}

.home-hero .hero-proof-actions {
  align-items: center;
  flex-wrap: wrap;
}

.home-hero .hero-proof-actions .button {
  min-width: 220px;
  min-height: 48px;
  border-color: #0d6efd;
  border-radius: 8px;
  padding: 13px 18px;
  background: #0d6efd;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: .03em;
  box-shadow: 0 16px 36px rgba(13, 110, 253, .24);
}

.home-hero .hero-proof-actions .button.secondary {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #f8fbff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.home-hero .hero-proof-actions .button:hover {
  transform: translateY(-2px);
}

.home-hero .hero-proof-actions .button.secondary:hover {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .14);
}

.hero-metrics {
  position: absolute;
  left: clamp(24px, 6vw, 110px);
  right: clamp(24px, 6vw, 110px);
  bottom: calc(clamp(28px, 5vh, 58px) + clamp(82px, 10vh, 132px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(128, 180, 255, .26);
  background: rgba(5, 8, 12, .62);
  backdrop-filter: blur(14px);
}

.hero-metrics span {
  padding: 18px 20px;
  color: #f7fbff;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(12px, .95vw, 16px);
  text-transform: uppercase;
}

.hero-metrics span + span {
  border-left: 1px solid rgba(128, 180, 255, .26);
}

.home-hero .scroll-note {
  z-index: 4;
  color: #fff;
  right: 18px;
  top: calc(50svh + 24px);
  bottom: auto;
  transform: none;
}

.hero-trust-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 44px);
  border-top: 1px solid rgba(128, 180, 255, .18);
  border-bottom: 1px solid rgba(128, 180, 255, .16);
  padding: 22px clamp(24px, 6vw, 110px);
  background:
    linear-gradient(90deg, rgba(13, 110, 253, .12), transparent 42%),
    #090d13;
  color: #eef5ff;
}

.hero-trust-line p,
.hero-trust-line span {
  margin: 0;
}

.hero-trust-line p {
  max-width: 820px;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-trust-line span {
  max-width: 520px;
  color: #9fb0c5;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  line-height: 1.45;
  text-align: right;
}

.factory-visit-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 142px) 0 clamp(82px, 9vw, 124px);
  background:
    linear-gradient(rgba(13, 110, 253, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, .045) 1px, transparent 1px),
    linear-gradient(180deg, #e9ecef 0%, #f7f8fa 38%, #eef1f4 100%);
  background-size: 82px 82px, 82px 82px, auto;
  color: #0b0e12;
}

.factory-visit-strip:after {
  position: absolute;
  top: 34px;
  right: clamp(24px, 5vw, 72px);
  color: rgba(11, 14, 18, .18);
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(48px, 8vw, 128px);
  line-height: 1;
  content: "01";
}

.factory-strip-head {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 80px);
  max-width: var(--max);
  margin: 0 auto clamp(44px, 5vw, 74px);
  padding: 0 clamp(24px, 5vw, 72px);
}

.factory-strip-head .section-label {
  grid-column: 1 / -1;
  margin: 0;
  color: #0d6efd;
}

.factory-strip-head h2 {
  margin: 0;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(34px, 4.8vw, 76px);
  line-height: .92;
  text-transform: uppercase;
}

.factory-strip-head p:not(.section-label) {
  align-self: end;
  max-width: 680px;
  margin: 0;
  color: #3d4651;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 650;
  line-height: 1.5;
}

.factory-strip-window {
  position: relative;
  overflow: hidden;
  width: min(1680px, calc(100% - clamp(28px, 6vw, 112px)));
  margin: 0 auto;
  border: 1px solid rgba(11, 14, 18, .14);
  background: #dde2e8;
  box-shadow: inset 0 0 28px rgba(11, 14, 18, .08);
}

.factory-strip-window:before,
.factory-strip-window:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(14vw, 220px);
  pointer-events: none;
  content: "";
}

.factory-strip-window:before {
  left: 0;
  background: linear-gradient(90deg, #dde2e8, transparent);
}

.factory-strip-window:after {
  right: 0;
  background: linear-gradient(270deg, #dde2e8, transparent);
}

.factory-strip-track {
  display: flex;
  gap: clamp(10px, 1vw, 14px);
  width: max-content;
  padding: 16px clamp(12px, 1.8vw, 24px);
  animation: factoryStripMove 42s linear infinite;
}

.factory-strip-window:hover .factory-strip-track {
  animation-play-state: paused;
}

.factory-card {
  position: relative;
  flex: 0 0 clamp(220px, 23vw, 420px);
  height: clamp(132px, 13vw, 236px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 14, 18, .18);
  background: #11161c;
  box-shadow: 0 16px 34px rgba(11, 14, 18, .18);
}

.factory-card:after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .72) 100%),
    linear-gradient(90deg, rgba(0, 122, 255, .18), transparent 30%);
  content: "";
}

.factory-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1) brightness(.78);
  transform: scale(1.01);
  transition: filter .38s ease, transform .38s ease;
}

.factory-card:hover img {
  filter: grayscale(0) contrast(1.02) brightness(1);
  transform: scale(1.045);
}

.factory-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #f8fbff;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(12px, .95vw, 16px);
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}

@keyframes factoryStripMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.factory-visit-strip + .band {
  position: relative;
  padding-top: clamp(110px, 11vw, 164px);
  padding-bottom: clamp(96px, 10vw, 150px);
  background:
    linear-gradient(rgba(13, 110, 253, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, .055) 1px, transparent 1px),
    linear-gradient(180deg, #eef1f4 0%, #f8f9fa 100%);
  background-size: 76px 76px, 76px 76px, auto;
  color: #0b0e12;
}

.factory-visit-strip + .band:before {
  display: block;
  max-width: var(--max);
  margin: 0 auto clamp(32px, 4vw, 54px);
  padding: 0 clamp(24px, 5vw, 72px);
  color: rgba(13, 110, 253, .88);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  content: "03 / TOUR DECISION FILTER";
}

.factory-visit-strip + .band:after {
  position: absolute;
  top: 0;
  right: clamp(24px, 5vw, 72px);
  left: clamp(24px, 5vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 14, 18, .24), transparent);
  content: "";
}

.factory-visit-strip + .band .section-title {
  color: #0b0e12;
}

.factory-visit-strip + .band .pain-grid {
  gap: clamp(14px, 1.4vw, 22px);
  background: transparent;
  box-shadow: none;
}

.factory-visit-strip + .band .pain-grid article {
  min-height: clamp(260px, 20vw, 340px);
  border: 1px solid rgba(11, 14, 18, .14);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(11, 14, 18, .07);
}

.factory-visit-strip + .band .pain-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(13, 110, 253, .34);
  background: #e8f1ff;
}

.factory-visit-strip + .band .pain-grid h3 {
  color: #0b0e12;
}

.factory-visit-strip + .band .pain-grid p {
  color: #4b5561;
}

.home-proof {
  margin-top: 0;
  padding: clamp(76px, 9vw, 132px) clamp(20px, 4vw, 64px) clamp(76px, 9vw, 128px);
  background:
    radial-gradient(circle at 12% 0%, rgba(13, 110, 253, .2), transparent 28%),
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    #0b0e12;
  background-size: auto, 76px 76px, 76px 76px, auto;
  color: #fff;
}

.proof-intro {
  max-width: var(--max);
  margin: 0 auto clamp(30px, 4vw, 58px);
}

.proof-intro .section-intro,
.proof-intro p:not(.section-label) {
  max-width: 860px;
  margin: 18px 0 0;
  color: #aeb7c2;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 650;
  line-height: 1.55;
}

.proof-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.proof-actions .button.secondary {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

.proof-stack {
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  max-width: var(--max);
  margin: 0 auto;
}

.proof-panel {
  position: relative;
  min-height: clamp(520px, 70svh, 780px);
  overflow: hidden;
  border: 1px solid rgba(128, 180, 255, .22);
  background: #111820;
}

.proof-panel:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, .88) 0%, rgba(8, 10, 13, .58) 35%, rgba(8, 10, 13, .12) 74%),
    linear-gradient(180deg, rgba(8, 10, 13, .22), rgba(8, 10, 13, .66));
  content: "";
}

.proof-panel:after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  mix-blend-mode: screen;
}

.proof-panel video {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: cover;
  filter: saturate(.92) contrast(1.06);
}

.proof-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  max-width: 650px;
  min-height: inherit;
  padding: clamp(30px, 5vw, 72px);
}

.proof-copy b {
  color: #80b4ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.proof-copy h3 {
  margin: 18px 0 0;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(42px, 5.2vw, 84px);
  line-height: .9;
  text-transform: uppercase;
}

.proof-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #d7dce3;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 650;
  line-height: 1.48;
}

.home-proof + .band.dark + .band {
  background:
    linear-gradient(rgba(13, 110, 253, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, .05) 1px, transparent 1px),
    #f3f5f7;
  background-size: 78px 78px, 78px 78px, auto;
  color: #0b0e12;
}

.home-proof + .band.dark + .band .section-title {
  color: #0b0e12;
}

.home-proof + .band.dark + .band .industry-grid {
  gap: 1px;
  background: rgba(11, 14, 18, .15);
}

.home-proof + .band.dark + .band .industry-grid article {
  background: rgba(255, 255, 255, .94);
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 70px;
    margin-top: 10px;
    border-radius: 14px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand span {
    font-size: 22px;
    line-height: .92;
  }

  .brand small {
    color: #f8fbff;
    font-size: 11px;
  }

  .site-header .brand .brand-wordmark {
    width: min(224px, 58vw);
    height: 48px;
  }

  .menu-toggle {
    display: block;
    color: #f8fbff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .site-nav {
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(128, 180, 255, .24);
    border-radius: 14px;
    padding: 12px;
    background: rgba(6, 10, 15, .96);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(128, 180, 255, .12);
    padding: 15px 10px;
    color: #f8fbff;
    font-size: 13px;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .home-hero {
    min-height: 100svh;
    padding-bottom: 190px;
  }

  .hero-video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 8, 13, .82) 0%, rgba(4, 8, 13, .32) 38%, rgba(4, 8, 13, .9) 100%),
      linear-gradient(90deg, rgba(4, 8, 13, .82), rgba(4, 8, 13, .18));
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 34svh 16px 0;
    overflow: hidden;
  }

  .hero-copy .section-label {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 64px);
    line-height: .88;
    overflow-wrap: anywhere;
  }

  .hero-copy h2 {
    max-width: 100%;
    font-size: clamp(30px, 11vw, 48px);
    line-height: .9;
    overflow-wrap: anywhere;
  }

  .hero-copy > p:not(.section-label) {
    max-width: 100%;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-copy .proof-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-copy .proof-actions .button {
    width: 100%;
  }

  .hero-metrics {
    left: 16px;
    right: 16px;
    bottom: 24px;
    grid-template-columns: 1fr;
  }

  .hero-metrics span {
    padding: 12px 14px;
    font-size: 11px;
  }

  .hero-metrics span + span {
    border-left: 0;
    border-top: 1px solid rgba(128, 180, 255, .26);
  }

  .home-hero .scroll-note {
    display: none;
  }

  .hero-trust-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 22px 16px;
  }

  .hero-trust-line p {
    font-size: 17px;
    line-height: 1.12;
  }

  .hero-trust-line span {
    max-width: none;
    font-size: 13px;
    text-align: left;
  }

  .factory-visit-strip {
    padding-top: 72px;
  }

  .factory-visit-strip:after {
    top: 22px;
    right: 18px;
    font-size: 54px;
  }

  .factory-strip-head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 18px;
  }

  .factory-strip-head h2 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .factory-strip-window {
    width: calc(100% - 24px);
  }

  .factory-card {
    flex-basis: 260px;
    height: 156px;
  }

  .proof-panel {
    min-height: 620px;
  }

  .proof-panel video {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 70px;
    margin-top: 10px;
    border-radius: 14px;
    padding: 10px 14px;
  }

  .site-header .brand .brand-wordmark {
    width: min(224px, 58vw);
    height: 48px;
  }

  .menu-toggle {
    display: block;
    color: #f8fbff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(128, 180, 255, .24);
    border-radius: 14px;
    padding: 12px;
    background: rgba(6, 10, 15, .96);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(128, 180, 255, .12);
    padding: 15px 10px;
    color: #f8fbff;
    font-size: 13px;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-copy {
    padding-top: 30svh;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .hero-copy h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .brand span {
    font-size: 20px;
  }
}

/* Compact light home hero */
html,
body,
main,
.home-hero {
  background: #eef3f8 !important;
}

.home-hero {
  min-height: min(820px, 82svh);
  padding-bottom: 92px;
  color: #07111f;
}

.site-header {
  top: 14px;
  min-height: 68px;
  margin-top: 14px;
  border-color: rgba(40, 73, 114, .16);
  background: rgba(255, 255, 255, .84);
  padding: 10px clamp(20px, 3vw, 44px);
  box-shadow: 0 14px 38px rgba(17, 36, 62, .12);
}

.brand span,
.site-nav a,
.brand small,
.site-nav a:not(.nav-cta) {
  color: #102033;
}

.site-nav a.active,
.site-nav a:hover {
  color: #0666ff;
}

.site-header .brand .brand-wordmark {
  width: clamp(168px, 13vw, 220px);
  height: 42px;
  mix-blend-mode: multiply;
  filter: none;
}

.nav-cta {
  border-color: #0666ff;
  background: #0666ff;
  box-shadow: 0 12px 24px rgba(6, 102, 255, .2);
}

.hero-video {
  filter: saturate(1.12) contrast(1.18) brightness(.88);
  opacity: 1;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(238, 243, 248, .82) 0%, rgba(238, 243, 248, .44) 34%, rgba(238, 243, 248, .02) 62%, rgba(238, 243, 248, .08) 100%),
    linear-gradient(180deg, rgba(238, 243, 248, .34) 0%, rgba(238, 243, 248, .02) 48%, rgba(238, 243, 248, .46) 100%);
}

.home-hero:after {
  background-image:
    radial-gradient(circle at 72% 45%, rgba(6, 102, 255, .06), transparent 28%),
    linear-gradient(rgba(32, 76, 128, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 76, 128, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .12));
}

.home-hero:before {
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, rgba(238, 243, 248, .8) 68%, #eef3f8 100%);
}

.hero-copy {
  display: block;
  min-height: 0;
  max-width: 1120px;
  margin-right: 0;
  padding: clamp(72px, 8.5vh, 104px) clamp(24px, 5.2vw, 96px) 168px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
}

.hero-copy .section-label {
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #0666ff;
  font-size: 12px;
  line-height: 1.32;
}

.hero-copy h1 {
  max-width: 1040px;
  color: #06101f;
  font-size: clamp(42px, 4.2vw, 78px);
  line-height: .9;
}

.hero-copy > p:not(.section-label) {
  max-width: 620px;
  margin-top: 18px;
  color: #26384e;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.52;
}

.home-hero .hero-proof-actions {
  margin-top: 22px;
}

.home-hero .hero-proof-actions .button {
  min-width: 196px;
  min-height: 44px;
  border-radius: 7px;
  padding: 12px 16px;
}

.home-hero .hero-proof-actions .button.secondary {
  border-color: rgba(16, 32, 51, .24);
  background: rgba(255, 255, 255, .72);
  color: #102033 !important;
  box-shadow: 0 12px 26px rgba(17, 36, 62, .08);
}

.home-hero .hero-proof-actions .button.secondary:hover {
  border-color: rgba(6, 102, 255, .32);
  background: #fff;
}

.hero-metrics {
  left: clamp(24px, 5.2vw, 96px);
  right: clamp(24px, 5.2vw, 96px);
  bottom: 32px;
  border-color: rgba(29, 67, 114, .18);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 42px rgba(17, 36, 62, .1);
}

.hero-metrics span {
  padding: 15px 18px;
  color: #102033;
  font-size: clamp(11px, .78vw, 14px);
}

.hero-metrics span + span {
  border-left-color: rgba(29, 67, 114, .16);
}

.home-hero .scroll-note {
  display: none;
}

.hero-trust-line {
  border-color: rgba(29, 67, 114, .12);
  background:
    linear-gradient(90deg, rgba(6, 102, 255, .08), transparent 46%),
    #f7f9fc;
  color: #07111f;
}

.hero-trust-line span {
  color: #43556c;
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
    min-height: 64px;
    margin-top: 10px;
    border-radius: 14px;
    padding: 9px 12px;
  }

  .site-header .brand .brand-wordmark {
    width: min(202px, 56vw);
    height: 42px;
  }

  .menu-toggle {
    color: #102033;
  }

  .site-nav {
    border-color: rgba(40, 73, 114, .16);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 50px rgba(17, 36, 62, .16);
  }

  .site-nav a {
    border-bottom-color: rgba(40, 73, 114, .1);
    color: #102033;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  .hero-video {
    object-position: center top;
    opacity: .9;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(238, 243, 248, .82) 0%, rgba(238, 243, 248, .42) 54%, rgba(238, 243, 248, .86) 100%),
      linear-gradient(90deg, rgba(238, 243, 248, .68), rgba(238, 243, 248, .12));
  }

  .hero-copy {
    padding: 82px 16px 16px;
  }

  .hero-copy .section-label {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.35;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 52px);
    line-height: .92;
    overflow-wrap: normal;
  }

  .hero-copy > p:not(.section-label) {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-copy .proof-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .home-hero .hero-proof-actions .button {
    width: 100%;
    min-height: 44px;
  }

  .hero-metrics {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    margin: 16px;
  }

  .hero-metrics span {
    padding: 12px 14px;
    font-size: 11px;
  }

  .hero-metrics span + span {
    border-top: 1px solid rgba(29, 67, 114, .16);
    border-left: 0;
  }

  .hero-trust-line {
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  .hero-copy {
    padding-top: 78px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10.6vw, 48px);
  }
}

.ff-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 138px;
  border-top: 1px solid #d8e0ec;
  background:
    linear-gradient(rgba(26, 55, 94, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 55, 94, .065) 1px, transparent 1px),
    radial-gradient(circle at 72% 12%, rgba(10, 102, 255, .06), transparent 28%),
    #f3f6fa;
  background-size: 72px 72px, 72px 72px, auto, auto;
  color: #07111f;
}

.ff-section-inner {
  position: relative;
  z-index: 1;
  width: min(1680px, calc(100% - 128px));
  margin: 0 auto;
  padding: 134px 0 100px;
}

.ff-section-number {
  position: absolute;
  top: 34px;
  right: max(48px, calc((100vw - 1680px) / 2 + 40px));
  z-index: 0;
  color: rgba(7, 17, 31, .055);
  font-family: Arial Black, Impact, sans-serif;
  font-size: 112px;
  line-height: .8;
  pointer-events: none;
}

.ff-section-head {
  margin-bottom: 48px;
}

.ff-split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .76fr);
  align-items: end;
  gap: 64px;
}

.ff-kicker,
.ff-card-label {
  margin: 0;
  color: #0666ff;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ff-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 16px;
}

.ff-kicker:after,
.ff-card-label:after,
.serve-card div:before,
.network-card span:before,
.stage-card span:before {
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 16px;
  background: #0666ff;
  content: "";
}

.ff-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: #05070a;
  font-family: Arial Black, Impact, sans-serif;
  font-size: 76px;
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ff-industries .ff-section-head h2 {
  max-width: 720px;
}

.ff-industries .ff-section-head h2:after {
  display: block;
  width: 32px;
  height: 3px;
  margin: 22px 0 14px;
  background: #0666ff;
  content: "";
}

.ff-section-head > p,
.ff-split-head > p {
  margin: 0;
  color: #0c2654;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.ff-split-head strong {
  display: block;
  margin-top: 26px;
  color: #06215a;
  font-weight: 900;
}

.network-grid,
.stage-grid,
.serve-grid,
.starting-grid {
  display: grid;
  gap: 26px;
}

.network-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.network-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  min-height: 180px;
  border: 1px solid #c8d2df;
  border-radius: 6px;
  padding: 28px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 48px rgba(20, 39, 65, .07);
}

.network-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.network-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.network-card img {
  width: 176px;
  height: 118px;
  object-fit: contain;
}

.network-mark,
.network-wordmark {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  color: #0a56d6;
  font-family: Arial Black, Impact, sans-serif;
  line-height: 1;
}

.network-mark {
  border: 3px solid #0a56d6;
  border-radius: 50%;
  font-size: 42px;
}

.network-wordmark {
  font-size: 26px;
}

.network-card h3,
.stage-card h3,
.serve-card h3,
.starting-card h3 {
  margin: 0;
  color: #05070a;
  font-weight: 950;
  letter-spacing: 0;
}

.network-card h3 {
  max-width: 340px;
  font-size: 20px;
  line-height: 1.18;
}

.network-card p {
  margin: 12px 0 0;
  color: #657286;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.network-card span,
.stage-card span,
.starting-copy > span {
  display: block;
  color: #16335f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.network-card span {
  margin-top: 18px;
}

.stage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stage-card,
.serve-card,
.starting-card {
  overflow: hidden;
  border: 1px solid #c8d2df;
  border-radius: 6px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 48px rgba(20, 39, 65, .07);
}

.stage-card img,
.serve-card img,
.starting-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.stage-card img {
  aspect-ratio: 1.47;
}

.stage-card > div {
  display: grid;
  min-height: 280px;
  padding: 26px 26px 28px;
}

.stage-card h3 {
  margin-top: 10px;
  font-family: Arial Black, Impact, sans-serif;
  font-size: 34px;
  line-height: .95;
}

.stage-card h4 {
  margin: 8px 0 0;
  color: #263c5f;
  font-size: 18px;
  line-height: 1.2;
}

.stage-card p:not(.ff-card-label) {
  margin: 14px 0 0;
  color: #243753;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
}

.stage-card span {
  align-self: end;
  margin-top: 30px;
}

.serve-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.serve-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s ease;
}

.serve-card {
  position: relative;
  min-height: clamp(520px, 45vw, 690px);
  isolation: isolate;
  border-color: rgba(9, 22, 42, .24);
  border-radius: 5px;
  background: #07101a;
  box-shadow: 0 18px 46px rgba(16, 31, 52, .11);
  outline: none;
}

.serve-card:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 8, 14, .06) 0%, rgba(3, 8, 14, .2) 43%, rgba(3, 8, 14, .88) 100%);
  content: "";
  pointer-events: none;
  transition: background .45s ease;
}

.serve-card:after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 52%;
  background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 10, .76) 55%, rgba(2, 6, 10, .96) 100%);
  content: "";
  pointer-events: none;
}

.serve-card .serve-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  min-height: 0;
  padding: 0 clamp(22px, 2.3vw, 34px) clamp(26px, 3vw, 42px);
}

.serve-card .serve-card-content:before {
  display: none;
}

.serve-card h3 {
  max-width: 320px;
  color: #fff;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}

.serve-card p {
  max-width: 340px;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(14px, .96vw, 16px);
  font-weight: 600;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(14px);
  transition: max-height .46s cubic-bezier(.16, 1, .3, 1), margin .46s cubic-bezier(.16, 1, .3, 1), opacity .32s ease, transform .46s cubic-bezier(.16, 1, .3, 1);
}

.serve-card .serve-card-content > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin-top: 22px;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.serve-card .serve-card-content > span span {
  font-size: 32px;
  line-height: 1;
  transform: translateY(-1px);
}

.serve-card:hover,
.serve-card:focus-visible {
  border-color: rgba(13, 110, 253, .54);
}

.serve-card:hover img,
.serve-card:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.045);
}

.serve-card:hover:before,
.serve-card:focus-visible:before {
  background:
    linear-gradient(180deg, rgba(3, 8, 14, .04) 0%, rgba(3, 8, 14, .12) 34%, rgba(3, 8, 14, .9) 100%);
}

.serve-card:hover p,
.serve-card:focus-visible p {
  max-height: 140px;
  margin-top: 18px;
  opacity: 1;
  transform: translateY(0);
}

.starting-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.starting-card img {
  aspect-ratio: 2.44;
}

.starting-copy {
  display: grid;
  min-height: 320px;
  padding: 26px 30px 28px;
}

.starting-card h3 {
  margin-top: 14px;
  font-size: 26px;
  line-height: 1.1;
}

.starting-card p:not(.ff-card-label) {
  margin: 14px 0 0;
  color: #0c2654;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.48;
}

.starting-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  margin-top: 24px;
  border: 1px solid #0666ff;
  border-radius: 6px;
  color: #0666ff;
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
}

.starting-card a span {
  font-size: 28px;
  line-height: 1;
}

.starting-copy > span {
  align-self: end;
  margin-top: 28px;
}

@media (max-width: 1320px) {
  .ff-section-inner {
    width: min(1180px, calc(100% - 72px));
  }

  .ff-section-head h2 {
    font-size: 62px;
  }

  .ff-split-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ff-split-head > p {
    max-width: 780px;
  }

  .network-card {
    grid-template-columns: 156px minmax(0, 1fr);
    padding: 24px;
  }

  .network-card img {
    width: 140px;
    height: 96px;
  }

  .network-mark,
  .network-wordmark {
    width: 92px;
    height: 92px;
  }

  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .serve-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ff-section-inner {
    width: calc(100% - 36px);
    padding: 104px 0 82px;
  }

  .ff-section-number {
    top: 24px;
    right: 18px;
    font-size: 74px;
  }

  .ff-section-head {
    margin-bottom: 34px;
  }

  .ff-section-head h2 {
    max-width: 100%;
    font-size: 46px;
    line-height: .94;
  }

  .ff-section-head > p,
  .ff-split-head > p {
    font-size: 18px;
    line-height: 1.5;
  }

  .network-grid,
  .stage-grid,
  .serve-grid,
  .starting-grid {
    grid-template-columns: 1fr;
  }

  .network-card,
  .network-card:nth-child(4),
  .network-card:nth-child(5) {
    grid-column: auto;
  }

  .starting-grid {
    gap: 22px;
  }
}

@media (max-width: 560px) {
  .ff-section {
    background-size: 42px 42px, 42px 42px, auto, auto;
  }

  .ff-section-inner {
    width: calc(100% - 28px);
    padding: 88px 0 70px;
  }

  .ff-kicker {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .ff-section-head h2 {
    font-size: 35px;
  }

  .ff-section-head > p,
  .ff-split-head > p {
    font-size: 16px;
  }

  .network-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px;
  }

  .network-card img {
    width: 82px;
    height: 62px;
  }

  .network-mark,
  .network-wordmark {
    width: 64px;
    height: 64px;
  }

  .network-mark {
    font-size: 24px;
  }

  .network-wordmark {
    font-size: 17px;
  }

  .network-card h3 {
    font-size: 16px;
  }

  .network-card p {
    font-size: 14px;
  }

  .stage-card > div,
  .starting-copy {
    min-height: auto;
    padding: 22px;
  }

  .stage-card h3 {
    font-size: 30px;
  }

  .serve-card div {
    min-height: auto;
    padding: 20px 22px 24px;
  }

  .serve-card h3 {
    font-size: 20px;
  }

  .serve-card p,
  .stage-card p:not(.ff-card-label),
  .starting-card p:not(.ff-card-label) {
    font-size: 15px;
  }

  .starting-card h3 {
    font-size: 22px;
  }

  .starting-card a {
    min-height: 52px;
    font-size: 17px;
  }
}

body.modal-open {
  overflow: hidden;
}

body:has(.home-hero) .lead-modal[hidden] {
  display: none;
}

body:has(.home-hero) .lead-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 28px;
}

body:has(.home-hero) .lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(29, 110, 234, .18), transparent 32%),
    rgba(5, 9, 15, .72);
  backdrop-filter: blur(14px) saturate(1.12);
}

body:has(.home-hero) .lead-modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(780px, calc(100svh - 56px));
  overflow: auto;
  border: 1px solid rgba(165, 191, 225, .34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 249, 253, .94));
  box-shadow: 0 34px 110px rgba(2, 8, 18, .42);
  color: #07101d;
  scrollbar-width: thin;
}

body:has(.home-hero) .lead-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(89, 111, 140, .2);
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
  color: #263c5f;
  font: 900 13px/1 "Avenir Next", "Inter", Arial, sans-serif;
  cursor: pointer;
}

body:has(.home-hero) .lead-modal-close:hover {
  border-color: rgba(29, 110, 234, .36);
  color: #1d6eea;
}

body:has(.home-hero) .lead-modal-head {
  border-bottom: 1px solid rgba(89, 111, 140, .14);
  padding: 34px clamp(24px, 4vw, 46px) 26px;
}

body:has(.home-hero) .lead-modal-head .ff-card-label {
  margin: 0;
  color: #75a7ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

body:has(.home-hero) .lead-modal-head h2 {
  max-width: 700px;
  margin: 12px 0 0;
  color: #07101d;
  font-family: "Avenir Next Condensed", "Arial Narrow", "Arial Black", sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .96;
}

body:has(.home-hero) .lead-modal-head p:not(.ff-card-label) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #42536b;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
}

body:has(.home-hero) .lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px clamp(24px, 4vw, 46px) 34px;
}

body:has(.home-hero) .lead-form label,
body:has(.home-hero) .lead-checkset {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  color: #263c5f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body:has(.home-hero) .lead-form .wide,
body:has(.home-hero) .lead-form-actions {
  grid-column: 1 / -1;
}

body:has(.home-hero) .lead-form input,
body:has(.home-hero) .lead-form select,
body:has(.home-hero) .lead-form textarea {
  width: 100%;
  border: 1px solid rgba(89, 111, 140, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .84);
  color: #07101d;
  font: 550 15px/1.35 "Avenir Next", "Inter", Arial, sans-serif;
  letter-spacing: 0;
  outline: none;
}

body:has(.home-hero) .lead-form input,
body:has(.home-hero) .lead-form select {
  min-height: 46px;
  padding: 11px 13px;
}

body:has(.home-hero) .lead-form textarea {
  min-height: 104px;
  padding: 13px;
  resize: vertical;
}

body:has(.home-hero) .lead-form input:focus,
body:has(.home-hero) .lead-form select:focus,
body:has(.home-hero) .lead-form textarea:focus {
  border-color: rgba(29, 110, 234, .62);
  box-shadow: 0 0 0 4px rgba(29, 110, 234, .1);
}

body:has(.home-hero) .lead-form input[type="file"] {
  padding: 9px 12px;
  background: rgba(247, 250, 255, .92);
}

body:has(.home-hero) .lead-form label > span {
  color: #42536b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

body:has(.home-hero) .lead-checkset legend {
  padding: 0;
  color: #263c5f;
}

body:has(.home-hero) .lead-checkset {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

body:has(.home-hero) .lead-checkset legend {
  grid-column: 1 / -1;
}

body:has(.home-hero) .lead-checkset label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(89, 111, 140, .16);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .58);
  color: #0c2654;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body:has(.home-hero) .lead-checkset input {
  width: 16px;
  min-height: 16px;
  accent-color: #1d6eea;
}

body:has(.home-hero) .lead-form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}

body:has(.home-hero) .lead-form-actions .button {
  min-height: 50px;
  border-color: #1d6eea;
  border-radius: 6px;
  background: #1d6eea;
  box-shadow: 0 16px 36px rgba(29, 110, 234, .2);
}

body:has(.home-hero) .lead-form-actions .form-status {
  min-height: 20px;
  margin: 0;
  color: #244a7b;
  font-size: 14px;
  font-weight: 760;
}

@media (max-width: 900px) {
  body:has(.home-hero) .lead-modal {
    align-items: end;
    padding: 16px;
  }

  body:has(.home-hero) .lead-modal-panel {
    max-height: calc(100svh - 32px);
  }

  body:has(.home-hero) .lead-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body:has(.home-hero) .lead-modal {
    padding: 10px;
  }

  body:has(.home-hero) .lead-modal-panel {
    max-height: calc(100svh - 20px);
    border-radius: 8px;
  }

  body:has(.home-hero) .lead-modal-head {
    padding: 28px 18px 22px;
  }

  body:has(.home-hero) .lead-modal-head h2 {
    padding-right: 42px;
    font-size: 30px;
    line-height: 1;
  }

  body:has(.home-hero) .lead-modal-head p:not(.ff-card-label) {
    font-size: 15px;
    line-height: 1.45;
  }

  body:has(.home-hero) .lead-modal-head .ff-card-label {
    font-size: 12px;
  }

  body:has(.home-hero) .lead-form {
    gap: 14px;
    padding: 22px 18px 26px;
  }

  body:has(.home-hero) .lead-checkset {
    grid-template-columns: 1fr;
  }

  body:has(.home-hero) .lead-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body:has(.home-hero) .lead-form-actions .button {
    width: 100%;
  }
}

/* Tighten the homepage type scale across hero, section, and card content. */
.hero-copy .section-label,
.section-label {
  font-size: 11px;
}

.hero-copy h1 {
  font-size: clamp(32px, 3.05vw, 58px);
}

.hero-copy h2 {
  font-size: clamp(19px, 2.05vw, 36px);
}

.hero-copy > p:not(.section-label) {
  font-size: clamp(13px, .82vw, 15px);
}

.hero-metrics span {
  font-size: clamp(9px, .58vw, 11px);
}

.hero-trust-line p {
  font-size: clamp(13px, 1.02vw, 16px);
}

.hero-trust-line span {
  font-size: clamp(10px, .68vw, 12px);
}

.factory-strip-head h2,
.ff-section-head h2 {
  font-size: clamp(23px, 2.62vw, 42px);
}

.factory-strip-head p:not(.section-label),
.ff-section-head > p,
.ff-split-head > p {
  font-size: clamp(13px, .84vw, 15px);
}

.ff-kicker {
  font-size: 11px;
}

.ff-card-label {
  font-size: 12px;
}

.ff-section-number {
  font-size: clamp(56px, 5vw, 76px);
}

body:has(.home-hero) .lead-modal-head h2 {
  font-size: clamp(28px, 2.65vw, 40px);
}

.network-card h3 {
  font-size: 15px;
}

.network-card p,
.serve-card p,
.starting-card p:not(.ff-card-label) {
  font-size: 12px;
}

.stage-card h3 {
  font-size: 22px;
}

.stage-card h4 {
  font-size: 13px;
}

.stage-card p:not(.ff-card-label) {
  font-size: 12px;
}

.serve-card h3 {
  font-size: 16px;
}

.starting-card h3 {
  font-size: 18px;
}

.starting-card a {
  font-size: 13px;
}

@media (max-width: 900px) {
  .ff-section-head h2,
  .factory-strip-head h2 {
    font-size: clamp(24px, 6.6vw, 30px);
  }
}

@media (max-width: 560px) {
  .hero-copy h1 {
    font-size: clamp(27px, 7.8vw, 36px);
  }

  .hero-copy h2 {
    font-size: clamp(18px, 6.5vw, 27px);
  }

  .hero-copy > p:not(.section-label) {
    font-size: 12px;
  }

  .ff-section-head h2,
  .factory-strip-head h2 {
    font-size: clamp(21px, 6.4vw, 27px);
  }

  .ff-section-head > p,
  .ff-split-head > p,
  .factory-strip-head p:not(.section-label) {
    font-size: 12px;
  }

  .stage-card h3 {
    font-size: 19px;
  }

  .serve-card h3,
  .starting-card h3 {
    font-size: 15px;
  }

  .ff-section-number {
    font-size: clamp(38px, 10vw, 48px);
  }

  body:has(.home-hero) .lead-modal-head h2 {
    font-size: clamp(22px, 6.2vw, 28px);
  }
}

.ff-industries .serve-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.ff-industries .serve-card {
  min-height: clamp(520px, 45vw, 690px);
}

.ff-industries .serve-card .serve-card-content {
  padding: 0 clamp(24px, 2.5vw, 38px) clamp(28px, 3vw, 44px);
}

.ff-industries .serve-card h3 {
  max-width: 340px;
  color: #fff;
  font-size: clamp(31px, 2.45vw, 42px);
  font-weight: 400;
  line-height: 1.06;
}

.ff-industries .serve-card p {
  max-width: 340px;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.44;
}

.ff-industries .serve-card .serve-card-content > span {
  font-size: clamp(17px, 1.35vw, 22px);
}

@media (max-width: 1320px) {
  .ff-industries .serve-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-industries .serve-card {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .ff-industries .serve-grid {
    grid-template-columns: 1fr;
  }

  .ff-industries .serve-card {
    min-height: min(640px, 142vw);
  }
}

@media (max-width: 560px) {
  .ff-industries .serve-card .serve-card-content {
    padding: 0 22px 28px;
  }

  .ff-industries .serve-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

.ff-stages .stage-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.stage-process-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(195, 207, 222, .74);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 58px rgba(22, 39, 62, .09);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.stage-process-card:focus-visible {
  outline: 3px solid rgba(18, 109, 255, .42);
  outline-offset: 4px;
}

.stage-process-card:hover {
  border-color: rgba(18, 109, 255, .42);
  box-shadow: 0 28px 68px rgba(22, 39, 62, .14);
  transform: translateY(-3px);
}

.stage-process-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(32, 76, 128, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 76, 128, .045) 1px, transparent 1px),
    #f8fbff;
  background-size: 52px 52px, 52px 52px, auto;
}

.stage-process-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.38;
  padding: 12px;
  object-fit: contain;
  object-position: center;
}

.stage-process-media span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  padding: 0 9px;
  background: #126dff;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(18, 109, 255, .22);
}

.stage-process-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 354px;
  padding: 66px 28px 26px;
}

.stage-process-icon {
  position: absolute;
  top: -38px;
  left: 30px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(18, 109, 255, .14);
}

.stage-process-body .stage-process-subtitle {
  margin: 0 0 8px;
  color: #126dff;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
  text-transform: uppercase;
}

.stage-process-body h3 {
  margin: 0;
  color: #071329;
  font-size: clamp(22px, 1.38vw, 28px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

.stage-process-body h3:after {
  display: block;
  width: 30px;
  height: 3px;
  margin: 18px 0 20px;
  background: #126dff;
  content: "";
}

.stage-process-body p {
  margin: 0;
  color: #273753;
  font-size: clamp(13px, .78vw, 15px);
  font-weight: 500;
  line-height: 1.43;
}

.stage-process-body a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 24px;
  color: #126dff;
  font-size: clamp(14px, .86vw, 17px);
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
}

.stage-process-body a span {
  margin-top: 0;
  font-size: 27px;
  line-height: 1;
}

.stage-process-card:hover .stage-process-media img {
  transform: none;
}

.stage-process-media img,
.stage-process-body a {
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), color .25s ease;
}

.stage-process-body a:hover {
  color: #064aa6;
  transform: translateX(2px);
}

@media (max-width: 1320px) {
  .ff-stages .stage-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stage-process-body {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .ff-stages .stage-process-grid {
    grid-template-columns: 1fr;
  }

  .stage-process-body {
    min-height: auto;
    padding: 70px 24px 28px;
  }

  .stage-process-icon {
    left: 24px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 560px) {
  .stage-process-media span {
    top: 14px;
    left: 14px;
    min-width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .stage-process-body h3 {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .stage-process-body p {
    font-size: 13px;
  }

  .stage-process-body a {
    font-size: 15px;
  }
}

@media (min-width: 901px) {
  .ff-industries .ff-section-head.ff-split-head > p {
    justify-self: end;
    max-width: 520px;
    padding-top: 54px;
    text-align: left;
  }
}

/* Final homepage top alignment: let the hero video start at the viewport edge. */
body:has(.home-hero) .site-header.site-header {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 80;
  margin-top: 0;
}

body:has(.home-hero) main {
  padding-top: 0;
}

body:has(.home-hero) .home-hero {
  margin-top: 0;
  padding-top: 150px;
}

body:has(.home-hero) .hero-video,
body:has(.home-hero) .hero-shade {
  top: 0;
}

body:has(.home-hero) .hero-video {
  object-position: center top;
}

body:has(.home-hero) .hero-copy {
  padding-top: clamp(158px, 16vh, 184px);
}

@media (max-width: 900px) {
  body:has(.home-hero) .site-header.site-header {
    top: 10px;
    margin-top: 0;
  }

  body:has(.home-hero) .home-hero {
    padding-top: 118px;
  }

  body:has(.home-hero) .hero-video {
    object-position: center 12%;
  }
}

@media (max-width: 760px) {
  body:has(.home-hero) .hero-copy {
    padding-top: 64px;
  }

  body:has(.home-hero) .hero-video {
    object-position: center 18%;
  }
}
