.industry-brief-page {
  background: var(--white);
}

.industry-brief-page .fb-cover-glow {
  background:
    linear-gradient(132deg, rgba(37, 63, 246, 0.4) 0%, transparent 35%),
    linear-gradient(45deg, rgba(202, 239, 86, 0.12) 0%, transparent 28%),
    linear-gradient(108deg, #07080f 0%, var(--black-sky) 54%, #0b0d18 100%);
}

.industry-brief-page .fb-cover-grid {
  opacity: 0.78;
}

.industry-brief-page .fb-thesis h1 {
  max-width: 610px;
  font-size: clamp(3rem, 4.75vw, 5.4rem);
}

.industry-brief-page .industry-brief-signals span {
  border-color: rgba(202, 239, 86, 0.28);
}

.industry-brief-page .industry-brief-signals span::before {
  background: var(--lime);
  box-shadow: 0 0 12px rgba(202, 239, 86, 0.68);
}

.industry-brief-page .fb-proof-notes span {
  background: rgba(202, 239, 86, 0.18);
  border-color: rgba(202, 239, 86, 0.24);
}

.industry-brief-page .fb-tech-layout article:last-child {
  background: linear-gradient(135deg, var(--flight-blue), #1625b6);
}

.food-ingredients-page .fb-cover-glow {
  background:
    linear-gradient(132deg, rgba(116, 152, 253, 0.36) 0%, transparent 34%),
    linear-gradient(48deg, rgba(202, 239, 86, 0.16) 0%, transparent 30%),
    linear-gradient(108deg, #080a0f 0%, var(--black-sky) 54%, #0b1016 100%);
}

.food-ingredients-page .fb-cover {
  min-height: 90vh;
  overflow: hidden;
}

.food-ingredients-page .fb-cover::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: 6vh;
  z-index: -1;
  width: min(900px, 58vw);
  height: min(560px, 42vw);
  border: 1px solid rgba(202, 239, 86, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 0 17%, rgba(202, 239, 86, 0.28) 17.2% 17.7%, transparent 18% 100%),
    linear-gradient(90deg, transparent 0 37%, rgba(116, 152, 253, 0.34) 37.2% 37.7%, transparent 38% 100%),
    linear-gradient(90deg, transparent 0 58%, rgba(116, 152, 253, 0.26) 58.2% 58.7%, transparent 59% 100%),
    linear-gradient(90deg, transparent 0 78%, rgba(202, 239, 86, 0.24) 78.2% 78.7%, transparent 79% 100%),
    radial-gradient(circle at 14% 52%, rgba(202, 239, 86, 0.62) 0 7px, transparent 8px),
    radial-gradient(circle at 32% 36%, rgba(116, 152, 253, 0.64) 0 6px, transparent 7px),
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 68% 40%, rgba(116, 152, 253, 0.58) 0 6px, transparent 7px),
    radial-gradient(circle at 86% 52%, rgba(202, 239, 86, 0.58) 0 7px, transparent 8px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0 14%, transparent 14.5% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, rgba(37, 63, 246, 0.16), rgba(8, 10, 15, 0.28) 52%, rgba(202, 239, 86, 0.08));
  box-shadow: 0 28px 90px rgba(37, 63, 246, 0.22), inset 0 0 44px rgba(116, 152, 253, 0.12);
  opacity: 0.62;
  transform: rotate(-4deg) skewX(-6deg);
}

.food-ingredients-page .fb-cover-grid {
  background-size: 62px 62px;
  opacity: 0.86;
}

.food-ingredients-page .fb-briefing-layout {
  grid-template-columns: 0.46fr 1.05fr 0.9fr;
  gap: clamp(30px, 5vw, 78px);
}

.food-ingredients-page .fb-thesis h1 {
  max-width: 820px;
  font-size: clamp(3.05rem, 5.1vw, 5.9rem);
}

.food-ingredients-page .fb-executive-brief {
  position: relative;
}

.food-ingredients-page .fb-executive-brief::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(300px, 76%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 239, 86, 0.7), rgba(116, 152, 253, 0.58));
  opacity: 0.84;
}

.food-ingredients-page .fb-pressure-rail li:nth-child(1) > span,
.food-ingredients-page .fb-pressure-rail li:nth-child(2) > span,
.food-ingredients-page .fb-pressure-rail li:nth-child(6) > span {
  background: var(--lime);
}

.food-ingredients-page .fb-pressure-rail li:nth-child(3) > span,
.food-ingredients-page .fb-pressure-rail li:nth-child(4) > span,
.food-ingredients-page .fb-pressure-rail li:nth-child(5) > span {
  color: var(--white);
  background: var(--flight-blue);
}

.food-ingredients-page .fb-overview-section,
.food-ingredients-page .fb-solution-section,
.food-ingredients-page .fb-proof-section,
.food-ingredients-page .fb-case-section,
.food-ingredients-page .fb-tech-section,
.food-ingredients-page .fb-related-section {
  padding: clamp(66px, 7vw, 106px) 0;
}

.food-ingredients-page .fb-pressure-section,
.food-ingredients-page .fb-intelligence-section,
.food-ingredients-page .fb-final-cta {
  padding: clamp(76px, 8vw, 116px) 0;
}

.food-ingredients-page .fb-section-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 62px);
}

.food-ingredients-page .fb-section-heading h2 {
  max-width: 940px;
  font-size: clamp(2.25rem, 4.35vw, 4.75rem);
}

.food-ingredients-page .fb-overview-grid,
.food-ingredients-page .fb-solution-model,
.food-ingredients-page .fb-intelligence-shelf,
.food-ingredients-page .fb-tech-layout,
.food-ingredients-page .fb-related-map {
  margin-top: clamp(26px, 3.8vw, 48px);
}

.food-ingredients-page .fb-overview-grid article {
  border-color: rgba(37, 63, 246, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 255, 0.96)),
    linear-gradient(90deg, rgba(202, 239, 86, 0.12), transparent 34%);
}

.food-ingredients-page .fb-overview-grid span,
.food-ingredients-page .fb-pressure-row span:first-child,
.food-ingredients-page .fb-intelligence-shelf em,
.food-ingredients-page .fb-related-map span {
  color: var(--flight-blue);
}

.food-ingredients-page .fb-solution-model {
  background:
    radial-gradient(circle at center, rgba(202, 239, 86, 0.16), transparent 31%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.06), rgba(255, 255, 255, 0.98));
}

.food-ingredients-page .fb-model-center {
  border-color: rgba(202, 239, 86, 0.36);
  box-shadow: 0 24px 70px rgba(37, 63, 246, 0.12);
}

.food-ingredients-page .fb-model-step span {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  color: rgba(37, 63, 246, 0.86);
}

.food-ingredients-page .fb-proof-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.045), transparent 42%),
    var(--white);
  overflow: hidden;
}

.food-ingredients-page .fb-proof-section::before {
  content: "";
  position: absolute;
  inset: 10% auto 12% -7%;
  width: min(500px, 34vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 239, 86, 0.16), transparent 68%);
  pointer-events: none;
}

.food-ingredients-page .fb-proof-layout {
  align-items: center;
  gap: clamp(32px, 5vw, 78px);
}

.food-ingredients-page .fb-proof-copy h2 {
  max-width: 740px;
  font-size: clamp(2.35rem, 4.4vw, 4.9rem);
}

.food-ingredients-page .fb-proof-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(1.02rem, 1.28vw, 1.22rem);
  line-height: 1.56;
}

.food-ingredients-page .fb-proof-notes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.food-ingredients-page .fb-proof-notes::before {
  content: "Ingredient Acceptance Dossier";
  grid-column: 1 / -1;
  color: var(--flight-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.food-ingredients-page .fb-proof-notes span {
  position: relative;
  min-height: 54px;
  padding: 14px 16px 14px 42px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(37, 63, 246, 0.16);
  box-shadow: 0 18px 42px rgba(37, 63, 246, 0.08);
}

.food-ingredients-page .fb-proof-notes span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(202, 239, 86, 0.16);
  transform: translateY(-50%);
}

.food-ingredients-page .fb-proof-gallery {
  position: relative;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px;
}

.food-ingredients-page .fb-proof-gallery::before {
  content: "";
  position: absolute;
  inset: -18px -16px;
  z-index: 0;
  border: 1px solid rgba(37, 63, 246, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(202, 239, 86, 0.18), transparent 36%),
    repeating-linear-gradient(0deg, rgba(37, 63, 246, 0.045) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(37, 63, 246, 0.04) 0 1px, transparent 1px 52px);
}

.food-ingredients-page .fb-proof-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: rgba(37, 63, 246, 0.16);
  box-shadow: 0 28px 64px rgba(8, 10, 15, 0.16);
}

.food-ingredients-page .fb-proof-photo::after {
  content: "";
  position: absolute;
  inset: auto 14px 14px auto;
  width: 84px;
  height: 28px;
  border: 1px solid rgba(202, 239, 86, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18px 50%, rgba(202, 239, 86, 0.85) 0 4px, transparent 5px),
    linear-gradient(90deg, rgba(8, 10, 15, 0.78), rgba(37, 63, 246, 0.48));
  opacity: 0.88;
}

.food-ingredients-page .fb-proof-photo-large {
  min-height: 360px;
}

.food-ingredients-page .fb-intelligence-shelf article,
.food-ingredients-page .fb-tech-layout article,
.food-ingredients-page .fb-related-map a {
  border-color: rgba(37, 63, 246, 0.16);
}

