:root {
  color-scheme: dark;
  --fi-bg: #02060c;
  --fi-bg-2: #06101d;
  --fi-panel: #071422;
  --fi-panel-strong: #0a1728;
  --fi-panel-glass: rgba(25, 27, 31, 0.88);
  --fi-border: rgba(111, 153, 199, 0.24);
  --fi-border-strong: rgba(123, 174, 226, 0.35);
  --fi-text: #f6f8fb;
  --fi-muted: #a6adba;
  --fi-dim: #697486;
  --fi-orange: #ff7300;
  --fi-cream: #f4dfbd;
  --fi-blue: #86c8ff;
  --fi-radius: 28px;
  --fi-radius-lg: 38px;
  --fi-max: 1920px;
  --fi-font: "Neue Haas Grotesk Text", "Söhne", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body.fi-public-page {
  background: var(--fi-bg);
  color: var(--fi-text);
  font-family: var(--fi-font);
  overflow-x: hidden;
}

body.fi-public-page::selection {
  background: rgba(255, 115, 0, 0.35);
}

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

img,
svg {
  display: block;
}

.fi-page-grain {
  position: fixed;
  inset: 0;
  z-index: 30;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px),
    radial-gradient(circle at 75% 72%, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px);
  background-size: 5px 5px, 8px 8px;
  opacity: 0.22;
  pointer-events: none;
}

.fi-site-header {
  position: fixed;
  top: 30px;
  left: 34px;
  right: 34px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.fi-nav-cluster,
.fi-action-cluster {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: var(--fi-panel-glass);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  pointer-events: auto;
  backdrop-filter: blur(18px);
}

.fi-nav-cluster {
  gap: 30px;
  padding: 0 26px;
}

.fi-action-cluster {
  gap: 20px;
  padding: 8px;
}

.fi-brand,
.fi-primary-nav,
.fi-action-cluster a,
.fi-button {
  display: inline-flex;
  align-items: center;
}

.fi-brand {
  gap: 11px;
  font-size: 1.58rem;
  font-weight: 650;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.fi-brand-mark svg {
  width: 30px;
  height: 30px;
}

.fi-brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.fi-primary-nav {
  gap: 34px;
}

.fi-primary-nav a,
.fi-action-cluster a {
  color: rgba(246, 248, 251, 0.86);
  font-size: 0.96rem;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.fi-primary-nav span {
  margin-left: 8px;
  color: rgba(246, 248, 251, 0.7);
}

.fi-action-cluster > a:first-child {
  padding: 0 18px;
}

.fi-login-button {
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 9px;
  background: #f4f4f2;
  color: #101217 !important;
}

.fi-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 6, 12, 0.1) 0%, rgba(2, 6, 12, 0.2) 52%, #02060c 100%),
    radial-gradient(circle at 62% 44%, rgba(93, 129, 122, 0.52), transparent 18%),
    radial-gradient(circle at 82% 30%, rgba(154, 101, 51, 0.32), transparent 26%),
    linear-gradient(90deg, #010306 0%, #0a0c0b 26%, #1a1712 48%, #0b1114 78%, #010306 100%);
}

.fi-hero::before,
.fi-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fi-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.35) 32%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7) 92%);
  z-index: 2;
}

.fi-hero::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 92px, rgba(188, 162, 120, 0.2) 94px 112px, transparent 114px 220px),
    radial-gradient(ellipse at 20% 76%, rgba(20, 45, 29, 0.95) 0 18%, transparent 38%),
    radial-gradient(ellipse at 92% 78%, rgba(20, 46, 32, 0.95) 0 16%, transparent 36%);
  mix-blend-mode: screen;
  opacity: 0.35;
  z-index: 1;
}

