:root {
  --fc-ai-blue: #3370ff;
  --fc-ai-blue-deep: #1456f0;
  --fc-ai-mint: #20c5aa;
  --fc-ai-ink: #171b23;
  --fc-ai-muted: #646a73;
  --fc-ai-shell: var(--fc-header-shell-width, 1330px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.g_body {
  min-width: 0;
  background: #fff;
}

#web {
  min-height: 100vh;
}

#webHeaderContent,
#fk-webHeaderZone,
#webNav,
#navV2,
#navV2 .navMainContent,
#navV2 .navContent,
#navCenterContent,
#navCenter {
  position: relative;
}

#navV2 {
  position: absolute;
}

.fc-ai-page {
  color: var(--fc-ai-ink);
  background: #fff;
  font-family: var(--fc-font);
  overflow: hidden;
}

.fc-ai-page a {
  text-decoration: none;
}

.fc-ai-shell {
  width: min(
    var(--fc-ai-shell),
    calc(100% - (var(--fc-header-shell-gutter, 16px) * 2))
  );
  margin: 0 auto;
}

/* The compact desktop display zoom centers the global header against the
 * viewport, while normal flow centers page content against the client area.
 * Use the same viewport center only where the scrollbar creates that drift. */
@media screen and (max-width: 1320px) {
  .fc-ai-shell {
    position: relative;
    left: calc(50 * var(--fc-layout-vw, 1vw));
    width: min(
      var(--fc-ai-shell),
      calc(calc(100 * var(--fc-layout-vw, 1vw)) - (var(--fc-header-shell-gutter, 16px) * 2))
    );
    margin: 0;
    transform: translateX(-50%);
  }
}

.fc-ai-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(245, 249, 255, 0.94) 0%, rgba(247, 251, 255, 0.72) 46%, rgba(239, 247, 255, 0.9) 100%),
    radial-gradient(circle at 82% 28%, rgba(88, 154, 255, 0.22), transparent 34%);
}

.fc-ai-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 118, 197, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 118, 197, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 5%, #000 58%, #000 100%);
  pointer-events: none;
}

.fc-ai-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.fc-ai-hero__glow--one {
  top: -150px;
  right: 8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(96, 137, 255, 0.2), rgba(96, 137, 255, 0));
}

.fc-ai-hero__glow--two {
  right: 33%;
  bottom: -260px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(62, 213, 191, 0.14), rgba(62, 213, 191, 0));
}

.fc-ai-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  align-items: center;
  gap: 54px;
  min-height: 670px;
  padding: 68px 0 62px;
}

.fc-ai-hero__copy {
  padding-bottom: 12px;
}

.fc-ai-hero h1 {
  margin: 0;
  color: #1b2433;
  font-size: clamp(48px, calc(4.2 * var(--fc-layout-vw, 1vw)), 56px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.fc-ai-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #2563eb 0%, #6a75ff 55%, #20bda9 110%);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
}

.fc-ai-hero__lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: #586273;
  font-size: 18px;
  line-height: 1.8;
}

.fc-ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.fc-ai-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.fc-ai-button--primary {
  color: #fff !important;
  background: linear-gradient(100deg, #3977ff, #2764ee);
  box-shadow: 0 12px 28px rgba(51, 112, 255, 0.25);
}

.fc-ai-button--primary:hover {
  box-shadow: 0 16px 34px rgba(51, 112, 255, 0.32);
}

.fc-ai-button--ghost {
  border-color: rgba(51, 112, 255, 0.18);
  color: #245cd7 !important;
  background: rgba(255, 255, 255, 0.8);
}

.fc-ai-button--ghost:hover {
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 35, 41, 0.08);
}

.fc-ai-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
  color: #6a7484;
  font-size: 13px;
}

.fc-ai-hero__proof span {
  position: relative;
  padding-left: 17px;
}

.fc-ai-hero__proof span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-ai-blue), var(--fc-ai-mint));
  content: "";
  transform: translateY(-50%);
}

.fc-ai-hero__visual {
  position: relative;
  left: -24px;
  width: 500px;
  min-height: 500px;
  justify-self: center;
  perspective: 1000px;
}

.fc-ai-hero__visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(81, 133, 255, 0.22) 0%, rgba(151, 190, 255, 0.07) 46%, rgba(151, 190, 255, 0) 72%);
  content: "";
  transform: translate(-50%, -50%);
}

