:root {
  --fbo-bg: #07111f;
  --fbo-panel: rgba(255, 255, 255, .068);
  --fbo-panel-strong: rgba(255, 255, 255, .105);
  --fbo-line: rgba(255, 255, 255, .14);
  --fbo-line-strong: rgba(101, 212, 255, .34);
  --fbo-text: #eef6ff;
  --fbo-muted: #9fb1c7;
  --fbo-soft: #cfe1f5;
  --fbo-blue: #30a7ff;
  --fbo-blue-2: #1264d8;
  --fbo-cyan: #65d4ff;
  --fbo-green: #61e3a6;
  --fbo-accent: #65d4ff;
  --fbo-accent-2: #30a7ff;
  --fbo-deep: #1264d8;
  --fbo-shadow: 0 26px 90px rgba(0, 0, 0, .34);
  --fbo-radius: 30px;
  --fbo-max: 1200px
}

.fbo-page {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 0%, rgba(48, 167, 255, .23), transparent 34%), radial-gradient(circle at 82% 8%, rgba(48, 167, 255, .12), transparent 30%), radial-gradient(circle at 50% 42%, rgba(101, 212, 255, .055), transparent 24%), linear-gradient(180deg, #06101d 0%, #08182b 38%, #07111f 100%)
}

.fbo-page * {
  box-sizing: border-box
}

.fbo-container {
  width: min(var(--fbo-max), calc(100% - 40px));
  margin: 0 auto
}

.fbo-section {
  position: relative;
  padding: 92px 0;
  isolation: isolate
}

.fbo-section-tight {
  padding: 62px 0
}

.fbo-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent 80%);
  opacity: .38
}

.fbo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(101, 212, 255, .24);
  background: rgba(48, 167, 255, .1);
  color: #bceaff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px
}

.fbo-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fbo-green);
  box-shadow: 0 0 0 6px rgba(97, 227, 166, .12)
}

.fbo-hero {
  position: relative;
  min-height: 760px;
  padding: 86px 0 70px;
  display: flex;
  align-items: center;
  overflow: hidden
}

.fbo-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 31, .94) 0%, rgba(7, 17, 31, .62) 56%, rgba(7, 17, 31, .94) 100%), radial-gradient(circle at 72% 18%, rgba(48, 167, 255, .19), transparent 38%);
  z-index: 0
}

.fbo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center
}

.fbo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #92a8bf;
  font-size: 13px;
  margin-bottom: 22px
}

.fbo-breadcrumb a {
  color: #bfe6ff
}

.fbo-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: .98;
  letter-spacing: -2.8px
}

.fbo-gradient {
  background: linear-gradient(90deg, #fff, #a6e2ff 55%, #67b7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.fbo-lead {
  max-width: 730px;
  margin: 0 0 30px;
  color: #c4d4e7;
  font-size: 18px;
  line-height: 1.75
}

.fbo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 32px
}

.fbo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, var(--fbo-blue), var(--fbo-blue-2));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 48px rgba(18, 100, 216, .3);
  transition: .25s ease
}

.fbo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 64px rgba(48, 167, 255, .38)
}

.fbo-btn.fbo-secondary {
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
  color: var(--fbo-soft)
}

.fbo-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px
}

.fbo-proof {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
  border-radius: 22px;
  overflow: hidden
}

.fbo-proof:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(101, 212, 255, .14), transparent 42%);
  pointer-events: none
}

.fbo-proof b, .fbo-proof span {
  position: relative;
  z-index: 1
}

.fbo-proof b {
  display: block;
  font-size: 19px;
  margin-bottom: 4px
}

.fbo-proof span {
  display: block;
  color: var(--fbo-muted);
  font-size: 13px;
  line-height: 1.45
}

.fbo-hero-visual {
  position: relative;
  border-radius: 38px;
  padding: 1px;
  background: linear-gradient(145deg, rgba(101, 212, 255, .42), rgba(255, 255, 255, .08), rgba(48, 167, 255, .24));
  box-shadow: var(--fbo-shadow);
  overflow: hidden
}