.fi-hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fi-architecture {
  position: absolute;
  right: 9vw;
  bottom: 11vh;
  width: min(43vw, 760px);
  aspect-ratio: 1.12;
  overflow: hidden;
  border: 1px solid rgba(92, 151, 206, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 26%, rgba(255, 115, 0, 0.15), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(134, 200, 255, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(7, 20, 34, 0.95), rgba(2, 7, 13, 0.98)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 28px 70px rgba(0, 0, 0, 0.58);
}

.fi-architecture::before,
.fi-architecture::after,
.fi-architecture span {
  position: absolute;
  content: "";
}

.fi-architecture::before {
  inset: 18% 15% 27%;
  border: 1px solid rgba(134, 200, 255, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255, 115, 0, 0.25) 35% 35.4%, transparent 35.4% 100%),
    linear-gradient(32deg, transparent 0 55%, rgba(134, 200, 255, 0.32) 55% 55.35%, transparent 55.35% 100%);
  opacity: 0.8;
}

.fi-architecture::after {
  left: 11%;
  right: 11%;
  bottom: 12%;
  height: 16%;
  border: 1px solid rgba(134, 200, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 115, 0, 0.65) 0 18%, transparent 18% 25%, rgba(134, 200, 255, 0.42) 25% 48%, transparent 48% 56%, rgba(246, 248, 251, 0.26) 56% 82%, transparent 82%),
    rgba(4, 13, 23, 0.86);
}

.fi-architecture span:nth-child(1) {
  left: 10%;
  top: 14%;
  width: 48%;
  height: 24%;
  border: 1px solid rgba(134, 200, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(246, 248, 251, 0.85) 0 20%, transparent 20% 100%) 14% 30% / 38% 3px no-repeat,
    linear-gradient(90deg, rgba(166, 173, 186, 0.55) 0 100%) 14% 50% / 62% 2px no-repeat,
    linear-gradient(90deg, rgba(166, 173, 186, 0.34) 0 100%) 14% 68% / 48% 2px no-repeat,
    rgba(10, 23, 40, 0.92);
}

.fi-architecture span:nth-child(2) {
  right: 10%;
  top: 29%;
  width: 36%;
  height: 39%;
  border: 1px solid rgba(134, 200, 255, 0.16);
  border-radius: 24px;
  background:
    repeating-linear-gradient(0deg, transparent 0 23px, rgba(134, 200, 255, 0.13) 24px 25px),
    linear-gradient(180deg, rgba(16, 39, 62, 0.9), rgba(4, 12, 22, 0.95));
}

.fi-architecture span:nth-child(3) {
  left: 18%;
  bottom: 31%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fi-orange);
  box-shadow:
    160px -76px 0 -2px rgba(134, 200, 255, 0.9),
    250px 12px 0 -3px rgba(246, 248, 251, 0.72),
    320px -132px 0 -4px rgba(255, 115, 0, 0.75),
    0 0 32px rgba(255, 115, 0, 0.45);
}

.fi-hero-grid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 22vh;
  background:
    linear-gradient(180deg, transparent, rgba(2, 6, 12, 0.95)),
    repeating-linear-gradient(0deg, rgba(71, 104, 126, 0.18) 0 2px, transparent 2px 34px);
}

.fi-hero-copy {
  position: relative;
  z-index: 5;
  width: min(1280px, calc(100% - 72px));
  padding-top: clamp(210px, 25vh, 300px);
  margin-left: 36px;
}

.fi-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(3.45rem, 4.62vw, 6.25rem);
  font-weight: 560;
  letter-spacing: -0.058em;
  line-height: 1.06;
}

