/* BeaconFire Forward-Deployed Engineering page. */

.elementor-widget-beaconfire-fde-page,
.elementor-widget-beaconfire-fde-page > .elementor-widget-container { width: 100%; }
.elementor-widget-beaconfire-fde-page > .elementor-widget-container { padding: 0; }
.elementor-element-fde1a01 { position: relative; z-index: 2 !important; }

.bf-fde-page,
.bf-fde-page *,
.bf-fde-page *::before,
.bf-fde-page *::after { box-sizing: border-box; }

.bf-fde-page {
  --bf-black: #050505;
  --bf-ink: #161616;
  --bf-muted: #626262;
  --bf-line: #dedede;
  --bf-soft: #f5f5f3;
  --bf-shell: 1680px;
  --bf-gutter: clamp(40px, 6.25vw, 120px);
  color: var(--bf-ink);
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  z-index: 2;
  background: #fff;
}

/* The site footer is a fixed Elementor template. Keep the page-owned canvas
 * above it. The page canvas starts with the same legacy Elementor header the
 * old Welcome page uses, so the global scroll-sticky header stays enabled. */
body:has(.bf-fde-page) .elementor-location-footer { z-index: 0 !important; }

.bf-fde-site-header {
  position: relative;
  z-index: 5;
  min-height: 80px;
  box-sizing: border-box;
  background: #050505;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
}
.bf-fde-site-header__inner {
  display: flex;
  width: 100%;
  min-height: 80px;
  margin: 0 auto;
  padding: 0 clamp(40px, 5vw, 96px);
  align-items: center;
  gap: 34px;
}
.bf-fde-site-header__brand {
  display: inline-flex;
  flex: 0 0 180px;
  align-items: center;
}
.bf-fde-site-header__brand img {
  display: block;
  width: 178px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.bf-fde-site-header__nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.35vw, 28px);
}
.bf-fde-site-header__nav a {
  position: relative;
  display: inline-flex;
  min-height: 80px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.bf-fde-site-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .2s ease, transform .2s ease;
}
.bf-fde-site-header__nav a:hover::after,
.bf-fde-site-header__nav a.is-current::after { opacity: 1; transform: scaleX(1); }
.bf-fde-site-header__search {
  display: flex;
  flex: 0 0 208px;
  height: 40px;
  padding: 0 13px;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
}
.bf-fde-site-header__search input {
  width: 100%;
  min-width: 0;
  padding: 3px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 13px;
}
.bf-fde-site-header__search input::placeholder { color: #999; }
.bf-fde-site-header__search button {
  display: grid;
  width: 28px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.bf-fde__shell { width: min(100%, var(--bf-shell)); margin-inline: auto; padding-inline: var(--bf-gutter); }
.bf-fde__button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 17px; padding: 11px 28px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; line-height: 1.2; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.bf-fde__button:hover { transform: translateY(-2px); }
.bf-fde__button--light { background: #fff; color: #050505; }
.bf-fde__button--light:hover { border-color: #fff; background: transparent; color: #fff; }
.bf-fde__button svg { width: 20px; height: 20px; }

.bf-fde-hero { position: relative; min-height: 400px; overflow: hidden; background: var(--bf-black); color: #fff; }
.bf-fde-hero::before { position: absolute; top: -190px; right: -120px; width: 520px; height: 520px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 50%; content: ""; }
.bf-fde-hero::after { position: absolute; right: 18%; bottom: -290px; width: 420px; height: 420px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; }
.bf-fde-hero__shell { position: relative; z-index: 1; display: grid; min-height: 400px; padding-top: 54px; padding-bottom: 54px; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); align-items: center; gap: clamp(60px, 8vw, 140px); }
.bf-fde-hero__copy { max-width: 880px; }
.bf-fde-hero h1 { max-width: none; margin: 0; color: #fff; font-size: clamp(42px, 3.45vw, 56px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.bf-fde-hero h1 em { color: #aaa; font-style: normal; }
.bf-fde-hero__intro { max-width: 760px; margin: 26px 0 0; color: #fff; font-size: 21px; letter-spacing: -.02em; line-height: 1.3; }
.bf-fde-hero__note { max-width: 800px; margin: 16px 0 0; color: #c8c8c8; font-size: 15px; line-height: 1.6; }
.bf-fde-hero__visual { position: relative; min-height: 300px; overflow: hidden; border: 1px solid rgb(255 255 255 / 15%); background: #071321; isolation: isolate; }
.bf-fde-hero__image,
.bf-fde-hero__image-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.bf-fde-hero__image { display: block; object-fit: cover; opacity: .72; }
.bf-fde-hero__image-wash { z-index: 1; background: linear-gradient(110deg, rgb(5 5 5 / 88%) 0%, rgb(5 5 5 / 38%) 52%, rgb(5 5 5 / 8%) 100%); }
.bf-fde-hero__signal { position: relative; min-height: 260px; padding: 26px 28px 32px; border: 1px solid rgb(255 255 255 / 28%); background: rgb(255 255 255 / 3%); }
.bf-fde-hero__visual .bf-fde-hero__signal { z-index: 2; margin: 20px; backdrop-filter: blur(4px); }
.bf-fde-hero__signal-label { margin-bottom: 26px; color: #9e9e9e; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.bf-fde-hero__signal-line { display: grid; grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr); align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid rgb(255 255 255 / 22%); color: #a8a8a8; font-size: 13px; }
.bf-fde-hero__signal-line strong { color: #fff; font-size: 16px; font-weight: 400; text-align: right; }
.bf-fde-hero__signal-line i { position: relative; display: block; height: 1px; background: #fff; }
.bf-fde-hero__signal-line i::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-radius: 50%; background: #fff; content: ""; }
.bf-fde-hero__signal-mark { position: absolute; right: 24px; bottom: 20px; display: flex; align-items: end; gap: 6px; }
.bf-fde-hero__signal-mark span { display: block; width: 8px; background: #fff; }
.bf-fde-hero__signal-mark span:nth-child(1) { height: 13px; opacity: .35; }
.bf-fde-hero__signal-mark span:nth-child(2) { height: 22px; opacity: .65; }
.bf-fde-hero__signal-mark span:nth-child(3) { height: 34px; }

.bf-fde-section { overflow: hidden; }
.bf-fde-two-col { display: grid; padding-top: 132px; padding-bottom: 142px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(64px, 10vw, 150px); }
.bf-fde-section__heading h2,
.bf-fde-centered-heading h2,
.bf-fde-scenes__heading h2,
.bf-fde-cta h2 { margin: 0; color: #080808; font-size: clamp(38px, 4.6vw, 64px); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; }
.bf-fde-section__heading h2 { max-width: 11ch; }
/* Elementor resets widget figure margins with high specificity; keep the intended gap. */
.bf-fde-why__media { max-width: 330px; margin: 54px 0 0 !important; }
.bf-fde-why__media img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 2px; }
.bf-fde-why__media figcaption,
.bf-fde-scenes__media figcaption { margin-top: 12px; color: #777; font-size: 11px; letter-spacing: .04em; line-height: 1.4; }
.bf-fde-section__body { padding-top: 58px; }
.bf-fde-why__subheading { max-width: 620px; margin: 0 0 22px; color: #080808; font-size: clamp(24px, 2vw, 30px); font-weight: 500; letter-spacing: -.03em; line-height: 1.25; }
.bf-fde-section__body > p { max-width: 620px; margin: 0; color: #333; font-size: 20px; line-height: 1.65; }
.bf-fde-why { background: #fff; }

.bf-fde-workflow { background: var(--bf-soft); }
.bf-fde-workflow .bf-fde__shell,
.bf-fde-comparison .bf-fde__shell,
.bf-fde-cooperation .bf-fde__shell { padding-top: 132px; padding-bottom: 142px; }
.bf-fde-centered-heading { max-width: 1100px; margin: 0 auto; text-align: center; }
.bf-fde-centered-heading__lede { max-width: none; margin: 22px auto 0; color: #6c6c6c; font-size: 15px; line-height: 1.6; }
.bf-fde-workflow-list { max-width: 1030px; margin: 84px auto 0; padding: 0; border-top: 1px solid #cfcfcd; list-style: none; }
.bf-fde-workflow-list li { display: grid; grid-template-columns: 58px minmax(0, 1fr) 34px; align-items: start; gap: 26px; padding: 28px 16px 28px 0; border-bottom: 1px solid #cfcfcd; transition: background-color .2s ease, padding-inline .2s ease; }
.bf-fde-workflow-list li:hover { padding-inline: 20px; background: #fff; }
.bf-fde-workflow-list li > span { padding-top: 6px; color: #7b7b7b; font-size: 13px; font-weight: 600; }
.bf-fde-workflow-list h3 { margin: 0; font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.bf-fde-workflow-list p { max-width: 720px; margin: 9px 0 0; color: #676767; font-size: 16px; line-height: 1.55; }
.bf-fde-workflow-list b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #bebebc; border-radius: 50%; color: #111; font-size: 17px; font-weight: 400; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.bf-fde-workflow-list li:hover b { background: #000; color: #fff; transform: translate(3px, -3px); }

.bf-fde-comparison { background: #fff; }
.bf-fde-centered-heading--wide { max-width: 1000px; }
.bf-fde-comparison-grid { display: grid; margin-top: 78px; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; }
.bf-fde-comparison-grid article { min-height: 322px; padding: 26px 25px 28px; border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; }
.bf-fde-comparison-grid article > span { color: #7b7b7b; font-size: 12px; }
.bf-fde-comparison-grid h3 { margin: 62px 0 0; font-size: 22px; font-weight: 500; line-height: 1.15; }
.bf-fde-comparison-grid p { margin: 15px 0 0; color: #666; font-size: 14px; line-height: 1.6; }
.bf-fde-comparison-grid article.is-highlight { background: #050505; color: #fff; }
.bf-fde-comparison-grid article.is-highlight > span { color: #aaa; }
.bf-fde-comparison-grid article.is-highlight p { color: #bebebe; }
.bf-fde-comparison-grid article.is-highlight strong { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; font-size: 13px; font-weight: 500; text-transform: uppercase; }
.bf-fde-comparison-grid article.is-highlight strong i { font-size: 17px; font-style: normal; }

.bf-fde-scenes { background: #050505; color: #fff; }
.bf-fde-scenes .bf-fde__shell { display: grid; padding-top: 132px; padding-bottom: 142px; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(70px, 11vw, 170px); }
.bf-fde-scenes__heading h2 { max-width: 12ch; color: #fff; }
.bf-fde-scenes__media { max-width: 410px; margin: 58px 0 0 !important; }
.bf-fde-scenes__media img { display: block; width: 100%; aspect-ratio: 1.9; object-fit: cover; border: 1px solid rgb(255 255 255 / 18%); }
.bf-fde-scenes__media figcaption { color: #8c8c8c; }
.bf-fde-scenes-list { margin: 0; padding: 0; list-style: none; }
.bf-fde-scenes-list li { display: grid; min-height: 66px; padding: 18px 0; grid-template-columns: 44px minmax(0, 1fr) 24px; align-items: center; gap: 20px; border-bottom: 1px solid rgb(255 255 255 / 24%); transition: padding-inline .2s ease, background-color .2s ease; }
.bf-fde-scenes-list li:first-child { border-top: 1px solid rgb(255 255 255 / 24%); }
.bf-fde-scenes-list li:hover { padding-inline: 14px; background: #121212; }
.bf-fde-scenes-list span { color: #999; font-size: 12px; }
.bf-fde-scenes-list strong { font-size: 17px; font-weight: 400; }
.bf-fde-scenes-list i { color: #fff; font-size: 18px; font-style: normal; }

.bf-fde-cooperation { background: #fff; }
.bf-fde-cooperation-grid { display: grid; margin-top: 82px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid #d5d5d5; }
.bf-fde-cooperation-grid article { min-height: 260px; padding: 26px 32px 30px 0; border-bottom: 1px solid #d5d5d5; }
.bf-fde-cooperation-grid article + article { padding-left: 32px; border-left: 1px solid #d5d5d5; }
.bf-fde-cooperation-grid span { color: #7b7b7b; font-size: 12px; }
.bf-fde-cooperation-grid h3 { margin: 54px 0 0; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
.bf-fde-cooperation-grid p { max-width: 300px; margin: 14px 0 0; color: #686868; font-size: 15px; line-height: 1.6; }

.bf-fde-cta { min-height: 468px; overflow: hidden; background: #050505; color: #fff; }
.bf-fde-cta__shell { position: relative; display: flex; min-height: 468px; padding-top: 88px; padding-bottom: 88px; align-items: center; }
.bf-fde-cta__copy { position: relative; z-index: 1; max-width: 820px; }
.bf-fde-cta .bf-fde__eyebrow { color: #999; }
.bf-fde-cta h2 { max-width: 13ch; color: #fff; font-size: clamp(40px, 5vw, 70px); }
.bf-fde-cta__copy > p:not(.bf-fde__eyebrow) { max-width: 640px; margin: 23px 0 0; color: #c1c1c1; font-size: 17px; line-height: 1.6; }
.bf-fde-cta__copy .bf-fde__button { margin-top: 30px; }
.bf-fde-cta__mark { position: absolute; top: 26px; right: var(--bf-gutter); color: rgb(255 255 255 / 18%); font-size: clamp(72px, 13vw, 180px); font-weight: 700; letter-spacing: -.1em; line-height: 1; }
.bf-fde-cta__mark span { color: rgb(255 255 255 / 40%); }

@media (max-width: 900px) {
  .bf-fde-site-header__inner { padding-inline: 24px; gap: 20px; }
  .bf-fde-site-header__nav { gap: 14px; }
  .bf-fde-site-header__nav a { font-size: 12px; }
  .bf-fde-site-header__search { flex-basis: 130px; }
  .bf-fde-hero__shell,
  .bf-fde-two-col,
  .bf-fde-scenes .bf-fde__shell { grid-template-columns: 1fr; gap: 64px; }
  .bf-fde-hero__shell { padding-top: 105px; }
  .bf-fde-hero__visual { max-width: 600px; min-height: 0; }
  .bf-fde-hero__signal { min-height: 0; }
  .bf-fde-section__body { padding-top: 0; }
  .bf-fde-section__heading h2,
  .bf-fde-scenes__heading h2 { max-width: 14ch; }
  .bf-fde-why__media { max-width: 520px; margin-top: 34px !important; }
  .bf-fde-comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .bf-fde-site-header { min-height: 68px; }
  .bf-fde-site-header__inner { min-height: 68px; padding: 0 18px; gap: 14px; overflow: hidden; }
  .bf-fde-site-header__brand { flex-basis: 112px; }
  .bf-fde-site-header__brand img { width: 108px; }
  .bf-fde-site-header__nav { justify-content: flex-start; gap: 20px; overflow-x: auto; scrollbar-width: none; }
  .bf-fde-site-header__nav::-webkit-scrollbar { display: none; }
  .bf-fde-site-header__nav a { min-height: 68px; font-size: 11px; }
  .bf-fde-site-header__nav a::after { bottom: 18px; }
  .bf-fde-site-header__search { display: none; }
  .bf-fde-hero { min-height: 760px; }
  .bf-fde-hero__shell { min-height: 760px; padding-top: 90px; padding-bottom: 72px; gap: 56px; }
  .bf-fde-hero h1 { font-size: clamp(47px, 15vw, 72px); }
  .bf-fde-hero__intro { margin-top: 34px; font-size: 23px; }
  .bf-fde-hero__note { font-size: 14px; }
  .bf-fde-hero__visual { min-height: 300px; }
  .bf-fde-hero__visual .bf-fde-hero__signal { margin: 12px; padding: 20px 18px 26px; }
  .bf-fde-centered-heading__lede { margin-top: 16px; font-size: 14px; }
  .bf-fde-scenes__media { margin-top: 32px !important; }
  .bf-fde-hero__signal { padding: 26px 22px 34px; }
  .bf-fde-hero__signal-label { margin-bottom: 38px; }
  .bf-fde-hero__signal-line { grid-template-columns: minmax(0, 1fr) 25px minmax(0, 1fr); gap: 9px; font-size: 12px; }
  .bf-fde-hero__signal-line strong { font-size: 15px; }
  .bf-fde-two-col,
  .bf-fde-workflow .bf-fde__shell,
  .bf-fde-comparison .bf-fde__shell,
  .bf-fde-cooperation .bf-fde__shell,
  .bf-fde-scenes .bf-fde__shell { padding-top: 82px; padding-bottom: 88px; }
  .bf-fde-section__heading h2,
  .bf-fde-centered-heading h2,
  .bf-fde-scenes__heading h2,
  .bf-fde-cta h2 { font-size: 38px; }
  .bf-fde-section__body > p { font-size: 17px; }
  .bf-fde-workflow-list { margin-top: 48px; }
  .bf-fde-workflow-list li { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; padding: 24px 0; }
  .bf-fde-workflow-list b { display: none; }
  .bf-fde-workflow-list h3 { font-size: 22px; }
  .bf-fde-workflow-list p { font-size: 14px; }
  .bf-fde-comparison-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .bf-fde-comparison-grid article { min-height: 245px; padding: 22px 20px; }
  .bf-fde-comparison-grid h3 { margin-top: 38px; font-size: 21px; }
  .bf-fde-scenes .bf-fde__shell { gap: 46px; }
  .bf-fde-scenes-list li { grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 10px; }
  .bf-fde-scenes-list strong { font-size: 14px; line-height: 1.35; }
  .bf-fde-cooperation-grid { display: block; margin-top: 48px; }
  .bf-fde-cooperation-grid article,
  .bf-fde-cooperation-grid article + article { min-height: 0; padding: 24px 0; border-left: 0; }
  .bf-fde-cooperation-grid h3 { margin-top: 32px; font-size: 22px; }
  .bf-fde-cooperation-grid p { font-size: 14px; }
  .bf-fde-cta, .bf-fde-cta__shell { min-height: 380px; }
  .bf-fde-cta__shell { padding-top: 70px; padding-bottom: 64px; align-items: flex-start; }
  .bf-fde-cta__copy > p:not(.bf-fde__eyebrow) { font-size: 14px; }
  .bf-fde-cta__mark { top: 22px; right: 22px; font-size: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  .bf-fde__button,
  .bf-fde-workflow-list li,
  .bf-fde-workflow-list b,
  .bf-fde-scenes-list li { transition: none; }
}

/* -------------------------------------------------------------------------
 * Legacy Elementor parity: FDE uses the same open spacing, rounded cards,
 * and dark CTA treatment as the Business Strategy / Welcome pages.
 * ------------------------------------------------------------------------- */
.bf-fde-page .bf-welcome-site-header {
  margin-bottom: -80px;
}

.bf-fde-page .bf-welcome-site-header__nav a {
  color: #fff;
}

.bf-fde-page .bf-fde-hero {
  min-height: 560px;
}

.bf-fde-page .bf-fde-hero__shell {
  min-height: 560px;
  padding-top: 132px;
  padding-bottom: 92px;
}

.bf-fde-page .bf-fde-hero__signal {
  border-radius: 14px;
  box-shadow: 0 20px 55px rgb(0 0 0 / 22%);
}

.bf-fde-page .bf-fde-section__heading h2,
.bf-fde-page .bf-fde-centered-heading h2,
.bf-fde-page .bf-fde-scenes__heading h2 {
  letter-spacing: -.035em;
}

.bf-fde-page .bf-fde-workflow-list {
  display: grid;
  margin-top: 62px;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  border-top: 0;
}

.bf-fde-page .bf-fde-workflow-list li,
.bf-fde-page .bf-fde-workflow-list li:hover {
  display: flex;
  min-height: 280px;
  padding: 24px 22px 26px;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 22px rgb(0 0 0 / 7%);
  transform: none;
}

.bf-fde-page .bf-fde-workflow-list li > span {
  padding-top: 0;
}

.bf-fde-page .bf-fde-workflow-list h3 {
  font-size: 23px;
}

.bf-fde-page .bf-fde-workflow-list p {
  font-size: 14px;
}

.bf-fde-page .bf-fde-workflow-list b {
  align-self: flex-end;
}

.bf-fde-page .bf-fde-comparison-grid {
  margin-top: 62px;
  gap: 16px;
  border: 0;
}

.bf-fde-page .bf-fde-comparison-grid article,
.bf-fde-page .bf-fde-comparison-grid article.is-highlight {
  min-height: 322px;
  border: 0;
  border-radius: 12px;
  background: #f7f7f7;
  box-shadow: 0 6px 22px rgb(0 0 0 / 7%);
}

.bf-fde-page .bf-fde-comparison-grid article.is-highlight {
  background: #050505;
}

.bf-fde-page .bf-fde-cooperation-grid {
  margin-top: 62px;
  gap: 16px;
  border-top: 0;
}

.bf-fde-page .bf-fde-cooperation-grid article,
.bf-fde-page .bf-fde-cooperation-grid article + article {
  min-height: 278px;
  padding: 26px 28px 30px;
  border: 0;
  border-radius: 12px;
  background: #f7f7f7;
  box-shadow: 0 6px 22px rgb(0 0 0 / 7%);
}

.bf-fde-page .bf-fde-cooperation-grid h3 {
  margin-top: 52px;
}

.bf-fde-page .bf-fde-legacy-cta {
  position: relative;
  isolation: isolate;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy {
  max-width: 760px;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy > p:not(.bf-welcome__eyebrow) {
  max-width: 700px;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy strong {
  font-weight: 700;
}

.bf-fde-page .bf-welcome-cta__scene,
.bf-fde-page .bf-fde-legacy-cta .responsive-spline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bf-fde-page .bf-welcome-cta__scene {
  z-index: 0;
  opacity: .8;
}

.bf-fde-page .bf-fde-legacy-cta .responsive-spline responsive-spline {
  display: block;
  width: 100%;
  height: 100%;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__logo {
  z-index: 3;
}

@media (max-width: 1100px) {
  .bf-fde-page .bf-fde-workflow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-fde-page .bf-welcome-site-header {
    margin-bottom: -65px;
  }

  .bf-fde-page .bf-fde-hero,
  .bf-fde-page .bf-fde-hero__shell {
    min-height: 720px;
  }

  .bf-fde-page .bf-fde-hero__shell {
    padding-top: 120px;
  }

  .bf-fde-page .bf-fde-workflow-list {
    display: block;
    margin-top: 48px;
  }

  .bf-fde-page .bf-fde-workflow-list li,
  .bf-fde-page .bf-fde-workflow-list li:hover {
    min-height: 0;
    margin-bottom: 12px;
  }

  .bf-fde-page .bf-fde-comparison-grid {
    display: block;
    margin-top: 48px;
  }

  .bf-fde-page .bf-fde-comparison-grid article,
  .bf-fde-page .bf-fde-comparison-grid article.is-highlight {
    min-height: 245px;
    margin-bottom: 12px;
  }

  .bf-fde-page .bf-fde-cooperation-grid {
    margin-top: 48px;
  }

  .bf-fde-page .bf-fde-cooperation-grid article,
  .bf-fde-page .bf-fde-cooperation-grid article + article {
    min-height: 0;
    margin-bottom: 12px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__shell {
    min-height: 300px;
  }
}

/* -------------------------------------------------------------------------
 * Legacy Welcome CTA parity: mirror the published Welcome Elementor footer
 * rather than the newer reusable CTA treatment above.
 * ------------------------------------------------------------------------- */
body:has(.bf-fde-page) .elementor-element-fde1a01 {
  padding: 0 !important;
}

.bf-fde-page .bf-fde-legacy-cta {
  width: 100%;
  min-height: 456px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__shell {
  display: flex;
  min-height: 456px;
  padding: 80px 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy {
  width: 100%;
  max-width: none;
  padding-top: 68px;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy h2 {
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 10px 0 10px 6.25%;
  background: rgb(255 255 255 / 10%);
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy > p:not(.bf-welcome__eyebrow) {
  width: min(840px, 80%);
  max-width: 840px;
  margin: 20px 0 0 6.25%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome__button {
  min-height: 46px;
  margin: 20px 0 0 6.25%;
  padding: 10px 24px;
  border: 0;
  border-radius: 40px;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome__button:hover,
.bf-fde-page .bf-fde-legacy-cta .bf-welcome__button:focus-visible {
  background: #fff;
  color: #000;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__logo {
  top: 80px;
  left: 120px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: none;
}

@media (max-width: 1024px) {
  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__logo {
    left: 20px;
  }
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__scene,
.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__scene .responsive-spline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 450px;
  pointer-events: none;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__scene responsive-spline {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .bf-fde-page .bf-fde-legacy-cta,
  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__shell {
    min-height: 300px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__shell {
    padding: 60px 0 40px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy {
    padding-top: 52px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy h2 {
    min-height: 48px;
    padding: 6px 30px;
    font-size: 20px;
    line-height: 36px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__copy > p:not(.bf-welcome__eyebrow) {
    width: auto;
    max-width: none;
    margin: 16px 30px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome__button {
    min-height: 32px;
    margin: 16px 0 0 30px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__logo {
    top: 18px;
    left: 40px;
    width: 32px;
    height: 32px;
  }

  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__scene,
  .bf-fde-page .bf-fde-legacy-cta .bf-welcome-cta__scene .responsive-spline {
    height: 300px;
  }
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome__button {
  margin-top: 34px;
  white-space: nowrap;
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome__arrow {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .bf-fde-page .bf-fde-legacy-cta .bf-welcome__button {
    margin-top: 16px;
  }
}

.bf-fde-page .bf-fde-legacy-cta .bf-welcome__arrow {
  margin-left: 10px;
}