.fbo-ops-screen {
  min-height: 590px;
  border-radius: 37px;
  padding: 24px;
  background: radial-gradient(circle at 70% 12%, rgba(48, 167, 255, .28), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045)), #081423;
  position: relative;
  overflow: hidden
}

.fbo-ops-screen:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .05) 42%, transparent 64%);
  transform: translateX(-70%);
  animation: fbo-shine 8s ease-in-out infinite;
  pointer-events: none
}

@keyframes fbo-shine {
  0%, 40% {
    transform: translateX(-80%);
    opacity: 0
  }
  52% {
    opacity: 1
  }
  72%, 100% {
    transform: translateX(80%);
    opacity: 0
  }
}

.fbo-window {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(2, 9, 18, .52);
  border-radius: 26px;
  padding: 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .25)
}

.fbo-window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px
}

.fbo-dots {
  display: flex;
  gap: 7px
}

.fbo-dots i {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .25)
}

.fbo-window-title {
  color: #cfe6ff;
  font-size: 13px;
  font-weight: 900
}

.fbo-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px
}

.fbo-kpi {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .105);
  background: rgba(255, 255, 255, .055)
}

.fbo-kpi span {
  display: block;
  color: #8ea5be;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px
}

.fbo-kpi b {
  display: block;
  font-size: 17px
}

.fbo-kpi small {
  display: block;
  color: #9eeec2;
  font-size: 11px;
  margin-top: 4px
}

.fbo-chart {
  height: 190px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(160deg, rgba(48, 167, 255, .35), rgba(97, 227, 166, .12)), repeating-linear-gradient(to right, rgba(255, 255, 255, .045) 0 1px, transparent 1px 38px);
  position: relative;
  overflow: hidden;
  margin-bottom: 14px
}

.fbo-chart:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32%;
  height: 3px;
  transform: skewY(-8deg);
  background: linear-gradient(90deg, transparent, #fff, transparent);
  opacity: .72
}

.fbo-flow-mini {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  gap: 8px;
  align-items: center
}

.fbo-flow-node {
  min-height: 76px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .105)
}

.fbo-flow-node b {
  display: block;
  font-size: 13px;
  margin-bottom: 5px
}

.fbo-flow-node span {
  color: #9fb1c7;
  font-size: 11px;
  line-height: 1.4;
  display: block
}

.fbo-flow-arrow {
  color: #77d9ff;
  text-align: center;
  font-size: 24px;
  font-weight: 900
}

.fbo-float {
  position: absolute;
  z-index: 3;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28)
}

.fbo-float.one {
  right: 18px;
  bottom: 34px;
  width: 234px
}

.fbo-float.two {
  left: 22px;
  bottom: 148px;
  width: 220px
}

.fbo-float strong {
  display: block;
  margin-bottom: 7px
}

.fbo-float span {
  display: block;
  color: #c2d1e2;
  font-size: 13px;
  line-height: 1.45
}

.fbo-section-head {
  max-width: 980px;
  margin-bottom: 38px
}

.fbo-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.fbo-section-head h2 {
  margin: 0 0 18px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -1.7px
}

.fbo-section-head p {
  margin: 0;
  color: #c2d2e5;
  line-height: 1.78;
  font-size: 16px
}

.fbo-alert-board {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
  align-items: stretch
}

.fbo-alert-main {
  position: sticky;
  top: 104px;
  min-height: 600px;
  padding: 34px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 20% 0%, rgba(48, 167, 255, .13), transparent 34%), radial-gradient(circle at 88% 12%, rgba(101, 212, 255, .14), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .04));
  box-shadow: var(--fbo-shadow);
  overflow: hidden
}

.fbo-alert-main h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -1.6px
}

.fbo-alert-main p {
  color: #b9c8da;
  line-height: 1.75;
  margin: 0 0 22px
}

.fbo-risk-meter {
  margin-top: 26px;
  display: grid;
  gap: 14px
}

.fbo-meter-row {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1)
}

.fbo-meter-row b {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 10px
}

.fbo-meter-bar {
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .09);
  overflow: hidden
}