.fi-hero p {
  max-width: 850px;
  margin: 28px 0 0;
  color: rgba(246, 248, 251, 0.87);
  font-size: clamp(1.05rem, 1.08vw, 1.34rem);
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.fi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.fi-button {
  justify-content: center;
  min-height: 62px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1.04rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fi-button:hover {
  transform: translateY(-2px);
}

.fi-button-primary {
  gap: 14px;
  background: #f4f4f2;
  color: #101217;
}

.fi-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
}

.fi-hero .fi-access-note {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(246, 248, 251, 0.62);
  font-size: 0.92rem;
}

.fi-section {
  position: relative;
  scroll-margin-top: 0;
  padding: 116px 42px;
  background: #02060c;
}

.fi-section-heading {
  max-width: var(--fi-max);
  margin: 0 auto 64px;
}

.fi-section-heading-centered {
  max-width: 980px;
  text-align: center;
}

.fi-kicker {
  margin: 0 0 28px;
  color: var(--fi-orange);
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.fi-kicker span {
  display: inline-block;
  margin-right: 12px;
  letter-spacing: 0;
  transform: translateY(-1px);
}

.fi-section h2 {
  margin: 0;
  color: var(--fi-text);
  font-size: clamp(2.85rem, 3.38vw, 4.55rem);
  font-weight: 540;
  letter-spacing: -0.054em;
  line-height: 1.1;
}

.fi-section-heading p:not(.fi-kicker),
.fi-pipeline-copy > p:not(.fi-kicker),
.fi-brief-spotlight p:not(.fi-kicker) {
  margin: 28px auto 0;
  color: var(--fi-muted);
  font-size: clamp(1.02rem, 1.06vw, 1.28rem);
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.fi-products {
  padding-top: 126px;
  background:
    radial-gradient(circle at 50% 38%, rgba(26, 53, 80, 0.32), transparent 28%),
    linear-gradient(180deg, #02060c, #030914 66%, #02060c);
}

.fi-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: var(--fi-max);
  margin: 0 auto;
}

.fi-product-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.92)),
    radial-gradient(circle at 50% 44%, rgba(67, 122, 157, 0.34), transparent 35%),
    #050b12;
  box-shadow: inset 0 0 0 1px rgba(57, 102, 146, 0.2), 0 30px 90px rgba(0, 0, 0, 0.45);
}

.fi-product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94) 56%);
  pointer-events: none;
}

.fi-card-icon {
  position: absolute;
  top: 52px;
  left: 52px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 22px;
  background: #071422;
  color: #f5f6f7;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.fi-card-icon svg {
  width: 44px;
  height: 44px;
}

.fi-card-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.fi-card-icon-orange {
  color: var(--fi-orange);
}

.fi-product-terminal img {
  position: absolute;
  left: 8%;
  top: 28%;
  z-index: 1;
  width: 100%;
  max-width: none;
  border-radius: 8px;
  opacity: 0.72;
  transform: scale(1.08);
  filter: saturate(0.9) contrast(1.05);
}

.fi-product-code {
  background:
    radial-gradient(circle at 48% 70%, rgba(28, 78, 52, 0.4), transparent 34%),
    radial-gradient(circle at 56% 40%, rgba(84, 132, 171, 0.35), transparent 28%),
    #02060c;
}

.fi-code-window {
  position: absolute;
  right: -8%;
  top: 22%;
  width: 78%;
  padding: 64px 58px;
  border: 1px solid rgba(142, 171, 202, 0.28);
  border-radius: 30px;
  background: rgba(1, 5, 10, 0.46);
  color: rgba(180, 222, 169, 0.64);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(0.86rem, 1vw, 1.08rem);
  line-height: 2.35;
}

.fi-code-window span {
  display: block;
}

.fi-product-brief {
  background:
    linear-gradient(135deg, rgba(32, 75, 123, 0.8), rgba(15, 21, 28, 0.92) 48%, rgba(121, 55, 9, 0.85)),
    #050b12;
}

.fi-brief-art {
  position: absolute;
  inset: 16% 0 0 8%;
}

.fi-brief-art span {
  position: absolute;
  right: -8%;
  width: 44%;
  height: 15%;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(20, 25, 31, 0.94), rgba(3, 4, 6, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: skewY(-20deg);
}

.fi-brief-art span:nth-child(1) {
  top: 0;
}

.fi-brief-art span:nth-child(2) {
  top: 25%;
}

.fi-brief-art span:nth-child(3) {
  top: 50%;
  background: linear-gradient(90deg, rgba(255, 130, 24, 0.68), rgba(76, 29, 5, 0.9));
}

.fi-brief-art::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44%;
  width: 48%;
  height: 30%;
  border: 2px dashed rgba(255, 132, 28, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 132, 28, 0.58), rgba(255, 132, 28, 0.58)) 100% 50% / 42% 2px no-repeat;
}