.fc-ai-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(66, 113, 225, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fc-ai-orbit--outer {
  width: 430px;
  height: 330px;
}

.fc-ai-orbit--inner {
  width: 302px;
  height: 238px;
  border-style: dashed;
  transform: translate(-50%, -50%) rotate(24deg);
}

.fc-ai-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 241, 255, 0.9));
  box-shadow: 0 30px 70px rgba(51, 93, 184, 0.19), inset 0 1px 0 #fff;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.fc-ai-core::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(51, 112, 255, 0.1);
  border-radius: 40px;
  content: "";
}

.fc-ai-core__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 11px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 10px 24px rgba(111, 188, 22, 0.18);
}

.fc-ai-core__mark img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: inherit;
  object-fit: cover;
}

.fc-ai-core strong {
  color: #263247;
  font-size: 19px;
  line-height: 1.4;
}

.fc-ai-core small {
  margin-top: 3px;
  color: #7a8799;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.fc-ai-float-card {
  --orbit-rx: 215px;
  --orbit-ry: 165px;
  --orbit-cx: 250px;
  --orbit-cy: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 168px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 36px rgba(45, 72, 124, 0.12);
  backdrop-filter: blur(12px);
  offset-anchor: center;
  offset-distance: 0%;
  offset-path: ellipse(var(--orbit-rx) var(--orbit-ry) at var(--orbit-cx) var(--orbit-cy));
  offset-rotate: 0deg;
  animation: fc-ai-card-orbit 80s linear infinite;
  will-change: offset-distance;
}

@keyframes fc-ai-card-orbit {
  to {
    offset-distance: 100%;
  }
}

.fc-ai-float-card__icon {
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fc-ai-float-card__icon img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  object-fit: contain;
}

.fc-ai-float-card strong,
.fc-ai-float-card small {
  display: block;
}

.fc-ai-float-card strong {
  color: #293449;
  font-size: 13px;
  line-height: 1.5;
}

.fc-ai-float-card small {
  margin-top: 2px;
  color: #7c8796;
  font-size: 12px;
  line-height: 1.5;
}

.fc-ai-float-card--sales {
  --card-color: #3370ff;
  --orbit-rx: 240px;
  --orbit-ry: 190px;
  --orbit-cx: 262px;
  --orbit-cy: 246px;
  animation-delay: 0s;
}

.fc-ai-float-card--sales .fc-ai-float-card__icon {
  background: transparent;
}

.fc-ai-float-card--sales .fc-ai-float-card__icon img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.fc-ai-float-card--hr {
  --card-color: #785cf3;
  --orbit-rx: 224px;
  --orbit-ry: 205px;
  --orbit-cx: 269px;
  --orbit-cy: 250px;
  animation-delay: -16s;
}

.fc-ai-float-card--finance {
  --card-color: #83b91b;
  --orbit-rx: 243px;
  --orbit-ry: 178px;
  --orbit-cx: 262px;
  --orbit-cy: 256px;
  animation-delay: -32s;
}

.fc-ai-float-card--nutrition {
  --card-color: #ff9f43;
  --orbit-rx: 234px;
  --orbit-ry: 212px;
  --orbit-cx: 256px;
  --orbit-cy: 251px;
  animation-delay: -48s;
}

.fc-ai-float-card--creative {
  --card-color: #7657ef;
  --orbit-rx: 235px;
  --orbit-ry: 196px;
  --orbit-cx: 270px;
  --orbit-cy: 244px;
  animation-delay: -64s;
}

.fc-ai-section {
  padding: 112px 0;
}

.fc-ai-section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.fc-ai-section-heading h2,
.fc-ai-value h2 {
  margin: 0;
  color: #1e2735;
  font-size: clamp(34px, calc(3.3 * var(--fc-layout-vw, 1vw)), 40px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.fc-ai-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--fc-ai-muted);
  font-size: 16px;
  line-height: 1.8;
}

.fc-ai-products {
  background: #fff;
}

.fc-ai-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.fc-ai-product-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  min-height: 300px;
  padding: 30px 28px 27px;
  overflow: hidden;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  color: var(--fc-ai-ink) !important;
  background: linear-gradient(155deg, var(--card-bg, #f7f9ff) 0%, #fff 62%);
  box-shadow: 0 14px 42px rgba(31, 54, 92, 0.055);
  transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
}

.fc-ai-product-card::after {
  position: absolute;
  top: -78px;
  right: -54px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--card-color) 18%, transparent), transparent 70%);
  content: "";
  pointer-events: none;
}