.fbo-meter-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fbo-blue-2), var(--fbo-blue), var(--fbo-cyan))
}

.fbo-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px
}

.fbo-pain-card {
  position: relative;
  min-height: 222px;
  padding: 23px;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .038));
  box-shadow: 0 18px 70px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: .28s ease
}

.fbo-pain-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(48, 167, 255, .10), transparent 34%), radial-gradient(circle at 100% 0%, rgba(101, 212, 255, .10), transparent 30%);
  opacity: 0;
  transition: .28s ease;
  pointer-events: none
}

.fbo-pain-card:hover {
  transform: translateY(-5px) rotateX(1deg);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .3)
}

.fbo-pain-card:hover:before {
  opacity: 1
}

.fbo-pain-num {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(48, 167, 255, .12);
  color: #c8eeff;
  border: 1px solid rgba(101, 212, 255, .22);
  font-weight: 950;
  margin-bottom: 16px
}

.fbo-pain-card h3, .fbo-pain-card p, .fbo-pain-card ul {
  position: relative;
  z-index: 1
}

.fbo-pain-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2
}

.fbo-pain-card p {
  margin: 0;
  color: #b4c4d8;
  line-height: 1.65;
  font-size: 14.5px
}

.fbo-pain-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #99adc4;
  line-height: 1.6;
  font-size: 13.5px
}

.fbo-excel-section {
  background: radial-gradient(circle at 10% 10%, rgba(48, 167, 255, .08), transparent 30%), radial-gradient(circle at 88% 0%, rgba(48, 167, 255, .14), transparent 32%)
}

.fbo-before-after {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 18px;
  align-items: center
}

.fbo-ba-card {
  position: relative;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: 0 22px 80px rgba(0, 0, 0, .22);
  overflow: hidden
}

.fbo-ba-card.bad {
  border-color: rgba(101, 212, 255, .20)
}

.fbo-ba-card.good {
  border-color: rgba(97, 227, 166, .22)
}

.fbo-ba-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase
}

.fbo-ba-card.bad .fbo-ba-label {
  background: rgba(48, 167, 255, .13);
  border: 1px solid rgba(101, 212, 255, .24)
}

.fbo-ba-card.good .fbo-ba-label {
  background: rgba(97, 227, 166, .12);
  border: 1px solid rgba(97, 227, 166, .22);
  color: #dfffee
}

.fbo-ba-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  letter-spacing: -.8px
}

.fbo-ba-list {
  display: grid;
  gap: 12px;
  margin-top: 20px
}

.fbo-ba-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 11px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .095)
}

.fbo-ba-item i {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 900
}

.bad .fbo-ba-item i {
  color: #c8eeff;
  background: rgba(48, 167, 255, .10)
}

.good .fbo-ba-item i {
  color: #dfffee;
  background: rgba(97, 227, 166, .1)
}

.fbo-ba-item b {
  display: block;
  font-size: 14px;
  margin-bottom: 4px
}

.fbo-ba-item span {
  display: block;
  color: #a9bbcf;
  font-size: 13px;
  line-height: 1.45
}

.fbo-ba-arrow {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(101, 212, 255, .22);
  background: rgba(48, 167, 255, .09);
  color: #bceaff;
  font-size: 30px;
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(48, 167, 255, .12)
}

.fbo-image-band {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  margin-top: 26px
}

.fbo-image-card {
  position: relative;
  min-height: 330px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(48, 167, 255, .12), rgba(255, 255, 255, .045)), rgba(255, 255, 255, .035);
  overflow: hidden;
  box-shadow: 0 22px 80px rgba(0, 0, 0, .24);
  margin: 15px 0;
}

.fbo-image-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  opacity: .88;
  filter: saturate(1.1) contrast(1.05);
  transition: .45s ease
}

.fbo-image-card:hover img {
  opacity: .9;
  transform: scale(1.04)
}

.fbo-image-overlay {
  position: absolute;
  inset: auto 22px 22px 22px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .13)
}

.fbo-image-overlay b {
  display: block;
  font-size: 19px;
  margin-bottom: 8px
}