.food-ingredients-page .fb-tech-layout {
  gap: 1px;
  background: rgba(19, 19, 21, 0.12);
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 0 26px 90px rgba(19, 19, 21, 0.1);
}

.food-ingredients-page .fb-tech-layout article {
  min-height: 430px;
  padding: clamp(30px, 3vw, 38px);
  color: var(--white);
  border: 1px solid rgba(116, 152, 253, 0.22);
  border-radius: 0;
}

.food-ingredients-page .fb-tech-layout article:first-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(116, 152, 253, 0.22), transparent 34%),
    linear-gradient(135deg, #10131d, #06080f 82%);
}

.food-ingredients-page .fb-tech-layout article:last-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.98), rgba(8, 13, 46, 0.98) 82%);
}

.food-ingredients-page .fb-tech-layout article > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.food-ingredients-page .fb-tech-layout h3 {
  margin-top: 56px;
  color: var(--white);
  font-size: clamp(1.95rem, 3vw, 3.15rem);
}

.food-ingredients-page .fb-tech-layout li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.food-ingredients-page .fb-related-map a {
  position: relative;
  min-height: 218px;
  isolation: isolate;
  transition:
    background 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.food-ingredients-page .fb-related-map a:nth-child(4) {
  order: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(116, 152, 253, 0.18), transparent 30%),
    var(--white);
}

.food-ingredients-page .fb-related-map a:nth-child(5) {
  order: 2;
  background:
    radial-gradient(circle at 82% 18%, rgba(202, 239, 86, 0.18), transparent 30%),
    var(--white);
}

.food-ingredients-page .fb-related-map a:nth-child(1) {
  order: 3;
}

.food-ingredients-page .fb-related-map a:nth-child(2) {
  order: 4;
}

.food-ingredients-page .fb-related-map a:nth-child(3) {
  order: 5;
}

.food-ingredients-page .fb-related-map a:nth-child(4) span,
.food-ingredients-page .fb-related-map a:nth-child(5) span {
  color: var(--black-sky);
}

.food-ingredients-page .fb-related-map a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.7), rgba(202, 239, 86, 0.72));
  opacity: 0.76;
}

.food-ingredients-page .fb-related-map a::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(37, 63, 246, 0.36);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(37, 63, 246, 0.055);
}

.food-ingredients-page .fb-related-map a:nth-child(3)::after {
  display: none;
}

.food-ingredients-page .fb-related-map a:nth-child(4)::before,
.food-ingredients-page .fb-related-map a:nth-child(5)::before {
  border-color: rgba(202, 239, 86, 0.72);
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(202, 239, 86, 0.12);
}

.food-ingredients-page .fb-related-map span {
  display: block;
  max-width: 190px;
  font-size: clamp(1.06rem, 1.22vw, 1.26rem);
  line-height: 1.1;
}

.food-ingredients-page .fb-related-map strong {
  margin-top: 68px;
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.24;
}

.food-ingredients-page .fb-related-map a:last-child::after {
  display: none;
}

.food-ingredients-page .fb-related-map a:hover,
.food-ingredients-page .fb-related-map a:focus-visible {
  border-color: rgba(37, 63, 246, 0.34);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.12);
  transform: translateY(-4px);
  outline: 0;
}

.food-ingredients-page .fb-related-map a:hover::before,
.food-ingredients-page .fb-related-map a:focus-visible::before {
  border-color: rgba(202, 239, 86, 0.86);
  box-shadow:
    0 0 0 7px rgba(202, 239, 86, 0.14),
    0 0 28px rgba(37, 63, 246, 0.16);
}

.food-ingredients-page .fb-related-map a:hover::after,
.food-ingredients-page .fb-related-map a:focus-visible::after {
  opacity: 1;
}

@media (max-width: 900px) {
  .food-ingredients-page .fb-briefing-layout,
  .food-ingredients-page .fb-section-heading,
  .food-ingredients-page .fb-proof-layout {
    grid-template-columns: 1fr;
  }

  .food-ingredients-page .fb-cover::after {
    right: -8vw;
    bottom: 8vh;
    width: 100%;
    height: 46vh;
    opacity: 0.38;
    transform: none;
  }

  .food-ingredients-page .fb-thesis h1 {
    font-size: clamp(2.5rem, 13vw, 4.4rem);
  }

  .food-ingredients-page .fb-proof-notes {
    grid-template-columns: 1fr;
  }

  .food-ingredients-page .fb-proof-gallery {
    grid-template-columns: 1fr;
  }

  .food-ingredients-page .fb-proof-photo-large {
    min-height: 280px;
  }

  .food-ingredients-page .fb-related-map a::after {
    display: none;
  }
}

.manufacturing-page .fb-cover-glow {
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(116, 152, 253, 0.13) 11% 11.35%, transparent 11.35% 26%, rgba(202, 239, 86, 0.1) 26% 26.35%, transparent 26.35% 100%),
    linear-gradient(132deg, rgba(37, 63, 246, 0.44) 0%, transparent 32%),
    linear-gradient(52deg, rgba(116, 152, 253, 0.18) 0%, transparent 28%),
    linear-gradient(108deg, #07080c 0%, var(--black-sky) 54%, #0d0f18 100%);
  background-size: 100% 100%, auto, auto, auto;
}

.manufacturing-page .fb-cover {
  min-height: 90vh;
  padding-bottom: clamp(48px, 6vw, 78px);
}

.manufacturing-page .fb-cover::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: 6vh;
  z-index: -1;
  width: min(940px, 62vw);
  height: min(540px, 42vw);
  border: 1px solid rgba(116, 152, 253, 0.22);
  background:
    radial-gradient(circle at 22% 46%, rgba(202, 239, 86, 0.62) 0 7px, transparent 8px),
    radial-gradient(circle at 42% 34%, rgba(116, 152, 253, 0.58) 0 6px, transparent 7px),
    radial-gradient(circle at 58% 58%, rgba(116, 152, 253, 0.62) 0 7px, transparent 8px),
    radial-gradient(circle at 76% 42%, rgba(202, 239, 86, 0.54) 0 6px, transparent 7px),
    linear-gradient(108deg, transparent 0 24%, rgba(116, 152, 253, 0.32) 24.2% 24.7%, transparent 25% 100%),
    linear-gradient(72deg, transparent 0 40%, rgba(202, 239, 86, 0.24) 40.2% 40.6%, transparent 41% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.048) 0 1px, transparent 1px 60px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 74px),
    linear-gradient(90deg, rgba(37, 63, 246, 0.1), transparent 48%);
  opacity: 0.58;
  transform: rotate(-7deg) skewX(-7deg);
}

.manufacturing-page .fb-cover-grid {
  background-size: 60px 60px;
  opacity: 0.86;
}

.manufacturing-page .fb-briefing-layout {
  grid-template-columns: 0.46fr 1.08fr 0.88fr;
  gap: clamp(30px, 5vw, 78px);
}

.manufacturing-page .fb-thesis h1 {
  max-width: 780px;
  font-size: clamp(3.1rem, 5.15vw, 5.95rem);
}

.manufacturing-page .fb-executive-brief {
  position: relative;
}

.manufacturing-page .fb-executive-brief::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: min(280px, 78%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.68), rgba(202, 239, 86, 0.48));
  opacity: 0.82;
}

.manufacturing-page .fb-pressure-rail li:nth-child(1) > span,
.manufacturing-page .fb-pressure-rail li:nth-child(2) > span,
.manufacturing-page .fb-pressure-rail li:nth-child(6) > span {
  background: var(--lime);
}

.manufacturing-page .fb-pressure-rail li:nth-child(3) > span,
.manufacturing-page .fb-pressure-rail li:nth-child(4) > span,
.manufacturing-page .fb-pressure-rail li:nth-child(5) > span {
  color: var(--white);
  background: var(--flight-blue);
}

.manufacturing-page .fb-overview-section,
.manufacturing-page .fb-solution-section,
.manufacturing-page .fb-proof-section,
.manufacturing-page .fb-case-section,
.manufacturing-page .fb-tech-section,
.manufacturing-page .fb-related-section {
  padding: clamp(66px, 7vw, 106px) 0;
}

.manufacturing-page .fb-pressure-section,
.manufacturing-page .fb-intelligence-section,
.manufacturing-page .fb-final-cta {
  padding: clamp(76px, 8vw, 116px) 0;
}

.manufacturing-page .fb-section-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 62px);
  align-items: start;
}

.manufacturing-page .fb-section-heading h2 {
  max-width: 900px;
  font-size: clamp(2.25rem, 4.35vw, 4.8rem);
}

.manufacturing-page .fb-overview-grid,
.manufacturing-page .fb-solution-model,
.manufacturing-page .fb-intelligence-shelf,
.manufacturing-page .fb-tech-layout,
.manufacturing-page .fb-related-map {
  margin-top: clamp(34px, 4.6vw, 50px);
}

.manufacturing-page .fb-overview-grid article {
  min-height: 248px;
  padding: clamp(28px, 2.8vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98)),
    radial-gradient(circle at 92% 8%, rgba(37, 63, 246, 0.12), transparent 36%);
  border-top: 3px solid rgba(37, 63, 246, 0.72);
}

.manufacturing-page .fb-overview-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--black-sky);
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
  letter-spacing: 0.02em;
}

.manufacturing-page .fb-overview-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--flight-blue);
  border-radius: 999px;
}

.manufacturing-page .fb-overview-grid p {
  margin-top: clamp(28px, 3vw, 38px);
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.56;
}