.fi-product-copy {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 46px;
  z-index: 4;
}

.fi-product-copy h3 {
  margin: 0 0 18px;
  font-size: 1.58rem;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.fi-product-copy p {
  margin: 0;
  color: rgba(246, 248, 251, 0.86);
  font-size: 1.06rem;
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.fi-pipeline {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.82fr);
  gap: 76px;
  align-items: center;
  max-width: var(--fi-max);
  margin: 0 auto;
  padding-top: 132px;
  padding-bottom: 132px;
}

.fi-pipeline-copy h2 {
  max-width: 920px;
}

.fi-pipeline-copy > p:not(.fi-kicker) {
  max-width: 920px;
  margin-left: 0;
}

.fi-timeline {
  position: relative;
  display: grid;
  gap: 70px;
  margin-top: 76px;
  padding-left: 48px;
}

.fi-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 10px;
  width: 3px;
  background: linear-gradient(180deg, var(--fi-orange), rgba(80, 109, 141, 0.78), rgba(80, 109, 141, 0.18));
}

.fi-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.fi-timeline-step::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 13px;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(80, 109, 141, 0.8);
  border-radius: 50%;
  background: #02060c;
}

.fi-timeline-step-active::before {
  left: -50px;
  width: 19px;
  height: 19px;
  border-color: var(--fi-orange);
  background: var(--fi-orange);
}

.fi-timeline-step span {
  color: rgba(82, 107, 137, 0.72);
  font-size: 3.8rem;
  font-weight: 620;
  line-height: 0.85;
}

.fi-timeline-step-active span {
  color: var(--fi-cream);
  font-size: 5.2rem;
}

.fi-timeline-step h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.fi-timeline-step p {
  margin: 0;
  color: var(--fi-muted);
  font-size: 0.98rem;
  line-height: 1.52;
}

.fi-orb-frame {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  border: 1px solid rgba(78, 143, 208, 0.35);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 115, 0, 0.14), transparent 20%),
    radial-gradient(circle at 28% 68%, rgba(134, 200, 255, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(5, 14, 25, 0.98), rgba(1, 5, 10, 0.98)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 18px);
  box-shadow: inset 0 0 0 1px rgba(36, 105, 173, 0.12);
}

.fi-orb-frame::before {
  content: "";
  position: absolute;
  inset: 10%;
  background:
    linear-gradient(28deg, transparent 0 35%, rgba(134, 200, 255, 0.26) 35% 35.35%, transparent 35.35% 100%),
    linear-gradient(146deg, transparent 0 48%, rgba(255, 115, 0, 0.28) 48% 48.35%, transparent 48.35% 100%),
    linear-gradient(90deg, transparent 0 49.8%, rgba(134, 200, 255, 0.18) 49.8% 50.2%, transparent 50.2% 100%);
  opacity: 0.9;
}

.fi-orb-frame::after {
  content: "SOURCE GRAPH";
  position: absolute;
  left: 42px;
  top: 38px;
  color: rgba(255, 115, 0, 0.82);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.24em;
}

.fi-orb {
  position: absolute;
  top: 46%;
  left: 50%;
  width: min(52%, 430px);
  min-height: 260px;
  border: 1px solid rgba(134, 200, 255, 0.28);
  border-radius: 28px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 44px rgba(21, 86, 142, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(246, 248, 251, 0.82) 0 24%, transparent 24% 100%) 12% 20% / 42% 3px no-repeat,
    linear-gradient(90deg, rgba(166, 173, 186, 0.46) 0 100%) 12% 36% / 72% 2px no-repeat,
    linear-gradient(90deg, rgba(166, 173, 186, 0.34) 0 100%) 12% 48% / 60% 2px no-repeat,
    linear-gradient(90deg, rgba(255, 115, 0, 0.72) 0 100%) 12% 72% / 30% 4px no-repeat,
    linear-gradient(90deg, rgba(134, 200, 255, 0.5) 0 100%) 46% 72% / 38% 4px no-repeat,
    rgba(8, 22, 38, 0.88);
}