.fbo-image-overlay span {
  display: block;
  color: #b5c6da;
  line-height: 1.55;
  font-size: 14px
}

.fbo-capability-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 24px;
  align-items: start
}

.fbo-sticky-note {
  position: sticky;
  top: 104px;
  padding: 32px;
  border-radius: 34px;
  border: 1px solid rgba(101, 212, 255, .18);
  background: radial-gradient(circle at 10% 0%, rgba(101, 212, 255, .17), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .04));
  box-shadow: var(--fbo-shadow)
}

.fbo-sticky-note h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.2px
}

.fbo-sticky-note p {
  color: #b9c8da;
  line-height: 1.72;
  margin: 0 0 20px
}

.fbo-cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

.fbo-cap-card {
  position: relative;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: 0 20px 70px rgba(0, 0, 0, .19);
  overflow: hidden;
  transition: .28s ease
}

.fbo-cap-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 0%, rgba(101, 212, 255, .15), transparent 36%), linear-gradient(135deg, rgba(48, 167, 255, .1), transparent 42%);
  opacity: 0;
  transition: .28s ease;
  pointer-events: none
}

.fbo-cap-card:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .3);
  box-shadow: 0 30px 95px rgba(0, 0, 0, .3)
}

.fbo-cap-card:hover:before {
  opacity: 1
}

.fbo-cap-head, .fbo-cap-card p, .fbo-cap-card ul, .fbo-tags {
  position: relative;
  z-index: 1
}

.fbo-cap-head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px
}

.fbo-cap-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(48, 167, 255, .12);
  border: 1px solid rgba(101, 212, 255, .2);
  color: #bceaff;
  font-size: 21px;
  font-weight: 900
}

.fbo-cap-head h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18
}

.fbo-cap-head small {
  display: block;
  margin-top: 5px;
  color: #86d5ff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900
}

.fbo-cap-card p {
  margin: 0;
  color: #b8c8da;
  line-height: 1.65
}

.fbo-cap-card ul {
  margin: 15px 0 0;
  padding-left: 18px;
  color: #9fb1c7;
  line-height: 1.65;
  font-size: 14px
}

.fbo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px
}

.fbo-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(48, 167, 255, .085);
  border: 1px solid rgba(101, 212, 255, .18);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 800
}

.fbo-scenario-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.fbo-scenario {
  position: relative;
  min-height: 270px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  overflow: hidden;
  transition: .28s ease
}

.fbo-scenario:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28)
}

.fbo-scenario img {
  width: 100%;
  height: 125px;
  border-radius: 20px;
  object-fit: cover;
  background: rgba(255, 255, 255, .045);
  opacity: .52;
  margin-bottom: 16px;
  transition: .35s ease
}

.fbo-scenario:hover img {
  opacity: .42;
  transform: scale(1.02)
}

.fbo-scenario h3 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 1.2
}

.fbo-scenario p {
  margin: 0;
  color: #aebfd2;
  line-height: 1.58;
  font-size: 14px
}

.fbo-architecture {
  position: relative;
  padding: 34px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 50% 0%, rgba(48, 167, 255, .16), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: var(--fbo-shadow);
  overflow: hidden
}

.fbo-arch-map {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 30px
}

.fbo-arch-col {
  display: grid;
  gap: 12px
}

.fbo-arch-box {
  padding: 17px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  transition: .25s ease
}

.fbo-arch-box:hover {
  transform: translateX(4px);
  border-color: rgba(101, 212, 255, .3);
  background: rgba(48, 167, 255, .075)
}

.fbo-arch-box b {
  display: block;
  margin-bottom: 6px
}

.fbo-arch-box span {
  display: block;
  color: #9fb1c7;
  line-height: 1.45;
  font-size: 13px
}

.fbo-arch-core {
  min-height: 420px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(101, 212, 255, .28);
  background: radial-gradient(circle at 50% 0%, rgba(101, 212, 255, .22), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .045));
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  overflow: hidden
}