.manufacturing-page .fb-overview-grid article:nth-child(2) {
  border-top-color: rgba(116, 152, 253, 0.88);
}

.manufacturing-page .fb-overview-grid article:nth-child(3) {
  border-top-color: var(--lime);
}

.manufacturing-page .fb-pressure-matrix {
  margin-top: clamp(34px, 4.4vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(116, 152, 253, 0.04));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.manufacturing-page .fb-pressure-row {
  min-height: 92px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.038);
}

.manufacturing-page .fb-pressure-row span:first-child {
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
}

.manufacturing-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(2),
.manufacturing-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(3) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 1rem);
  line-height: 1.46;
}

.manufacturing-page .fb-pressure-head {
  min-height: 58px;
}

.manufacturing-page .fb-pressure-head span,
.manufacturing-page .fb-pressure-head span:first-child {
  color: #e7ff8b;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.manufacturing-page .fb-solution-model {
  margin-top: clamp(38px, 4.8vw, 54px);
  background:
    linear-gradient(90deg, rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 18%, rgba(37, 63, 246, 0.07) 18% 18.5%, transparent 18.5% 42%, rgba(202, 239, 86, 0.08) 42% 42.5%, transparent 42.5% 100%),
    linear-gradient(135deg, rgba(116, 152, 253, 0.1), transparent 38%),
    var(--soft-grey);
  background-size: 58px 58px, 58px 58px, 100% 100%, auto, auto;
}

.manufacturing-page .fb-model-center {
  background:
    linear-gradient(90deg, rgba(116, 152, 253, 0.1), transparent 54%),
    var(--black-sky);
}

.manufacturing-page .fb-step-2 {
  border-color: rgba(202, 239, 86, 0.42);
  box-shadow: inset 0 0 0 1px rgba(202, 239, 86, 0.16);
}

.manufacturing-page .fb-model-step {
  position: relative;
  min-height: 246px;
  padding: clamp(24px, 2.5vw, 30px);
}

.manufacturing-page .fb-model-step span {
  display: block;
  color: rgba(19, 19, 21, 0.18);
  font-family: var(--font-primary);
  font-size: clamp(2.85rem, 4.6vw, 5.1rem);
  font-weight: 620;
  line-height: 0.78;
  text-transform: none;
}

.manufacturing-page .fb-step-2 span {
  color: rgba(202, 239, 86, 0.78);
  text-shadow: 0 0 20px rgba(202, 239, 86, 0.22);
}

.manufacturing-page .fb-model-step strong {
  margin-top: clamp(42px, 5vw, 62px);
}

.manufacturing-page .fb-model-step p {
  color: rgba(19, 19, 21, 0.72);
  font-size: 0.98rem;
  line-height: 1.48;
}

.manufacturing-page .fb-proof-section {
  padding-top: clamp(58px, 6vw, 90px);
  padding-bottom: clamp(58px, 6vw, 90px);
  background:
    radial-gradient(circle at 88% 12%, rgba(116, 152, 253, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(37, 63, 246, 0.055) 0 18%, transparent 18% 100%),
    var(--soft-grey);
}

.manufacturing-page .fb-proof-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4.2vw, 58px);
  align-items: stretch;
}

.manufacturing-page .fb-proof-copy {
  align-self: center;
  min-width: 0;
}

.manufacturing-page .fb-proof-copy h2 {
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  font-size: clamp(2.15rem, 3.9vw, 4.35rem);
}

.manufacturing-page .fb-proof-copy p:not(.eyebrow) {
  max-width: 100%;
  font-size: clamp(1.02rem, 1.16vw, 1.16rem);
  line-height: 1.56;
}

.manufacturing-page .fb-proof-notes span {
  background: rgba(202, 239, 86, 0.74);
  border-color: rgba(19, 19, 21, 0.08);
}

.manufacturing-page .fb-proof-gallery {
  position: relative;
  gap: 10px;
  padding: 10px;
  background: rgba(19, 19, 21, 0.08);
  border: 1px solid rgba(19, 19, 21, 0.08);
  box-shadow: 0 30px 90px rgba(19, 19, 21, 0.14);
  overflow: hidden;
}

.manufacturing-page .fb-proof-gallery::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(202, 239, 86, 0.38) 14% 14.4%, transparent 14.4% 44%, rgba(116, 152, 253, 0.28) 44% 44.35%, transparent 44.35% 76%, rgba(202, 239, 86, 0.32) 76% 76.35%, transparent 76.35% 100%),
    radial-gradient(circle at 14% 28%, rgba(202, 239, 86, 0.78) 0 5px, transparent 6px),
    radial-gradient(circle at 44% 62%, rgba(116, 152, 253, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 76% 36%, rgba(202, 239, 86, 0.72) 0 5px, transparent 6px);
  opacity: 0.72;
}

.manufacturing-page .fb-proof-photo {
  position: relative;
  z-index: 0;
  min-height: 260px;
  border-radius: 0;
}

.manufacturing-page .fb-proof-photo-large {
  min-height: 532px;
}

.manufacturing-page .fb-proof-photo img {
  filter: grayscale(0.22) saturate(0.88) contrast(1.1) brightness(0.72);
}

.manufacturing-page .fb-proof-photo figcaption {
  z-index: 2;
  font-size: 0.95rem;
}

.manufacturing-page .fb-proof-photo figcaption span {
  color: #e7ff8b;
  font-size: 0.78rem;
}

.manufacturing-page .fb-intelligence-shelf article {
  position: relative;
  min-height: 302px;
}

.manufacturing-page .fb-intelligence-shelf article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.82), var(--lime));
}

.manufacturing-page .fb-intelligence-shelf em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(202, 239, 86, 0.2);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.manufacturing-page .fb-intelligence-shelf h3 {
  margin-top: 44px;
}

.manufacturing-page .fb-intelligence-shelf p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
}

.manufacturing-page .fb-tech-layout {
  gap: 1px;
  background: rgba(19, 19, 21, 0.12);
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 0 26px 90px rgba(19, 19, 21, 0.1);
}

.manufacturing-page .fb-tech-layout article {
  min-height: 430px;
  padding: clamp(30px, 3vw, 38px);
  border: 1px solid rgba(116, 152, 253, 0.22);
  border-radius: 0;
}

.manufacturing-page .fb-tech-layout article:first-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(116, 152, 253, 0.2), transparent 34%),
    linear-gradient(135deg, #10131d, #06080f 82%);
}

.manufacturing-page .fb-tech-layout article:last-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.98), rgba(8, 13, 46, 0.98) 82%);
}

.manufacturing-page .fb-tech-layout article > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.manufacturing-page .fb-tech-layout h3 {
  margin-top: 56px;
  font-size: clamp(1.95rem, 3vw, 3.15rem);
}

.manufacturing-page .fb-tech-layout li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.manufacturing-page .fb-related-map a {
  position: relative;
  min-height: 218px;
  isolation: isolate;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.manufacturing-page .fb-related-map a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.7), rgba(202, 239, 86, 0.72));
  opacity: 0.76;
}

.manufacturing-page .fb-related-map a::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(37, 63, 246, 0.36);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(37, 63, 246, 0.055);
}

.manufacturing-page .fb-related-map a:nth-child(4) {
  order: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(116, 152, 253, 0.18), transparent 30%),
    var(--white);
}

.manufacturing-page .fb-related-map a:nth-child(5) {
  order: 2;
  background:
    radial-gradient(circle at 82% 18%, rgba(202, 239, 86, 0.18), transparent 30%),
    var(--white);
}

.manufacturing-page .fb-related-map a:nth-child(1) {
  order: 3;
}

.manufacturing-page .fb-related-map a:nth-child(2) {
  order: 4;
}

.manufacturing-page .fb-related-map a:nth-child(3) {
  order: 5;
}

.manufacturing-page .fb-related-map a:nth-child(3)::after {
  display: none;
}

.manufacturing-page .fb-related-map span {
  display: block;
  max-width: 190px;
  color: var(--flight-blue);
  font-size: clamp(1.06rem, 1.22vw, 1.26rem);
  line-height: 1.1;
}

.manufacturing-page .fb-related-map strong {
  margin-top: 68px;
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.24;
}

.manufacturing-page .fb-related-map a:nth-child(4) span,
.manufacturing-page .fb-related-map a:nth-child(5) span {
  color: var(--black-sky);
}

.manufacturing-page .fb-related-map a:nth-child(4)::before,
.manufacturing-page .fb-related-map a:nth-child(5)::before {
  border-color: rgba(202, 239, 86, 0.72);
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(202, 239, 86, 0.12);
}

.manufacturing-page .fb-related-map a:hover {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.12);
}

.manufacturing-page .fb-final-cta::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 16%, rgba(116, 152, 253, 0.08) 16% 16.4%, transparent 16.4% 38%, rgba(202, 239, 86, 0.09) 38% 38.4%, transparent 38.4% 100%),
    linear-gradient(120deg, rgba(37, 63, 246, 0.22), transparent 58%);
  background-size: 72px 72px, 72px 72px, 100% 100%, auto;
}