.fc-ai-product-card:hover {
  border-color: color-mix(in srgb, var(--card-color) 27%, #e8edf5);
  box-shadow: 0 20px 46px rgba(31, 54, 92, 0.11);
  transform: translateY(-5px);
}

.fc-ai-product-card--sales { --card-color: #3370ff; --card-bg: #f3f7ff; }
.fc-ai-product-card--crm { --card-color: #0fa98d; --card-bg: #effcf8; }
.fc-ai-product-card--hr { --card-color: #785cf3; --card-bg: #f7f4ff; }
.fc-ai-product-card--finance { --card-color: #c45a08; --card-bg: #fff4e8; }
.fc-ai-product-card--nutrition { --card-color: #78b82a; --card-bg: #f3fbe8; }
.fc-ai-product-card--creative { --card-color: #1ca7cf; --card-bg: #effaff; }

.fc-ai-product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.fc-ai-product-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fc-ai-product-card__icon img {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 9px;
  object-fit: contain;
}

.fc-ai-product-card--sales .fc-ai-product-card__icon {
  background: transparent;
}

.fc-ai-product-card--sales .fc-ai-product-card__icon img {
  width: 46px;
  height: 46px;
  filter: invert(1);
}

.fc-ai-product-card__tag {
  padding: 6px 10px;
  border-radius: 99px;
  color: var(--card-color);
  background: color-mix(in srgb, var(--card-color) 8%, #fff);
  font-size: 12px;
  font-weight: 600;
}

.fc-ai-product-card h3 {
  margin: 0;
  color: #202a39;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.fc-ai-product-card p {
  margin: 13px 0 24px;
  color: #687385;
  font-size: 14px;
  line-height: 1.72;
}

.fc-ai-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--card-color);
  font-size: 13px;
  font-weight: 600;
}

.fc-ai-product-card__link b {
  transition: transform 160ms ease;
}

.fc-ai-product-card:hover .fc-ai-product-card__link b {
  transform: translateX(4px);
}

.fc-ai-value {
  padding: 100px 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(78, 131, 253, 0.24), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(31, 196, 172, 0.12), transparent 30%),
    #1c2534;
}

.fc-ai-value__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 86px;
}

.fc-ai-value h2 {
  color: #fff;
}

.fc-ai-value__copy > p {
  margin: 22px 0 28px;
  color: #b8c3d2;
  font-size: 16px;
  line-height: 1.85;
}

.fc-ai-value__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a9c5ff !important;
  font-size: 14px;
  font-weight: 600;
}

.fc-ai-value__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fc-ai-value__grid article {
  min-height: 178px;
  padding: 25px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.fc-ai-value__grid article > span {
  color: #79a2ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fc-ai-value__grid h3 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.fc-ai-value__grid p {
  margin: 0;
  color: #aeb8c7;
  font-size: 13px;
  line-height: 1.7;
}

.fc-ai-path {
  background: #f7f9fc;
}

.fc-ai-section-heading--center {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fc-ai-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fc-ai-steps li {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

.fc-ai-steps li::after {
  position: absolute;
  top: 24px;
  right: -42px;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 112, 255, 0.08), rgba(51, 112, 255, 0.35), rgba(51, 112, 255, 0.08));
  content: "";
}

.fc-ai-steps li:last-child::after {
  display: none;
}

.fc-ai-steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  border: 1px solid rgba(51, 112, 255, 0.16);
  border-radius: 15px;
  color: var(--fc-ai-blue);
  background: #fff;
  box-shadow: 0 10px 25px rgba(45, 76, 131, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.fc-ai-steps h3 {
  margin: 0 0 9px;
  color: #263142;
  font-size: 18px;
  font-weight: 600;
}

.fc-ai-steps p {
  margin: 0;
  color: #707b8b;
  font-size: 13px;
  line-height: 1.7;
  text-wrap: balance;
}

.fc-ai-final-cta {
  padding: 72px 0;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(112deg, #2768ef 0%, #4a6ff1 57%, #2d9db4 120%);
}

.fc-ai-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.fc-ai-final-cta p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.fc-ai-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, calc(3 * var(--fc-layout-vw, 1vw)), 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.fc-ai-button--white {
  flex: 0 0 auto;
  min-width: 138px;
  color: #245edb !important;
  background: #fff;
  box-shadow: 0 14px 30px rgba(26, 68, 155, 0.22);
}

@media (max-width: 1080px) {
  .fc-ai-hero__inner {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 28px;
  }

  .fc-ai-hero__visual {
    transform: scale(0.88);
  }

  .fc-ai-value__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 860px) {
  .fc-ai-shell {
    width: min(calc(calc(100 * var(--fc-layout-vw, 1vw)) - 32px), var(--fc-ai-shell));
  }

  .fc-ai-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 72px 0 48px;
  }

  .fc-ai-hero__copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }

  .fc-ai-hero__visual {
    left: 0;
    min-height: 430px;
    margin: -20px auto 0;
    width: min(100%, 520px);
    transform: none;
  }

  .fc-ai-product-card,
  .fc-ai-product-card:nth-child(4),
  .fc-ai-product-card:nth-child(5),
  .fc-ai-product-card:nth-child(6) {
    grid-column: span 3;
  }

  .fc-ai-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 0;
  }

  .fc-ai-steps li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .fc-ai-hero {
    min-height: 0;
  }

  .fc-ai-hero__inner {
    min-height: 0;
    padding-top: 54px;
  }

  .fc-ai-hero h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .fc-ai-hero__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .fc-ai-actions {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .fc-ai-button {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .fc-ai-hero__proof {
    gap: 10px 18px;
    margin-top: 24px;
  }

  .fc-ai-hero__visual {
    width: 500px;
    min-height: 500px;
    justify-self: start;
    margin-top: -54px;
    margin-bottom: -86px;
    transform: translateX(calc(calc(50 * var(--fc-layout-vw, 1vw)) - 266px)) scale(0.72);
    transform-origin: center center;
  }

  .fc-ai-orbit--outer {
    width: 350px;
    height: 270px;
  }

  .fc-ai-orbit--inner {
    width: 260px;
    height: 204px;
  }

  .fc-ai-float-card {
    --orbit-rx: 175px;
    --orbit-ry: 135px;
    --orbit-cx: 250px;
    --orbit-cy: 250px;
  }

  .fc-ai-float-card--sales { --orbit-rx: 184px; --orbit-ry: 141px; --orbit-cx: 248px; --orbit-cy: 248px; }
  .fc-ai-float-card--hr { --orbit-rx: 174px; --orbit-ry: 152px; --orbit-cx: 254px; --orbit-cy: 250px; }
  .fc-ai-float-card--finance { --orbit-rx: 188px; --orbit-ry: 132px; --orbit-cx: 250px; --orbit-cy: 254px; }
  .fc-ai-float-card--nutrition { --orbit-rx: 179px; --orbit-ry: 158px; --orbit-cx: 246px; --orbit-cy: 252px; }
  .fc-ai-float-card--creative { --orbit-rx: 186px; --orbit-ry: 145px; --orbit-cx: 254px; --orbit-cy: 246px; }

  .fc-ai-section {
    padding: 78px 0;
  }

  .fc-ai-section-heading {
    margin-bottom: 38px;
  }

  .fc-ai-section-heading h2,
  .fc-ai-value h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .fc-ai-product-grid {
    grid-template-columns: 1fr;
  }

  .fc-ai-product-card,
  .fc-ai-product-card:nth-child(4),
  .fc-ai-product-card:nth-child(5),
  .fc-ai-product-card:nth-child(6),
  .fc-ai-product-card:last-child {
    grid-column: auto;
    min-height: 278px;
  }

  .fc-ai-value {
    padding: 78px 0;
  }

  .fc-ai-value__grid {
    grid-template-columns: 1fr;
  }

  .fc-ai-value__grid article {
    min-height: 0;
  }

  .fc-ai-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fc-ai-steps li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 32px;
    text-align: left;
  }

  .fc-ai-steps li > span {
    margin: 0;
  }

  .fc-ai-steps li::after,
  .fc-ai-steps li:nth-child(2)::after {
    top: 48px;
    left: 24px;
    display: block;
    width: 1px;
    height: calc(100% - 48px);
    background: linear-gradient(rgba(51, 112, 255, 0.28), rgba(51, 112, 255, 0.04));
  }

  .fc-ai-steps li:last-child::after {
    display: none;
  }

  .fc-ai-final-cta {
    padding: 58px 0;
  }

  .fc-ai-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .fc-ai-final-cta h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-ai-button,
  .fc-ai-product-card,
  .fc-ai-product-card__link b {
    transition: none;
  }

  .fc-ai-float-card {
    animation: none;
  }

  .fc-ai-float-card--sales { offset-distance: 0%; }
  .fc-ai-float-card--hr { offset-distance: 20%; }
  .fc-ai-float-card--finance { offset-distance: 40%; }
  .fc-ai-float-card--nutrition { offset-distance: 60%; }
  .fc-ai-float-card--creative { offset-distance: 80%; }
}