.fbo-core-ring {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(101, 212, 255, .34);
  background: rgba(48, 167, 255, .09);
  box-shadow: 0 0 0 36px rgba(48, 167, 255, .035), 0 0 0 72px rgba(255, 255, 255, .018), 0 22px 80px rgba(48, 167, 255, .16)
}

.fbo-core-ring b {
  display: block;
  font-size: 24px;
  margin-bottom: 8px
}

.fbo-core-ring span {
  color: #b5c6da;
  line-height: 1.5;
  font-size: 14px;
  display: block;
  padding: 0 26px
}

.fbo-roadmap {
  display: grid;
  gap: 22px;
  counter-reset: phase
}

.fbo-roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 22px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  box-shadow: 0 18px 70px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: .28s ease
}

.fbo-roadmap-item:hover {
  transform: translateY(-4px);
  border-color: rgba(101, 212, 255, .28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .3)
}

.fbo-road-left {
  padding: 22px;
  border-radius: 23px;
  background: rgba(48, 167, 255, .08);
  border: 1px solid rgba(101, 212, 255, .16)
}

.fbo-road-left:before {
  counter-increment: phase;
  content: "Phase " counter(phase);
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .2);
  color: #bceaff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px
}

.fbo-road-left h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14
}

.fbo-road-right p {
  margin: 0 0 15px;
  color: #b9c8da;
  line-height: 1.7
}

.fbo-road-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.fbo-road-list span {
  padding: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .095);
  color: #cfe1f5;
  font-size: 13px;
  font-weight: 800
}

.fbo-audit-wall {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch
}

.fbo-audit-panel, .fbo-permission-card {
  padding: 32px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: var(--fbo-shadow)
}

.fbo-audit-panel {
  background: radial-gradient(circle at 20% 0%, rgba(101, 212, 255, .16), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .04))
}

.fbo-permission-card {
  background: radial-gradient(circle at 80% 0%, rgba(48, 167, 255, .12), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .04))
}

.fbo-audit-panel h2 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.4px
}

.fbo-audit-panel p {
  margin: 0;
  color: #b9c8da;
  line-height: 1.72
}

.fbo-audit-log {
  display: grid;
  gap: 12px;
  margin-top: 22px
}

.fbo-log-line {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(2, 9, 18, .42);
  border: 1px solid rgba(255, 255, 255, .1)
}

.fbo-log-line time {
  color: #86d5ff;
  font-size: 12px;
  font-weight: 900
}

.fbo-log-line b {
  font-size: 14px
}

.fbo-log-line span {
  color: #9fb1c7;
  font-size: 12px
}

.fbo-permission-grid {
  display: grid;
  gap: 12px;
  margin-top: 20px
}

.fbo-permission-row {
  display: grid;
  grid-template-columns: 1fr repeat(4, 55px);
  gap: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .095)
}

.fbo-permission-row b {
  font-size: 13px
}

.fbo-permission-row i {
  width: 56px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(48, 167, 255, .085);
  color: #bceaff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900
}

.fbo-questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.fbo-question {
  padding: 23px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  transition: .25s ease
}

.fbo-question:hover {
  transform: translateY(-4px);
  border-color: rgba(101, 212, 255, .26);
  background: rgba(255, 255, 255, .078)
}

.fbo-question b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px
}

.fbo-question span {
  display: block;
  color: #aebfd2;
  line-height: 1.62;
  font-size: 14px
}

.fbo-cta {
  padding: 1px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(101, 212, 255, .42), rgba(255, 255, 255, .09), rgba(18, 100, 216, .34));
  box-shadow: var(--fbo-shadow)
}

.fbo-cta-inner {
  border-radius: 37px;
  padding: 50px;
  background: radial-gradient(circle at 82% 10%, rgba(48, 167, 255, .25), transparent 34%), rgba(255, 255, 255, .065);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center
}

.fbo-cta h2 {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -1.4px
}

.fbo-cta p {
  margin: 0;
  max-width: 760px;
  color: #bfd0e2;
  line-height: 1.7
}