@media (max-width: 1120px) {
  .manufacturing-page .fb-briefing-layout,
  .manufacturing-page .fb-section-heading,
  .manufacturing-page .fb-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .manufacturing-page .fb-cover {
    padding-bottom: 38px;
  }

  .manufacturing-page .fb-cover::after {
    right: -50vw;
    bottom: 10vh;
    width: 128vw;
    height: 52vh;
    opacity: 0.32;
  }

  .manufacturing-page .fb-thesis h1 {
    font-size: clamp(2.55rem, 10.8vw, 3.85rem);
  }

  .manufacturing-page .fb-pressure-rail ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    border-top: 0;
  }

  .manufacturing-page .fb-pressure-rail li {
    grid-template-columns: 24px 1fr;
    gap: 8px;
    min-height: 74px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .manufacturing-page .fb-pressure-rail li > span {
    width: 22px;
    height: 22px;
    font-size: 0.54rem;
  }

  .manufacturing-page .fb-pressure-rail strong {
    font-size: 0.78rem;
  }

  .manufacturing-page .fb-pressure-rail em {
    display: none;
  }

  .manufacturing-page .fb-overview-section,
  .manufacturing-page .fb-solution-section,
  .manufacturing-page .fb-proof-section,
  .manufacturing-page .fb-case-section,
  .manufacturing-page .fb-tech-section,
  .manufacturing-page .fb-related-section {
    padding: 54px 0;
  }

  .manufacturing-page .fb-pressure-section,
  .manufacturing-page .fb-intelligence-section,
  .manufacturing-page .fb-final-cta {
    padding: 58px 0;
  }

  .manufacturing-page .fb-overview-grid article {
    min-height: 0;
  }

  .manufacturing-page .fb-pressure-row {
    min-width: 720px;
  }

  .manufacturing-page .fb-model-step {
    min-height: 214px;
  }

  .manufacturing-page .fb-proof-gallery {
    padding: 8px;
  }

  .manufacturing-page .fb-proof-photo,
  .manufacturing-page .fb-proof-photo-large {
    min-height: 260px;
  }

  .manufacturing-page .fb-tech-layout article {
    min-height: 0;
  }

  .manufacturing-page .fb-related-map a::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(37, 63, 246, 0.72), rgba(202, 239, 86, 0.7));
  }
}

@media (min-width: 1121px) {
  .retail-page .fb-section-heading {
    grid-template-columns: minmax(0, 0.28fr) minmax(0, 1fr);
  }
}

.retail-page .fb-cover-glow {
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(202, 239, 86, 0.1) 9% 9.4%, transparent 9.4% 22%, rgba(116, 152, 253, 0.12) 22% 22.4%, transparent 22.4% 100%),
    linear-gradient(132deg, rgba(202, 239, 86, 0.22) 0%, transparent 32%),
    linear-gradient(48deg, rgba(37, 63, 246, 0.42) 0%, transparent 34%),
    linear-gradient(108deg, #08090f 0%, var(--black-sky) 54%, #0d111b 100%);
  background-size: 100% 100%, auto, auto, auto;
}

.retail-page .fb-cover-grid {
  background-size: 54px 54px;
  opacity: 0.84;
}

.retail-page .fb-executive-brief {
  position: relative;
}

.retail-page .fb-executive-brief::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: min(260px, 76%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 239, 86, 0.68));
  opacity: 0.8;
}

.retail-page .fb-pressure-rail li:nth-child(1) > span,
.retail-page .fb-pressure-rail li:nth-child(2) > span,
.retail-page .fb-pressure-rail li:nth-child(6) > span {
  background: var(--lime);
}

.retail-page .fb-pressure-rail li:nth-child(3) > span,
.retail-page .fb-pressure-rail li:nth-child(4) > span,
.retail-page .fb-pressure-rail li:nth-child(5) > span {
  color: var(--white);
  background: var(--flight-blue);
}

.retail-page .fb-overview-grid article {
  min-height: 286px;
  background:
    linear-gradient(180deg, rgba(37, 63, 246, 0.035), transparent 46%),
    var(--white);
  border-top: 3px solid rgba(37, 63, 246, 0.72);
}

.retail-page .fb-overview-grid article:nth-child(2) {
  border-top-color: var(--lime);
}

.retail-page .fb-pressure-row span:first-child {
  font-size: 1.28rem;
}

.retail-page .fb-pressure-row {
  min-height: 106px;
}

.retail-page .fb-solution-model {
  background:
    linear-gradient(90deg, rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(202, 239, 86, 0.12), transparent 36%),
    var(--soft-grey);
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.retail-page .fb-model-center {
  background:
    linear-gradient(90deg, rgba(202, 239, 86, 0.08), transparent 54%),
    var(--black-sky);
}

.retail-page .fb-proof-section {
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.06) 0 16%, transparent 16% 100%),
    var(--soft-grey);
}

.retail-page .fb-proof-notes span {
  background: rgba(202, 239, 86, 0.82);
}

.retail-page .fb-proof-photo img {
  filter: grayscale(0.18) saturate(0.92) contrast(1.08) brightness(0.72);
}

.retail-page .fb-intelligence-shelf article {
  position: relative;
  min-height: 326px;
}

.retail-page .fb-intelligence-shelf article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lime), rgba(116, 152, 253, 0.7));
}

.retail-page .fb-tech-layout article {
  min-height: 420px;
}

.retail-page .fb-tech-layout article:first-child {
  background:
    linear-gradient(135deg, rgba(202, 239, 86, 0.08), transparent 42%),
    var(--black-sky);
}

.retail-page .fb-related-map a {
  min-height: 232px;
}

.retail-page .fb-final-cta::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(120deg, rgba(202, 239, 86, 0.14), transparent 42%),
    linear-gradient(120deg, rgba(37, 63, 246, 0.22), transparent 62%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.automotive-page .fb-cover-glow {
  background:
    linear-gradient(132deg, rgba(37, 63, 246, 0.5) 0%, transparent 34%),
    linear-gradient(45deg, rgba(202, 239, 86, 0.12) 0%, transparent 28%),
    linear-gradient(108deg, #06070c 0%, var(--black-sky) 56%, #090b14 100%);
}

.automotive-page .fb-cover {
  min-height: 90vh;
  overflow: hidden;
  padding-bottom: clamp(48px, 6vw, 78px);
}

.automotive-page .fb-cover-glow {
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(202, 239, 86, 0.09) 10% 10.35%, transparent 10.35% 25%, rgba(116, 152, 253, 0.11) 25% 25.35%, transparent 25.35% 100%),
    linear-gradient(132deg, rgba(37, 63, 246, 0.48) 0%, transparent 34%),
    linear-gradient(45deg, rgba(202, 239, 86, 0.13) 0%, transparent 28%),
    linear-gradient(108deg, #06070c 0%, var(--black-sky) 56%, #090b14 100%);
}

.automotive-page .fb-cover::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: 7vh;
  z-index: -1;
  width: min(1000px, 65vw);
  height: min(520px, 38vw);
  border: 1px solid rgba(116, 152, 253, 0.22);
  background:
    radial-gradient(circle at 10% 36%, rgba(116, 152, 253, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 20% 64%, rgba(116, 152, 253, 0.58) 0 5px, transparent 6px),
    radial-gradient(circle at 34% 50%, rgba(202, 239, 86, 0.66) 0 6px, transparent 7px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 66% 50%, rgba(116, 152, 253, 0.66) 0 6px, transparent 7px),
    radial-gradient(circle at 82% 50%, rgba(255, 255, 255, 0.7) 0 5px, transparent 6px),
    radial-gradient(circle at 94% 50%, rgba(202, 239, 86, 0.82) 0 8px, transparent 9px),
    linear-gradient(90deg, transparent 0 10%, rgba(116, 152, 253, 0.34) 10.2% 34%, rgba(202, 239, 86, 0.28) 34% 50%, rgba(255, 255, 255, 0.22) 50% 66%, rgba(116, 152, 253, 0.3) 66% 82%, rgba(202, 239, 86, 0.36) 82% 94%, transparent 94%),
    linear-gradient(0deg, transparent 0 32%, rgba(116, 152, 253, 0.2) 32.2% 32.7%, transparent 33% 100%),
    linear-gradient(0deg, transparent 0 50%, rgba(202, 239, 86, 0.18) 50.2% 50.7%, transparent 51% 100%),
    linear-gradient(0deg, transparent 0 68%, rgba(116, 152, 253, 0.16) 68.2% 68.7%, transparent 69% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 68px),
    linear-gradient(90deg, rgba(37, 63, 246, 0.12), transparent 52%);
  opacity: 0.62;
  transform: rotate(-5deg) skewX(-6deg);
}

.automotive-page .fb-briefing-layout {
  grid-template-columns: 0.46fr 1.08fr 0.88fr;
  gap: clamp(30px, 5vw, 78px);
}

.automotive-page .fb-thesis h1 {
  max-width: 815px;
  font-size: clamp(3.1rem, 5.15vw, 5.95rem);
}

.automotive-page .fb-executive-brief {
  position: relative;
}

.automotive-page .fb-executive-brief::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: min(300px, 78%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.76), rgba(202, 239, 86, 0.5));
  opacity: 0.82;
}

.automotive-page .fb-pressure-rail li:nth-child(1) > span,
.automotive-page .fb-pressure-rail li:nth-child(3) > span,
.automotive-page .fb-pressure-rail li:nth-child(5) > span {
  background: var(--lime);
}

.automotive-page .fb-pressure-rail li:nth-child(2) > span,
.automotive-page .fb-pressure-rail li:nth-child(4) > span,
.automotive-page .fb-pressure-rail li:nth-child(6) > span {
  color: var(--white);
  background: var(--flight-blue);
}

.automotive-page .fb-overview-section,
.automotive-page .fb-solution-section,
.automotive-page .fb-proof-section,
.automotive-page .fb-case-section,
.automotive-page .fb-tech-section,
.automotive-page .fb-related-section {
  padding: clamp(66px, 7vw, 106px) 0;
}