.fi-orb::before,
.fi-orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.fi-orb::before {
  left: -78px;
  top: 64px;
  width: 22px;
  height: 22px;
  background: var(--fi-orange);
  box-shadow:
    520px -54px 0 -4px rgba(134, 200, 255, 0.95),
    462px 205px 0 -5px rgba(255, 115, 0, 0.9),
    72px 250px 0 -6px rgba(246, 248, 251, 0.72),
    0 0 28px rgba(255, 115, 0, 0.48);
}

.fi-orb::after {
  right: 42px;
  top: 42px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(134, 200, 255, 0.32);
  background:
    radial-gradient(circle, rgba(134, 200, 255, 0.26) 0 26%, transparent 27%),
    repeating-radial-gradient(circle, transparent 0 19px, rgba(134, 200, 255, 0.18) 20px 21px);
}

.fi-orb-horizon {
  position: absolute;
  left: 9%;
  top: 22%;
  width: 210px;
  height: 128px;
  border: 1px solid rgba(134, 200, 255, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(246, 248, 251, 0.72) 0 30%, transparent 30%) 18% 30% / 62% 3px no-repeat,
    linear-gradient(90deg, rgba(166, 173, 186, 0.38) 0 100%) 18% 52% / 48% 2px no-repeat,
    rgba(3, 12, 22, 0.82);
  box-shadow: 330px 320px 0 -36px rgba(8, 22, 38, 0.9), 330px 320px 0 -35px rgba(134, 200, 255, 0.2);
}

.fi-orb-rock {
  position: absolute;
  right: 8%;
  top: 18%;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(255, 115, 0, 0.32);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 115, 0, 0.18), transparent 45%),
    rgba(5, 14, 25, 0.88);
  clip-path: none;
}

.fi-orb-rock::before,
.fi-orb-rock::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 115, 0, 0.58);
}

.fi-orb-rock::before {
  top: 58px;
}

.fi-orb-rock::after {
  top: 86px;
  right: 54px;
}

.fi-data-grid-section {
  padding-top: 96px;
}

.fi-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--fi-max);
  margin: 0 auto;
}

.fi-data-grid article {
  min-height: 230px;
  padding: 34px;
  border: 1px solid rgba(35, 83, 126, 0.74);
  border-radius: 24px;
  background: #06111f;
}

.fi-data-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  margin-bottom: 36px;
  border: 1px solid rgba(255, 115, 0, 0.55);
  border-radius: 7px;
  color: var(--fi-orange);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.fi-data-grid h3,
.fi-brief-list h3 {
  margin: 0 0 18px;
  font-size: 1.28rem;
  font-weight: 640;
  letter-spacing: -0.05em;
}

.fi-data-grid p,
.fi-brief-list p {
  margin: 0;
  color: var(--fi-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.fi-brief-section {
  max-width: var(--fi-max);
  margin: 0 auto;
  padding-top: 124px;
}

.fi-brief-spotlight {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding: 56px;
  border: 1px solid rgba(35, 83, 126, 0.82);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 115, 0, 0.2), transparent 24%),
    linear-gradient(180deg, #071422, #040b14);
}

.fi-brief-spotlight > div {
  max-width: 980px;
}

.fi-brief-spotlight p:not(.fi-kicker) {
  margin-left: 0;
}

.fi-brief-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.fi-brief-list article {
  padding: 34px;
  border: 1px solid rgba(35, 83, 126, 0.7);
  border-radius: 24px;
  background: rgba(6, 17, 31, 0.88);
}

.fi-brief-list span {
  display: block;
  margin-bottom: 34px;
  color: var(--fi-cream);
  font-size: 2.1rem;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.fi-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--fi-max);
  margin: 0 auto;
  padding: 46px 42px 64px;
  color: var(--fi-muted);
}