@media (max-width: 1080px) {
  .fbo-scenario-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .fbo-arch-map {
    grid-template-columns: 1fr
  }

  .fbo-core-ring {
    width: 220px;
    height: 220px
  }
}

@media (max-width: 980px) {
  .fbo-hero-grid, .fbo-alert-board, .fbo-before-after, .fbo-capability-layout, .fbo-audit-wall, .fbo-image-band {
    grid-template-columns: 1fr
  }

  .fbo-alert-main, .fbo-sticky-note {
    position: relative;
    top: auto
  }

  .fbo-ba-arrow {
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .fbo-roadmap-item {
    grid-template-columns: 1fr
  }

  .fbo-road-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .fbo-cta-inner {
    grid-template-columns: 1fr
  }
}

@media (max-width: 720px) {
  .fbo-container {
    width: min(100% -28px, var(--fbo-max))
  }

  .fbo-section {
    padding: 62px 0
  }

  .fbo-hero {
    min-height: auto;
    padding: 50px 0 58px
  }

  .fbo-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -1.4px;
    line-height: 1.04
  }

  .fbo-lead {
    font-size: 15.5px;
    line-height: 1.68
  }

  .fbo-actions {
    display: grid;
    grid-template-columns: 1fr
  }

  .fbo-btn {
    width: 100%
  }

  .fbo-proof-row, .fbo-pain-grid, .fbo-cap-grid, .fbo-scenario-strip, .fbo-questions, .fbo-kpi-grid, .fbo-mini-matrix {
    grid-template-columns: 1fr
  }

  .fbo-ops-screen {
    min-height: auto;
    padding: 18px
  }

  .fbo-flow-mini {
    grid-template-columns: 1fr
  }

  .fbo-flow-arrow {
    transform: rotate(90deg)
  }

  .fbo-float {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin-top: 12px
  }

  .fbo-alert-main, .fbo-ba-card, .fbo-sticky-note, .fbo-architecture, .fbo-audit-panel, .fbo-permission-card, .fbo-cta-inner {
    padding: 24px;
    border-radius: 26px
  }

  .fbo-alert-main h2, .fbo-sticky-note h2, .fbo-audit-panel h2, .fbo-cta h2 {
    font-size: 30px;
    letter-spacing: -.8px
  }

  .fbo-road-list {
    grid-template-columns: 1fr
  }

  .fbo-log-line {
    grid-template-columns: 1fr
  }

  .fbo-permission-row {
    grid-template-columns: 1fr repeat(4, 36px)
  }

  .fbo-image-card, .fbo-image-card img {
    min-height: 260px
  }

  .fbo-section-head h2 {
    font-size: clamp(27px, 8vw, 36px);
    letter-spacing: -.9px
  }
}

.fbo-eyebrow, .fbo-ba-label, .fbo-tags span, .fbo-mini-matrix span, .fbo-road-list span {
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
  justify-self: start;
  flex: none
}

.fbo-mini-matrix, .fbo-road-list {
  align-items: start
}

.fbo-meter-bar i {
  background: linear-gradient(90deg, var(--fbo-blue-2), var(--fbo-blue), var(--fbo-cyan))
}

.fbo-pain-num {
  background: rgba(48, 167, 255, .12);
  color: #c8eeff;
  border-color: rgba(101, 212, 255, .22)
}

.fbo-meter-row p {
  margin: 0;
  color: #aebfd2;
  font-size: 13.5px;
  line-height: 1.6
}

.fbo-alert-main {
  display: flex;
  flex-direction: column
}

.fbo-risk-meter {
  margin-top: auto
}

.fbo-capability-layout {
  align-items: stretch
}

.fbo-sticky-note {
  height: 100%;
  display: flex;
  flex-direction: column
}

.fbo-mini-matrix {
  margin-top: auto
}

.fbo-question {
  min-height: 150px
}

.fbo-audit-wall {
  align-items: stretch
}

.fbo-audit-panel, .fbo-permission-card {
  height: 100%
}

.fbo-ba-card {
  height: 100%
}

.fbo-scenario {
  display: flex;
  flex-direction: column
}