.automotive-page .fb-pressure-section,
.automotive-page .fb-intelligence-section,
.automotive-page .fb-final-cta {
  padding: clamp(76px, 8vw, 116px) 0;
}

.automotive-page .fb-section-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 62px);
  align-items: start;
}

.automotive-page .fb-section-heading h2 {
  max-width: 930px;
  font-size: clamp(2.25rem, 4.35vw, 4.8rem);
}

.automotive-page .fb-overview-grid,
.automotive-page .fb-solution-model,
.automotive-page .fb-intelligence-shelf,
.automotive-page .fb-tech-layout,
.automotive-page .fb-related-map {
  margin-top: clamp(34px, 4.6vw, 50px);
}

.automotive-page .fb-overview-grid article {
  min-height: 248px;
  padding: clamp(28px, 2.8vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98)),
    radial-gradient(circle at 92% 8%, rgba(202, 239, 86, 0.14), transparent 36%);
  border-top: 3px solid rgba(202, 239, 86, 0.78);
}

.automotive-page .fb-overview-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--black-sky);
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
  letter-spacing: 0.02em;
}

.automotive-page .fb-overview-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--lime);
  border-radius: 999px;
}

.automotive-page .fb-overview-grid p {
  margin-top: clamp(28px, 3vw, 38px);
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.56;
}

.automotive-page .fb-overview-grid article:nth-child(2) {
  border-top-color: rgba(116, 152, 253, 0.86);
}

.automotive-page .fb-overview-grid article:nth-child(3) {
  border-top-color: var(--lime);
}

.automotive-page .fb-pressure-matrix {
  margin-top: clamp(34px, 4.4vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(202, 239, 86, 0.04));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.automotive-page .fb-pressure-row {
  min-height: 92px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.038);
}

.automotive-page .fb-pressure-row span:first-child {
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
}

.automotive-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(2),
.automotive-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(3) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 1rem);
  line-height: 1.46;
}

.automotive-page .fb-pressure-head {
  min-height: 58px;
}

.automotive-page .fb-pressure-head span,
.automotive-page .fb-pressure-head span:first-child {
  color: #e7ff8b;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.automotive-page .fb-solution-model {
  margin-top: clamp(38px, 4.8vw, 54px);
  background:
    linear-gradient(90deg, rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 14%, rgba(202, 239, 86, 0.09) 14% 14.5%, transparent 14.5% 38%, rgba(116, 152, 253, 0.08) 38% 38.5%, transparent 38.5% 62%, rgba(202, 239, 86, 0.08) 62% 62.5%, transparent 62.5% 82%, rgba(116, 152, 253, 0.08) 82% 82.5%, transparent 82.5% 100%),
    linear-gradient(135deg, rgba(202, 239, 86, 0.08), transparent 38%),
    var(--soft-grey);
  background-size: 58px 58px, 58px 58px, 100% 100%, auto, auto;
}

.automotive-page .fb-model-center {
  background:
    linear-gradient(90deg, rgba(202, 239, 86, 0.1), transparent 54%),
    var(--black-sky);
}

.automotive-page .fb-step-3 {
  border-color: rgba(202, 239, 86, 0.42);
  box-shadow: inset 0 0 0 1px rgba(202, 239, 86, 0.16);
}

.automotive-page .fb-model-step {
  position: relative;
  min-height: 246px;
  padding: clamp(24px, 2.5vw, 30px);
}

.automotive-page .fb-model-step span {
  display: block;
  color: rgba(19, 19, 21, 0.18);
  font-family: var(--font-primary);
  font-size: clamp(2.85rem, 4.6vw, 5.1rem);
  font-weight: 620;
  line-height: 0.78;
  text-transform: none;
}

.automotive-page .fb-step-3 span {
  color: rgba(202, 239, 86, 0.78);
  text-shadow: 0 0 20px rgba(202, 239, 86, 0.22);
}

.automotive-page .fb-model-step strong {
  margin-top: clamp(42px, 5vw, 62px);
}

.automotive-page .fb-model-step p {
  color: rgba(19, 19, 21, 0.72);
  font-size: 0.98rem;
  line-height: 1.48;
}

.automotive-page .fb-proof-section {
  padding-top: clamp(58px, 6vw, 90px);
  padding-bottom: clamp(58px, 6vw, 90px);
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 239, 86, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(37, 63, 246, 0.055) 0 18%, transparent 18% 100%),
    var(--soft-grey);
}

.automotive-page .fb-proof-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4.2vw, 58px);
  align-items: stretch;
}

.automotive-page .fb-proof-copy {
  align-self: center;
  min-width: 0;
}

.automotive-page .fb-proof-copy h2 {
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  font-size: clamp(2.15rem, 3.9vw, 4.35rem);
}

.automotive-page .fb-proof-copy p:not(.eyebrow) {
  max-width: 100%;
  font-size: clamp(1.02rem, 1.16vw, 1.16rem);
  line-height: 1.56;
}

.automotive-page .fb-proof-notes {
  counter-reset: automotiveProof;
  position: relative;
  padding-top: 14px;
}

.automotive-page .fb-proof-notes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(202, 239, 86, 0.74), rgba(116, 152, 253, 0.48), rgba(202, 239, 86, 0.64));
  opacity: 0.74;
}

.automotive-page .fb-proof-notes span {
  position: relative;
  min-height: 38px;
  padding-left: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.95));
  border-color: rgba(37, 63, 246, 0.16);
  box-shadow: 0 12px 34px rgba(19, 19, 21, 0.06);
}

.automotive-page .fb-proof-notes span::before {
  counter-increment: automotiveProof;
  content: counter(automotiveProof, decimal-leading-zero);
  position: absolute;
  left: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 900;
}

.automotive-page .fb-proof-gallery {
  position: relative;
  gap: 10px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.08), transparent 32%),
    rgba(19, 19, 21, 0.08);
  border: 1px solid rgba(37, 63, 246, 0.14);
  box-shadow: 0 34px 100px rgba(19, 19, 21, 0.16);
  overflow: hidden;
}

.automotive-page .fb-proof-gallery::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(202, 239, 86, 0.36) 12% 12.35%, transparent 12.35% 30%, rgba(116, 152, 253, 0.25) 30% 30.35%, transparent 30.35% 48%, rgba(202, 239, 86, 0.3) 48% 48.35%, transparent 48.35% 66%, rgba(116, 152, 253, 0.25) 66% 66.35%, transparent 66.35% 84%, rgba(202, 239, 86, 0.32) 84% 84.35%, transparent 84.35% 100%),
    radial-gradient(circle at 12% 30%, rgba(202, 239, 86, 0.76) 0 5px, transparent 6px),
    radial-gradient(circle at 30% 62%, rgba(116, 152, 253, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 48% 34%, rgba(202, 239, 86, 0.74) 0 5px, transparent 6px),
    radial-gradient(circle at 66% 62%, rgba(116, 152, 253, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 84% 34%, rgba(202, 239, 86, 0.74) 0 5px, transparent 6px);
  opacity: 0.8;
}

.automotive-page .fb-proof-gallery::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 1;
  height: 46px;
  pointer-events: none;
  border: 1px solid rgba(202, 239, 86, 0.2);
  background:
    linear-gradient(90deg, rgba(202, 239, 86, 0.14), rgba(116, 152, 253, 0.12), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 76px);
  opacity: 0.66;
}

.automotive-page .fb-proof-photo {
  position: relative;
  z-index: 0;
  min-height: 260px;
  border-radius: 0;
}

.automotive-page .fb-proof-photo-large {
  min-height: 532px;
}

.automotive-page .fb-proof-photo img {
  filter: grayscale(0.24) saturate(0.88) contrast(1.1) brightness(0.72);
}

.automotive-page .fb-proof-photo figcaption {
  z-index: 2;
  font-size: 0.95rem;
}

.automotive-page .fb-proof-photo figcaption span {
  color: #e7ff8b;
  font-size: 0.78rem;
}

.automotive-page .fb-case-section {
  background:
    radial-gradient(circle at 78% 22%, rgba(202, 239, 86, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.automotive-page .fb-case-layout {
  align-items: stretch;
}

.automotive-page .fb-case-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(37, 63, 246, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
  background-size: 54px 54px, 54px 54px, auto;
  border-color: rgba(37, 63, 246, 0.16);
  box-shadow: 0 34px 110px rgba(19, 19, 21, 0.1);
}

.automotive-page .fb-case-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--lime), rgba(116, 152, 253, 0.8), var(--lime));
}

.automotive-page .fb-case-card::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 32px;
  width: min(330px, 38%);
  height: 92px;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 50%, rgba(202, 239, 86, 0.88) 0 6px, transparent 7px),
    radial-gradient(circle at 35% 50%, rgba(116, 152, 253, 0.78) 0 6px, transparent 7px),
    radial-gradient(circle at 63% 50%, rgba(255, 255, 255, 0.82) 0 5px, transparent 6px),
    radial-gradient(circle at 92% 50%, rgba(202, 239, 86, 0.78) 0 6px, transparent 7px),
    linear-gradient(90deg, transparent 0 8%, rgba(202, 239, 86, 0.42) 8% 35%, rgba(116, 152, 253, 0.34) 35% 63%, rgba(202, 239, 86, 0.38) 63% 92%, transparent 92% 100%),
    repeating-linear-gradient(0deg, rgba(37, 63, 246, 0.08) 0 1px, transparent 1px 20px);
  opacity: 0.68;
}