.fi-footer strong {
  display: block;
  margin-bottom: 10px;
  color: var(--fi-text);
}

.fi-footer p {
  margin: 0;
}

.fi-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 2100px) {
  :root {
    --fi-max: 2050px;
  }

  .fi-site-header {
    left: 46px;
    right: 46px;
  }

  .fi-nav-cluster,
  .fi-action-cluster {
    min-height: 78px;
  }

  .fi-brand {
    font-size: 1.75rem;
  }

  .fi-primary-nav a,
  .fi-action-cluster a {
    font-size: 1rem;
  }

  .fi-hero-copy {
    padding-top: 280px;
  }
}

@media (max-width: 1180px) {
  .fi-site-header {
    position: absolute;
    align-items: flex-start;
    gap: 14px;
  }

  .fi-nav-cluster {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  .fi-primary-nav {
    gap: 18px;
    flex-wrap: wrap;
  }

  .fi-pipeline,
  .fi-product-grid,
  .fi-data-grid,
  .fi-brief-list {
    grid-template-columns: 1fr;
  }

  .fi-pipeline {
    padding-left: 42px;
    padding-right: 42px;
  }

  .fi-orb-frame {
    min-height: 560px;
  }

  .fi-product-card {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .fi-site-header {
    top: 14px;
    left: 10px;
    right: 10px;
    flex-direction: column;
  }

  .fi-nav-cluster,
  .fi-action-cluster {
    width: 100%;
    min-height: auto;
    border-radius: 14px;
  }

  .fi-nav-cluster {
    gap: 16px;
  }

  .fi-action-cluster {
    justify-content: space-between;
  }

  .fi-brand {
    font-size: 1.18rem;
  }

  .fi-primary-nav a,
  .fi-action-cluster a {
    font-size: 0.84rem;
  }

  .fi-login-button {
    min-height: 44px;
    padding: 0 16px;
  }

  .fi-hero {
    min-height: 920px;
  }

  .fi-hero-copy {
    width: calc(100% - 40px);
    padding-top: 260px;
    margin-left: 20px;
  }

  .fi-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.45rem);
    line-height: 1.05;
  }

  .fi-hero p {
    font-size: 0.96rem;
  }

  .fi-hero-actions {
    gap: 14px;
  }

  .fi-button {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    font-size: 0.94rem;
  }

  .fi-architecture {
    right: -10vw;
    bottom: 11vh;
    width: 78vw;
    opacity: 0.72;
  }

  .fi-section {
    padding: 76px 18px;
  }

  .fi-section h2 {
    font-size: clamp(2.15rem, 9.4vw, 2.85rem);
  }

  .fi-product-card {
    min-height: 520px;
    border-radius: 26px;
  }

  .fi-card-icon {
    top: 28px;
    left: 28px;
    width: 78px;
    height: 78px;
  }

  .fi-product-copy {
    left: 28px;
    right: 28px;
    bottom: 32px;
  }

  .fi-product-copy h3 {
    font-size: 1.65rem;
  }

  .fi-product-copy p {
    font-size: 1.04rem;
  }

  .fi-pipeline {
    gap: 42px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .fi-timeline {
    gap: 42px;
    padding-left: 34px;
  }

  .fi-timeline-step {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
  }

  .fi-timeline-step span,
  .fi-timeline-step-active span {
    font-size: 3.7rem;
  }

  .fi-timeline-step::before {
    left: -33px;
  }

  .fi-timeline-step-active::before {
    left: -36px;
  }

  .fi-orb-frame {
    min-height: 460px;
  }

  .fi-data-grid article,
  .fi-brief-list article {
    min-height: auto;
    padding: 28px;
  }

  .fi-brief-spotlight {
    align-items: stretch;
    flex-direction: column;
    padding: 30px;
  }

  .fi-footer {
    flex-direction: column;
    padding: 28px 18px 46px;
  }
}