.fbo-scenario p {
  margin-top: auto
}

.fbo-hero-grid {
  align-items: stretch;
}

.fbo-hero-visual {
  height: 100%;
}

.fbo-ops-screen-clean {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.fbo-control-window {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fbo-control-head {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: radial-gradient(circle at top right, rgba(48, 167, 255, .16), transparent 38%),
  rgba(255, 255, 255, .045);
}

.fbo-control-head small {
  display: block;
  margin-bottom: 7px;
  color: #83d7ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fbo-control-head b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.fbo-control-head span {
  display: block;
  color: #afc1d2;
  font-size: 13px;
  line-height: 1.65;
}

.fbo-kpi-grid-clean {
  margin-bottom: 0;
}

.fbo-hero-flow-stack {
  display: grid;
  gap: 12px;
}

.fbo-hero-flow-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .06),
      rgba(255, 255, 255, .035)
  );
}

.fbo-hero-flow-item em {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  color: #dff6ff;
  background: rgba(48, 167, 255, .13);
  border: 1px solid rgba(101, 212, 255, .18);
}

.fbo-hero-flow-item b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.fbo-hero-flow-item span {
  display: block;
  color: #aebfd2;
  font-size: 13px;
  line-height: 1.55;
}

.fbo-hero-insights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
}

.fbo-hero-insights > div {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .045);
}

.fbo-hero-insights b {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.35;
}

.fbo-hero-insights span {
  display: block;
  color: #afc1d2;
  font-size: 12.8px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .fbo-hero-flow-item {
    grid-template-columns: 1fr;
  }
}

.fbo-meter-row b {
  display: block;
  margin-bottom: 6px;
}

.fbo-meter-row small {
  display: block;
  margin-bottom: 10px;

  color: #7ecfff;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}


.fbo-capability-principles small {
  display: block;
  margin-bottom: 7px;
  color: #83d7ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fbo-capability-principles b {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.4;
}

.fbo-capability-principles span {
  display: block;
  color: #aebfd2;
  font-size: 13px;
  line-height: 1.65;
}

.fbo-capability-aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.fbo-capability-aside h2 {
  margin: 0;
}

.fbo-capability-aside p {
  margin: 0;
  color: #b9c8da;
  line-height: 1.72;
}

.fbo-module-path {
  display: grid;
  gap: 12px;
}

.fbo-module-path > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 13px;
  row-gap: 4px;

  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .06),
      rgba(255, 255, 255, .035)
  );
}

.fbo-module-path em {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-style: normal;
  color: #dff6ff;
  background: rgba(48, 167, 255, .13);
  border: 1px solid rgba(101, 212, 255, .20);
  font-size: 12px;
  font-weight: 950;
}

.fbo-module-path b {
  display: block;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.35;
}

.fbo-module-path span {
  display: block;
  color: #aebfd2;
  font-size: 13px;
  line-height: 1.6;
}

.fbo-aside-summary {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(101, 212, 255, .16);
  background: radial-gradient(circle at top right, rgba(48, 167, 255, .13), transparent 40%),
  rgba(255, 255, 255, .045);
}

.fbo-aside-summary b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16.5px;
  line-height: 1.35;
}

.fbo-aside-summary span {
  display: block;
  color: #b8c9dc;
  font-size: 13.5px;
  line-height: 1.7;
}

.fbo-capability-visual {
  position: relative;
  margin: 0;
  min-height: 550px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  background: #07111f;
}

.fbo-capability-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .72;
  filter: saturate(.92) contrast(1.04);
  transition: .35s ease;
}

.fbo-capability-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(4, 10, 18, .08) 0%,
      rgba(4, 10, 18, .28) 46%,
      rgba(4, 10, 18, .92) 100%
  );
}

.fbo-capability-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(5, 12, 22, .58);
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.fbo-capability-visual b {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.fbo-capability-visual span {
  display: block;
  color: #c7d9ea;
  font-size: 13px;
  line-height: 1.55;
}

.fbo-capability-visual:hover img {
  transform: scale(1.04);
  opacity: .84;
}