.automotive-page .fb-case-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 9px 12px;
  color: var(--black-sky);
  background: rgba(202, 239, 86, 0.86);
  border-radius: 999px;
}

.automotive-page .fb-case-card h3,
.automotive-page .fb-case-card dl {
  position: relative;
  z-index: 1;
}

.automotive-page .fb-case-card dl {
  border-color: rgba(37, 63, 246, 0.12);
  background: rgba(37, 63, 246, 0.12);
}

.automotive-page .fb-case-card dl div {
  position: relative;
  background:
    linear-gradient(90deg, rgba(202, 239, 86, 0.1), transparent 22%),
    rgba(255, 255, 255, 0.9);
}

.automotive-page .fb-case-card dl div::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--lime), rgba(116, 152, 253, 0.74));
}

.automotive-page .fb-intelligence-shelf article {
  position: relative;
  min-height: 302px;
}

.automotive-page .fb-intelligence-shelf article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(202, 239, 86, 0.82), rgba(116, 152, 253, 0.82));
}

.automotive-page .fb-intelligence-shelf em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(202, 239, 86, 0.2);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.automotive-page .fb-intelligence-shelf h3 {
  margin-top: 44px;
}

.automotive-page .fb-intelligence-shelf p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
}

.automotive-page .fb-tech-layout {
  gap: 1px;
  background: rgba(19, 19, 21, 0.12);
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 0 26px 90px rgba(19, 19, 21, 0.1);
}

.automotive-page .fb-tech-layout article {
  min-height: 430px;
  padding: clamp(30px, 3vw, 38px);
  border: 1px solid rgba(116, 152, 253, 0.22);
  border-radius: 0;
}

.automotive-page .fb-tech-layout article:first-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(116, 152, 253, 0.2), transparent 34%),
    linear-gradient(135deg, #10131d, #06080f 82%);
}

.automotive-page .fb-tech-layout article:last-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.98), rgba(8, 13, 46, 0.98) 82%);
}

.automotive-page .fb-tech-layout article > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.automotive-page .fb-tech-layout h3 {
  margin-top: 56px;
  font-size: clamp(1.95rem, 3vw, 3.15rem);
}

.automotive-page .fb-tech-layout li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.automotive-page .fb-related-map a {
  position: relative;
  min-height: 218px;
  isolation: isolate;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.automotive-page .fb-related-map a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.7), rgba(202, 239, 86, 0.72));
  opacity: 0.76;
}

.automotive-page .fb-related-map a::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(37, 63, 246, 0.36);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(37, 63, 246, 0.055);
}

.automotive-page .fb-related-map a:nth-child(4) {
  order: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(116, 152, 253, 0.18), transparent 30%),
    var(--white);
}

.automotive-page .fb-related-map a:nth-child(5) {
  order: 2;
  background:
    radial-gradient(circle at 82% 18%, rgba(202, 239, 86, 0.18), transparent 30%),
    var(--white);
}

.automotive-page .fb-related-map a:nth-child(1) {
  order: 3;
}

.automotive-page .fb-related-map a:nth-child(2) {
  order: 4;
}

.automotive-page .fb-related-map a:nth-child(3) {
  order: 5;
}

.automotive-page .fb-related-map a:nth-child(3)::after {
  display: none;
}

.automotive-page .fb-related-map span {
  display: block;
  max-width: 190px;
  color: var(--flight-blue);
  font-size: clamp(1.06rem, 1.22vw, 1.26rem);
  line-height: 1.1;
}

.automotive-page .fb-related-map strong {
  margin-top: 68px;
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.24;
}

.automotive-page .fb-related-map a:nth-child(4) span,
.automotive-page .fb-related-map a:nth-child(5) span {
  color: var(--black-sky);
}

.automotive-page .fb-related-map a:nth-child(4)::before,
.automotive-page .fb-related-map a:nth-child(5)::before {
  border-color: rgba(202, 239, 86, 0.72);
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(202, 239, 86, 0.12);
}

.automotive-page .fb-related-map a:hover,
.automotive-page .fb-related-map a:focus-visible {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.12);
  outline: 0;
}

.automotive-page .fb-related-map a:hover::before,
.automotive-page .fb-related-map a:focus-visible::before {
  border-color: rgba(202, 239, 86, 0.86);
  box-shadow:
    0 0 0 7px rgba(202, 239, 86, 0.14),
    0 0 28px rgba(37, 63, 246, 0.16);
}

.automotive-page .fb-related-map a:hover::after,
.automotive-page .fb-related-map a:focus-visible::after {
  opacity: 1;
}

.automotive-page .fb-final-cta::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 14%, rgba(202, 239, 86, 0.08) 14% 14.4%, transparent 14.4% 38%, rgba(116, 152, 253, 0.08) 38% 38.4%, transparent 38.4% 62%, rgba(202, 239, 86, 0.09) 62% 62.4%, transparent 62.4% 100%),
    linear-gradient(120deg, rgba(37, 63, 246, 0.22), transparent 58%);
  background-size: 72px 72px, 72px 72px, 100% 100%, auto;
}

@media (max-width: 1120px) {
  .automotive-page .fb-briefing-layout,
  .automotive-page .fb-section-heading,
  .automotive-page .fb-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .automotive-page .fb-cover {
    padding-bottom: 38px;
  }

  .automotive-page .fb-cover::after {
    right: 0;
    bottom: 10vh;
    width: 100%;
    height: 48vh;
    opacity: 0.34;
    transform: none;
  }

  .automotive-page .fb-thesis h1 {
    font-size: clamp(2.55rem, 10.8vw, 3.85rem);
  }

  .automotive-page .fb-pressure-rail ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    border-top: 0;
  }

  .automotive-page .fb-pressure-rail li {
    grid-template-columns: 24px 1fr;
    gap: 8px;
    min-height: 74px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .automotive-page .fb-pressure-rail li > span {
    width: 22px;
    height: 22px;
    font-size: 0.54rem;
  }

  .automotive-page .fb-pressure-rail strong {
    font-size: 0.78rem;
  }

  .automotive-page .fb-pressure-rail em {
    display: none;
  }

  .automotive-page .fb-overview-section,
  .automotive-page .fb-solution-section,
  .automotive-page .fb-proof-section,
  .automotive-page .fb-case-section,
  .automotive-page .fb-tech-section,
  .automotive-page .fb-related-section {
    padding: 54px 0;
  }

  .automotive-page .fb-pressure-section,
  .automotive-page .fb-intelligence-section,
  .automotive-page .fb-final-cta {
    padding: 58px 0;
  }

  .automotive-page .fb-overview-grid article {
    min-height: 0;
  }

  .automotive-page .fb-pressure-row {
    min-width: 720px;
  }

  .automotive-page .fb-model-step {
    min-height: 214px;
  }

  .automotive-page .fb-proof-gallery {
    padding: 8px;
  }

  .automotive-page .fb-proof-photo,
  .automotive-page .fb-proof-photo-large {
    min-height: 260px;
  }

  .automotive-page .fb-tech-layout article {
    min-height: 0;
  }

  .automotive-page .fb-related-map a::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(37, 63, 246, 0.72), rgba(202, 239, 86, 0.7));
  }
}

.aerospace-page .fb-cover-glow {
  background:
    linear-gradient(132deg, rgba(116, 152, 253, 0.46) 0%, transparent 34%),
    linear-gradient(45deg, rgba(37, 63, 246, 0.26) 0%, transparent 34%),
    linear-gradient(108deg, #06080e 0%, var(--black-sky) 54%, #0b0e19 100%);
}

.aerospace-page .fb-cover-grid {
  background-size: 82px 82px;
}

.aerospace-page .fb-cover {
  min-height: 90vh;
  padding-bottom: clamp(48px, 6vw, 78px);
}

.aerospace-page .fb-cover-glow {
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(116, 152, 253, 0.1) 10% 10.35%, transparent 10.35% 24%, rgba(255, 255, 255, 0.06) 24% 24.35%, transparent 24.35% 100%),
    linear-gradient(132deg, rgba(116, 152, 253, 0.46) 0%, transparent 34%),
    linear-gradient(45deg, rgba(37, 63, 246, 0.26) 0%, transparent 34%),
    linear-gradient(108deg, #06080e 0%, var(--black-sky) 54%, #0b0e19 100%);
}

.aerospace-page .fb-cover::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: 8vh;
  z-index: -1;
  width: min(980px, 64vw);
  height: min(520px, 38vw);
  border: 1px solid rgba(116, 152, 253, 0.22);
  background:
    radial-gradient(circle at 10% 50%, rgba(116, 152, 253, 0.76) 0 5px, transparent 6px),
    radial-gradient(circle at 28% 42%, rgba(255, 255, 255, 0.82) 0 4px, transparent 5px),
    radial-gradient(circle at 45% 58%, rgba(116, 152, 253, 0.68) 0 5px, transparent 6px),
    radial-gradient(circle at 62% 43%, rgba(255, 255, 255, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 54%, rgba(116, 152, 253, 0.7) 0 5px, transparent 6px),
    radial-gradient(circle at 94% 46%, rgba(202, 239, 86, 0.78) 0 7px, transparent 8px),
    linear-gradient(90deg, transparent 0 10%, rgba(116, 152, 253, 0.38) 10.2% 28%, rgba(255, 255, 255, 0.26) 28% 45%, rgba(116, 152, 253, 0.3) 45% 62%, rgba(255, 255, 255, 0.22) 62% 78%, rgba(202, 239, 86, 0.34) 78% 94%, transparent 94%),
    linear-gradient(0deg, transparent 0 24%, rgba(116, 152, 253, 0.18) 24.2% 24.7%, transparent 25% 100%),
    linear-gradient(0deg, transparent 0 76%, rgba(116, 152, 253, 0.14) 76.2% 76.6%, transparent 77% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 68px),
    linear-gradient(90deg, rgba(37, 63, 246, 0.12), transparent 52%);
  opacity: 0.6;
  transform: rotate(-5deg) skewX(-5deg);
}

.aerospace-page .fb-briefing-layout {
  grid-template-columns: 0.46fr 1.08fr 0.88fr;
  gap: clamp(30px, 5vw, 78px);
}

.aerospace-page .fb-thesis h1 {
  max-width: 800px;
  font-size: clamp(3.1rem, 5.15vw, 5.95rem);
}

.aerospace-page .fb-executive-brief {
  position: relative;
}

.aerospace-page .fb-executive-brief::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: min(300px, 78%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.76), rgba(202, 239, 86, 0.5));
  opacity: 0.82;
}

.aerospace-page .fb-pressure-rail li:nth-child(1) > span,
.aerospace-page .fb-pressure-rail li:nth-child(2) > span,
.aerospace-page .fb-pressure-rail li:nth-child(5) > span {
  color: var(--white);
  background: var(--flight-blue);
}

.aerospace-page .fb-pressure-rail li:nth-child(3) > span,
.aerospace-page .fb-pressure-rail li:nth-child(4) > span,
.aerospace-page .fb-pressure-rail li:nth-child(6) > span {
  background: var(--lime);
}

.aerospace-page .fb-overview-section,
.aerospace-page .fb-solution-section,
.aerospace-page .fb-proof-section,
.aerospace-page .fb-case-section,
.aerospace-page .fb-tech-section,
.aerospace-page .fb-related-section {
  padding: clamp(66px, 7vw, 106px) 0;
}

.aerospace-page .fb-pressure-section,
.aerospace-page .fb-intelligence-section,
.aerospace-page .fb-final-cta {
  padding: clamp(76px, 8vw, 116px) 0;
}

.aerospace-page .fb-section-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 62px);
  align-items: start;
}

.aerospace-page .fb-section-heading h2 {
  max-width: 930px;
  font-size: clamp(2.25rem, 4.35vw, 4.8rem);
}

.aerospace-page .fb-overview-grid,
.aerospace-page .fb-solution-model,
.aerospace-page .fb-intelligence-shelf,
.aerospace-page .fb-tech-layout,
.aerospace-page .fb-related-map {
  margin-top: clamp(34px, 4.6vw, 50px);
}

.aerospace-page .fb-overview-grid article {
  min-height: 248px;
  padding: clamp(28px, 2.8vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98)),
    radial-gradient(circle at 92% 8%, rgba(116, 152, 253, 0.14), transparent 36%);
  border-top: 3px solid rgba(116, 152, 253, 0.82);
}

.aerospace-page .fb-overview-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--black-sky);
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
  letter-spacing: 0.02em;
}

.aerospace-page .fb-overview-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--flight-blue);
  border-radius: 999px;
}

.aerospace-page .fb-overview-grid p {
  margin-top: clamp(28px, 3vw, 38px);
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.56;
}

.aerospace-page .fb-overview-grid article:nth-child(2) {
  border-top-color: rgba(255, 255, 255, 0.82);
}

.aerospace-page .fb-overview-grid article:nth-child(3) {
  border-top-color: var(--lime);
}

.aerospace-page .fb-pressure-matrix {
  margin-top: clamp(34px, 4.4vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(116, 152, 253, 0.04));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.aerospace-page .fb-pressure-row {
  min-height: 92px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.038);
}

.aerospace-page .fb-pressure-row span:first-child {
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
}

.aerospace-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(2),
.aerospace-page .fb-pressure-row:not(.fb-pressure-head) span:nth-child(3) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 1rem);
  line-height: 1.46;
}

.aerospace-page .fb-pressure-head {
  min-height: 58px;
}

.aerospace-page .fb-pressure-head span,
.aerospace-page .fb-pressure-head span:first-child {
  color: #e7ff8b;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.aerospace-page .fb-solution-model {
  margin-top: clamp(38px, 4.8vw, 54px);
  background:
    linear-gradient(90deg, rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(19, 19, 21, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 14%, rgba(116, 152, 253, 0.08) 14% 14.45%, transparent 14.45% 38%, rgba(255, 255, 255, 0.18) 38% 38.35%, transparent 38.35% 62%, rgba(116, 152, 253, 0.08) 62% 62.45%, transparent 62.45% 82%, rgba(202, 239, 86, 0.08) 82% 82.45%, transparent 82.45% 100%),
    linear-gradient(135deg, rgba(116, 152, 253, 0.1), transparent 38%),
    var(--soft-grey);
  background-size: 58px 58px, 58px 58px, 100% 100%, auto, auto;
}

.aerospace-page .fb-model-center {
  background:
    linear-gradient(90deg, rgba(116, 152, 253, 0.12), transparent 54%),
    var(--black-sky);
}

.aerospace-page .fb-step-3 {
  border-color: rgba(202, 239, 86, 0.42);
  box-shadow: inset 0 0 0 1px rgba(202, 239, 86, 0.16);
}

.aerospace-page .fb-model-step {
  position: relative;
  min-height: 246px;
  padding: clamp(24px, 2.5vw, 30px);
}

.aerospace-page .fb-model-step span {
  display: block;
  color: rgba(19, 19, 21, 0.18);
  font-family: var(--font-primary);
  font-size: clamp(2.85rem, 4.6vw, 5.1rem);
  font-weight: 620;
  line-height: 0.78;
  text-transform: none;
}

.aerospace-page .fb-step-3 span {
  color: rgba(202, 239, 86, 0.78);
  text-shadow: 0 0 20px rgba(202, 239, 86, 0.22);
}

.aerospace-page .fb-model-step strong {
  margin-top: clamp(42px, 5vw, 62px);
}

.aerospace-page .fb-model-step p {
  color: rgba(19, 19, 21, 0.72);
  font-size: 0.98rem;
  line-height: 1.48;
}

.aerospace-page .fb-proof-section {
  padding-top: clamp(58px, 6vw, 90px);
  padding-bottom: clamp(58px, 6vw, 90px);
  background:
    radial-gradient(circle at 86% 12%, rgba(116, 152, 253, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(37, 63, 246, 0.055) 0 18%, transparent 18% 100%),
    var(--soft-grey);
}

.aerospace-page .fb-proof-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4.2vw, 58px);
  align-items: stretch;
}

.aerospace-page .fb-proof-copy {
  align-self: center;
  min-width: 0;
}

.aerospace-page .fb-proof-copy h2 {
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
  font-size: clamp(2.15rem, 3.9vw, 4.35rem);
}

.aerospace-page .fb-proof-copy p:not(.eyebrow) {
  max-width: 100%;
  font-size: clamp(1.02rem, 1.16vw, 1.16rem);
  line-height: 1.56;
}

.aerospace-page .fb-proof-notes {
  counter-reset: aerospaceProof;
  position: relative;
  padding-top: 14px;
}

.aerospace-page .fb-proof-notes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.72), rgba(255, 255, 255, 0.42), rgba(202, 239, 86, 0.62));
  opacity: 0.74;
}

.aerospace-page .fb-proof-notes span {
  position: relative;
  min-height: 38px;
  padding-left: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.95));
  border-color: rgba(37, 63, 246, 0.16);
  box-shadow: 0 12px 34px rgba(19, 19, 21, 0.06);
}

.aerospace-page .fb-proof-notes span::before {
  counter-increment: aerospaceProof;
  content: counter(aerospaceProof, decimal-leading-zero);
  position: absolute;
  left: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--white);
  background: var(--flight-blue);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 900;
}

.aerospace-page .fb-proof-gallery {
  position: relative;
  gap: 10px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.08), transparent 32%),
    rgba(19, 19, 21, 0.08);
  border: 1px solid rgba(37, 63, 246, 0.14);
  box-shadow: 0 34px 100px rgba(19, 19, 21, 0.16);
  overflow: hidden;
}

.aerospace-page .fb-proof-gallery::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 13%, rgba(116, 152, 253, 0.32) 13% 13.35%, transparent 13.35% 34%, rgba(255, 255, 255, 0.24) 34% 34.35%, transparent 34.35% 55%, rgba(116, 152, 253, 0.28) 55% 55.35%, transparent 55.35% 76%, rgba(202, 239, 86, 0.32) 76% 76.35%, transparent 76.35% 100%),
    radial-gradient(circle at 13% 30%, rgba(116, 152, 253, 0.74) 0 5px, transparent 6px),
    radial-gradient(circle at 34% 62%, rgba(255, 255, 255, 0.72) 0 4px, transparent 5px),
    radial-gradient(circle at 55% 34%, rgba(116, 152, 253, 0.74) 0 5px, transparent 6px),
    radial-gradient(circle at 76% 62%, rgba(202, 239, 86, 0.72) 0 5px, transparent 6px);
  opacity: 0.78;
}

.aerospace-page .fb-proof-gallery::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: min(310px, 42%);
  height: 88px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(90deg, rgba(116, 152, 253, 0.18) 0 1px, transparent 1px 68px);
  opacity: 0.66;
}

.aerospace-page .fb-proof-photo {
  position: relative;
  z-index: 0;
  min-height: 260px;
  border-radius: 0;
}

.aerospace-page .fb-proof-photo-large {
  min-height: 532px;
}

.aerospace-page .fb-proof-photo img {
  filter: grayscale(0.32) saturate(0.82) contrast(1.1) brightness(0.74);
}

.aerospace-page .fb-proof-photo figcaption {
  z-index: 2;
  font-size: 0.95rem;
}

.aerospace-page .fb-proof-photo figcaption span {
  color: #e7ff8b;
  font-size: 0.78rem;
}

.aerospace-page .fb-case-section {
  background:
    radial-gradient(circle at 78% 22%, rgba(116, 152, 253, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.aerospace-page .fb-case-layout {
  align-items: stretch;
}

.aerospace-page .fb-case-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
  background:
    linear-gradient(90deg, rgba(37, 63, 246, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(37, 63, 246, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
  background-size: 54px 54px, 54px 54px, auto;
  border-color: rgba(37, 63, 246, 0.16);
  box-shadow: 0 34px 110px rgba(19, 19, 21, 0.1);
}

.aerospace-page .fb-case-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.9), rgba(255, 255, 255, 0.7), var(--lime));
}

.aerospace-page .fb-case-card::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 32px;
  width: min(330px, 38%);
  height: 92px;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 50%, rgba(116, 152, 253, 0.88) 0 6px, transparent 7px),
    radial-gradient(circle at 35% 50%, rgba(255, 255, 255, 0.84) 0 5px, transparent 6px),
    radial-gradient(circle at 63% 50%, rgba(116, 152, 253, 0.78) 0 6px, transparent 7px),
    radial-gradient(circle at 92% 50%, rgba(202, 239, 86, 0.78) 0 6px, transparent 7px),
    linear-gradient(90deg, transparent 0 8%, rgba(116, 152, 253, 0.42) 8% 35%, rgba(255, 255, 255, 0.28) 35% 63%, rgba(202, 239, 86, 0.38) 63% 92%, transparent 92% 100%),
    repeating-linear-gradient(0deg, rgba(37, 63, 246, 0.08) 0 1px, transparent 1px 20px);
  opacity: 0.66;
}

.aerospace-page .fb-case-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(37, 63, 246, 0.84);
  border-radius: 999px;
}

.aerospace-page .fb-case-card h3,
.aerospace-page .fb-case-card dl {
  position: relative;
  z-index: 1;
}

.aerospace-page .fb-case-card dl {
  border-color: rgba(37, 63, 246, 0.12);
  background: rgba(37, 63, 246, 0.12);
}

.aerospace-page .fb-case-card dl div {
  position: relative;
  background:
    linear-gradient(90deg, rgba(116, 152, 253, 0.1), transparent 22%),
    rgba(255, 255, 255, 0.9);
}

.aerospace-page .fb-case-card dl div::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(116, 152, 253, 0.9), var(--lime));
}

.aerospace-page .fb-intelligence-shelf article {
  position: relative;
  min-height: 302px;
}

.aerospace-page .fb-intelligence-shelf article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.82), rgba(255, 255, 255, 0.46), var(--lime));
}

.aerospace-page .fb-intelligence-shelf em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  color: var(--white);
  background: var(--flight-blue);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(116, 152, 253, 0.18);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.aerospace-page .fb-intelligence-shelf h3 {
  margin-top: 44px;
}

.aerospace-page .fb-intelligence-shelf p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
}

.aerospace-page .fb-tech-layout {
  gap: 1px;
  background: rgba(19, 19, 21, 0.12);
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 0 26px 90px rgba(19, 19, 21, 0.1);
}

.aerospace-page .fb-tech-layout article {
  min-height: 430px;
  padding: clamp(30px, 3vw, 38px);
  border: 1px solid rgba(116, 152, 253, 0.22);
  border-radius: 0;
}

.aerospace-page .fb-tech-layout article:first-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(116, 152, 253, 0.2), transparent 34%),
    linear-gradient(135deg, #10131d, #06080f 82%);
}

.aerospace-page .fb-tech-layout article:last-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.98), rgba(8, 13, 46, 0.98) 82%);
}

.aerospace-page .fb-tech-layout article > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.aerospace-page .fb-tech-layout h3 {
  margin-top: 56px;
  font-size: clamp(1.95rem, 3vw, 3.15rem);
}

.aerospace-page .fb-tech-layout li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.aerospace-page .fb-related-map a {
  position: relative;
  min-height: 218px;
  isolation: isolate;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.aerospace-page .fb-related-map a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.7), rgba(202, 239, 86, 0.72));
  opacity: 0.76;
}

.aerospace-page .fb-related-map a::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(37, 63, 246, 0.36);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(37, 63, 246, 0.055);
}

.aerospace-page .fb-related-map a:nth-child(4) {
  order: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(116, 152, 253, 0.18), transparent 30%),
    var(--white);
}

.aerospace-page .fb-related-map a:nth-child(5) {
  order: 2;
  background:
    radial-gradient(circle at 82% 18%, rgba(202, 239, 86, 0.18), transparent 30%),
    var(--white);
}

.aerospace-page .fb-related-map a:nth-child(1) {
  order: 3;
}

.aerospace-page .fb-related-map a:nth-child(2) {
  order: 4;
}

.aerospace-page .fb-related-map a:nth-child(3) {
  order: 5;
}

.aerospace-page .fb-related-map a:nth-child(3)::after {
  display: none;
}

.aerospace-page .fb-related-map span {
  display: block;
  max-width: 190px;
  color: var(--flight-blue);
  font-size: clamp(1.06rem, 1.22vw, 1.26rem);
  line-height: 1.1;
}

.aerospace-page .fb-related-map strong {
  margin-top: 68px;
  color: rgba(19, 19, 21, 0.72);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.24;
}

.aerospace-page .fb-related-map a:nth-child(4) span,
.aerospace-page .fb-related-map a:nth-child(5) span {
  color: var(--black-sky);
}

.aerospace-page .fb-related-map a:nth-child(4)::before,
.aerospace-page .fb-related-map a:nth-child(5)::before {
  border-color: rgba(202, 239, 86, 0.72);
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(202, 239, 86, 0.12);
}

.aerospace-page .fb-related-map a:hover,
.aerospace-page .fb-related-map a:focus-visible {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.12);
  outline: 0;
}

.aerospace-page .fb-related-map a:hover::before,
.aerospace-page .fb-related-map a:focus-visible::before {
  border-color: rgba(202, 239, 86, 0.86);
  box-shadow:
    0 0 0 7px rgba(202, 239, 86, 0.14),
    0 0 28px rgba(37, 63, 246, 0.16);
}

.aerospace-page .fb-related-map a:hover::after,
.aerospace-page .fb-related-map a:focus-visible::after {
  opacity: 1;
}

.aerospace-page .fb-final-cta::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 14%, rgba(116, 152, 253, 0.08) 14% 14.4%, transparent 14.4% 38%, rgba(255, 255, 255, 0.06) 38% 38.4%, transparent 38.4% 62%, rgba(202, 239, 86, 0.09) 62% 62.4%, transparent 62.4% 100%),
    linear-gradient(120deg, rgba(37, 63, 246, 0.22), transparent 58%);
  background-size: 72px 72px, 72px 72px, 100% 100%, auto;
}

@media (max-width: 1120px) {
  .aerospace-page .fb-briefing-layout,
  .aerospace-page .fb-section-heading,
  .aerospace-page .fb-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .aerospace-page .fb-cover {
    padding-bottom: 38px;
  }

  .aerospace-page .fb-cover::after {
    right: -50vw;
    bottom: 10vh;
    width: 128vw;
    height: 52vh;
    opacity: 0.34;
  }

  .aerospace-page .fb-thesis h1 {
    font-size: clamp(2.55rem, 10.8vw, 3.85rem);
  }

  .aerospace-page .fb-pressure-rail ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    border-top: 0;
  }

  .aerospace-page .fb-pressure-rail li {
    grid-template-columns: 24px 1fr;
    gap: 8px;
    min-height: 74px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .aerospace-page .fb-pressure-rail li > span {
    width: 22px;
    height: 22px;
    font-size: 0.54rem;
  }

  .aerospace-page .fb-pressure-rail strong {
    font-size: 0.78rem;
  }

  .aerospace-page .fb-pressure-rail em {
    display: none;
  }

  .aerospace-page .fb-overview-section,
  .aerospace-page .fb-solution-section,
  .aerospace-page .fb-proof-section,
  .aerospace-page .fb-case-section,
  .aerospace-page .fb-tech-section,
  .aerospace-page .fb-related-section {
    padding: 54px 0;
  }

  .aerospace-page .fb-pressure-section,
  .aerospace-page .fb-intelligence-section,
  .aerospace-page .fb-final-cta {
    padding: 58px 0;
  }

  .aerospace-page .fb-overview-grid article {
    min-height: 0;
  }

  .aerospace-page .fb-pressure-row {
    min-width: 720px;
  }

  .aerospace-page .fb-model-step {
    min-height: 214px;
  }

  .aerospace-page .fb-proof-gallery {
    padding: 8px;
  }

  .aerospace-page .fb-proof-photo,
  .aerospace-page .fb-proof-photo-large {
    min-height: 260px;
  }

  .aerospace-page .fb-tech-layout article {
    min-height: 0;
  }

  .aerospace-page .fb-related-map a::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(37, 63, 246, 0.72), rgba(202, 239, 86, 0.7));
  }
}
