/* FluentAI Case Study — ATM Labs 11ty Website (Figma exact match, page node 1091:17650) */

/* ---- Global responsiveness guards ---- */

.fluent-ai-hero,
.fluent-ai-s2,
.fluent-ai-s3,
.fluent-ai-s4,
.fluent-ai-s5,
.fluent-ai-s6,
.fluent-ai-s7,
.fluent-ai-s8,
.fluent-ai-s9,
.fluent-ai-s10,
.fluent-ai-s11,
.fluent-ai-s12,
.fluent-ai-s13,
.fluent-ai-s14,
.fluent-ai-s15,
.fluent-ai-s16,
.fluent-ai-s17,
.fluent-ai-s18,
  .fluent-ai-s19 {
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.fluent-ai-hero {
  overflow-x: clip;
}

.fluent-ai-hero img,
.fluent-ai-s2 img,
.fluent-ai-s3 img,
.fluent-ai-s4 img,
.fluent-ai-s5 img,
.fluent-ai-s6 img,
.fluent-ai-s7 img,
.fluent-ai-s8 img,
.fluent-ai-s9 img,
.fluent-ai-s10 img,
.fluent-ai-s11 img,
.fluent-ai-s12 img,
.fluent-ai-s13 img,
.fluent-ai-s14 img,
.fluent-ai-s15 img,
.fluent-ai-s16 img,
.fluent-ai-s17 img,
.fluent-ai-s18 img,
  .fluent-ai-s19 img {
  max-width: 100%;
}

.fluent-ai-hero,
.fluent-ai-s2,
.fluent-ai-s3,
.fluent-ai-s4,
.fluent-ai-s5,
.fluent-ai-s6,
.fluent-ai-s7,
.fluent-ai-s8,
.fluent-ai-s9,
.fluent-ai-s10,
.fluent-ai-s11,
.fluent-ai-s12,
.fluent-ai-s13,
.fluent-ai-s14,
.fluent-ai-s15,
.fluent-ai-s16,
.fluent-ai-s17,
.fluent-ai-s18,
.fluent-ai-s19,
.fluent-ai-hero *,
.fluent-ai-s2 *,
.fluent-ai-s3 *,
.fluent-ai-s4 *,
.fluent-ai-s5 *,
.fluent-ai-s6 *,
.fluent-ai-s7 *,
.fluent-ai-s8 *,
.fluent-ai-s9 *,
.fluent-ai-s10 *,
.fluent-ai-s11 *,
.fluent-ai-s12 *,
.fluent-ai-s13 *,
.fluent-ai-s14 *,
.fluent-ai-s15 *,
.fluent-ai-s16 *,
.fluent-ai-s17 *,
.fluent-ai-s18 *,
  .fluent-ai-s19 * {
  box-sizing: border-box;
}

.fluent-ai-hero {
  position: relative;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 760px;
  overflow: hidden;
  background-color: #d9d9d8;
  color: #ffffff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 890' preserveAspectRatio='none'%3E%3Cpath d='M1440 0V890H1299.13C1282.07 889.43 1268.35 875.57 1268.18 858.39L1268.02 843.22L1266.46 844.78C1258.56 852.51 1244.25 863.52 1234.62 868.96C1215.43 879.67 1195.61 885.93 1172.87 888.02H1172.77L1158.12 889.38C1153.54 889.83 1149.12 890 1144.71 890H0V0L1440 0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 890' preserveAspectRatio='none'%3E%3Cpath d='M1440 0V890H1299.13C1282.07 889.43 1268.35 875.57 1268.18 858.39L1268.02 843.22L1266.46 844.78C1258.56 852.51 1244.25 863.52 1234.62 868.96C1215.43 879.67 1195.61 885.93 1172.87 888.02H1172.77L1158.12 889.38C1153.54 889.83 1149.12 890 1144.71 890H0V0L1440 0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.fluent-ai-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fluent-ai-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.fluent-ai-hero__bg-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 272px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #151515 100%);
  pointer-events: none;
}

.fluent-ai-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  padding: clamp(100px, 12vw, 140px) clamp(24px, 8.3vw, 120px) clamp(48px, 4.4vw, 64px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.fluent-ai-hero__title-block {
  position: absolute;
  left: clamp(24px, 8.3vw, 120px);
  bottom: clamp(48px, 4.4vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.fluent-ai-hero__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

.fluent-ai-hero__subtitle {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  max-width: 389px;
}

.fluent-ai-hero__meta {
  position: absolute;
  left: 717px;
  bottom: clamp(48px, 4.4vw, 64px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(40px, 8vw, 115px);
}

.fluent-ai-hero__meta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fluent-ai-hero__meta-solutions {
  width: 246px;
}

.fluent-ai-hero__meta-label {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.fluent-ai-hero__chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fluent-ai-hero__chips-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.fluent-ai-hero__chip {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background-color: rgba(244, 244, 244, 0.8);
  border: 1px solid transparent;
  color: #000000;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
}

.fluent-ai-hero__client-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
}

.fluent-ai-hero__client-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  transition: transform 0.2s ease;
}

.fluent-ai-hero__client-link:hover .fluent-ai-hero__client-arrow {
  transform: translate(1px, -1px);
}

.fluent-ai-hero__client-arrow svg {
  width: 4px;
  height: 4px;
  display: block;
}

@media (max-width: 1279px) {
  .fluent-ai-hero {
    height: auto;
    min-height: 560px;
  }

  .fluent-ai-hero__inner {
    position: static;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: clamp(100px, 20vw, 120px) 24px clamp(40px, 8vw, 48px);
  }

  .fluent-ai-hero__title-block {
    position: static;
    gap: 12px;
  }

  .fluent-ai-hero__title {
    font-size: clamp(28px, 6vw, 34px);
    line-height: 1.2;
    white-space: normal;
  }

  .fluent-ai-hero__subtitle {
    max-width: none;
  }

  .fluent-ai-hero__meta {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 40px;
  }

  .fluent-ai-hero__bg-gradient {
    height: clamp(220px, 30vw, 260px);
  }
}

/* ===== FluentAI Section 2 — Overview (Figma node 1048:12320, frame 1440x1150) ===== */

.fluent-ai-s2 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s2__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px) 0;
  height: 1150px;
}

.fluent-ai-s2__eyebrow {
  position: absolute;
  top: clamp(80px, 8.3vw, 120px);
  left: clamp(24px, 8.3vw, 120px);
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

.fluent-ai-s2__content {
  position: absolute;
  top: clamp(80px, 8.3vw, 120px);
  left: clamp(320px, 34vw, 492px);
  width: clamp(500px, 56vw, 807px);
  box-sizing: border-box;
}

.fluent-ai-s2__title {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(34px, 3.4vw, 47px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
}

.fluent-ai-s2__text {
  margin-top: clamp(28px, 3vw, 40px);
}

.fluent-ai-s2__text p {
  margin: 0 0 0 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
}

.fluent-ai-s2__text p + p {
  margin-top: clamp(24px, 2.5vw, 32px);
}

.fluent-ai-s2__stats {
  margin-top: clamp(28px, 3vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 3.5vw, 50px);
  row-gap: clamp(20px, 2vw, 28px);
}

.fluent-ai-s2__stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fluent-ai-s2__stat-label {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #9c9c9c;
}

.fluent-ai-s2__stat-value {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #111111;
}

.fluent-ai-s2__logos {
  position: absolute;
  left: clamp(24px, 8.3vw, 120px);
  bottom: clamp(60px, 8.3vw, 120px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8.6px;
}

.fluent-ai-s2__logo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  object-fit: contain;
}

@media (max-width: 1439px) {
  .fluent-ai-s2__inner {
    height: auto;
    padding: clamp(80px, 10vw, 120px) 24px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .fluent-ai-s2__eyebrow {
    position: static;
    margin-bottom: 32px;
  }

  .fluent-ai-s2__content {
    position: static;
    width: 100%;
    max-width: 807px;
  }

  .fluent-ai-s2__title {
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.35;
  }

  .fluent-ai-s2__stats {
    column-gap: clamp(16px, 5vw, 40px);
  }

  .fluent-ai-s2__logos {
    position: static;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .fluent-ai-s2__title {
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.35;
  }

  .fluent-ai-s2__text p {
    font-size: 18px;
    line-height: 1.6;
  }

  .fluent-ai-s2__stats {
    grid-template-columns: 1fr;
  }
}

/* ===== FluentAI Section 3 — Full-width image (Figma node 1048:12357, frame 1440x790) ===== */

.fluent-ai-s3 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s3__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 8.3vw, 120px);
}

.fluent-ai-s3__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(16px, 2vw, 24px);
}

@media (max-width: 1279px) {
  .fluent-ai-s3__inner {
    padding: 0 24px;
  }
}

/* ===== FluentAI Section 4 — Two images (Figma node 1048:12360, frame 1440x971) ===== */

.fluent-ai-s4 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s4__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px) clamp(80px, 8vw, 110px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(24px, 2vw, 30px);
}

.fluent-ai-s4__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(16px, 2vw, 24px);
}

.fluent-ai-s4__image--left {
  width: min(455px, 100%);
  flex-shrink: 0;
}

.fluent-ai-s4__image--right {
  width: min(715px, 100%);
  flex: 1;
}

@media (max-width: 1279px) {
  .fluent-ai-s4__inner {
    padding: clamp(60px, 8vw, 80px) 24px;
    flex-direction: column;
    gap: 24px;
  }

  .fluent-ai-s4__image--left,
  .fluent-ai-s4__image--right {
    width: 100%;
    flex-shrink: 1;
  }
}

/* ===== FluentAI Section 5 — The Challenge (Figma node 1048:12365, frame 1440x808) ===== */

.fluent-ai-s5 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s5__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 8.3vw, 120px) clamp(80px, 7vw, 100px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fluent-ai-s5__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  flex-shrink: 0;
}

.fluent-ai-s5__content {
  margin-left: clamp(0px, 27vw, 393px);
  max-width: 807px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s5__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s5__body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.fluent-ai-s5__body p {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s5__subtitle {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 24px 0 0;
}

.fluent-ai-s5__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.fluent-ai-s5__list li {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
}

@media (max-width: 1279px) {
  .fluent-ai-s5__inner {
    flex-direction: column;
    padding: clamp(60px, 8vw, 80px) 24px;
    gap: 16px;
  }

  .fluent-ai-s5__content {
    margin-left: 0;
    max-width: none;
  }

  .fluent-ai-s5__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }
}

/* ===== FluentAI Section 6 — Full-bleed image (Figma node 1048:12375, frame 1440x812) ===== */

.fluent-ai-s6 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s6__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== FluentAI Section 7 — Project Goals (Figma node 1048:12378, frame 1440x1166) ===== */

.fluent-ai-s7 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s7__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 8.3vw, 120px) clamp(80px, 7vw, 100px);
}

.fluent-ai-s7__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: clamp(60px, 8.3vw, 120px);
}

.fluent-ai-s7__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  flex-shrink: 0;
}

.fluent-ai-s7__content {
  margin-left: clamp(0px, 27vw, 393px);
  max-width: 807px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s7__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s7__body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 20px 0 0;
}

.fluent-ai-s7__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: clamp(40px, 4vw, 60px);
}

@media (max-width: 1279px) {
  .fluent-ai-s7__inner {
    padding: 0 24px 80px;
  }

  .fluent-ai-s7__header {
    flex-direction: column;
    gap: 16px;
    margin-top: clamp(40px, 8vw, 60px);
  }

  .fluent-ai-s7__content {
    margin-left: 0;
    max-width: none;
  }

  .fluent-ai-s7__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }
}

/* ===== FluentAI Section 8 — Personas & Quotes (Figma node 1048:12388, frame 1440x1166) ===== */

.fluent-ai-s8 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s8__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px clamp(24px, 8.3vw, 120px) clamp(60px, 6vw, 86px);
}

.fluent-ai-s8__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fluent-ai-s8__row + .fluent-ai-s8__row {
  margin-top: clamp(32px, 3vw, 40px);
}

.fluent-ai-s8__card {
  flex-shrink: 0;
  width: min(435px, 100%);
  height: 510px;
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 40px);
}

.fluent-ai-s8__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fluent-ai-s8__card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 139px;
  padding: 30px 30px 0;
}

.fluent-ai-s8__card-overlay--purple {
  background: linear-gradient(to bottom, rgba(31, 1, 65, 0) 0%, rgba(5, 0, 11, 1) 100%);
}

.fluent-ai-s8__card-name {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.fluent-ai-s8__card-role {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.fluent-ai-s8__quote {
  flex: 1;
  min-width: 0;
}

.fluent-ai-s8__quote-mark {
  display: block;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 31px;
  letter-spacing: 0;
  color: #898989;
}

.fluent-ai-s8__quote-text {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
  margin: 36px 0 0;
}

.fluent-ai-s8__frust-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 36px 0 0;
}

.fluent-ai-s8__frust-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.fluent-ai-s8__frust-list li {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

.fluent-ai-s8__row:first-child .fluent-ai-s8__quote {
  margin-left: clamp(40px, 6vw, 90px);
}

.fluent-ai-s8__row:last-child .fluent-ai-s8__quote {
  margin-left: clamp(16px, 1.5vw, 22px);
  margin-right: clamp(32px, 6vw, 80px);
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .fluent-ai-s8__card {
    width: 380px;
  }

  .fluent-ai-s8__row:first-child .fluent-ai-s8__quote {
    margin-left: 40px;
  }

  .fluent-ai-s8__row:last-child .fluent-ai-s8__quote {
    margin-left: 16px;
    margin-right: 32px;
  }
}

@media (max-width: 1023px) {
  .fluent-ai-s8__inner {
    padding: 20px 24px 60px;
  }

  .fluent-ai-s8__row {
    flex-direction: column;
    gap: 32px;
  }

  .fluent-ai-s8__card {
    width: 100%;
    height: auto;
    aspect-ratio: 435 / 510;
  }

  .fluent-ai-s8__row:first-child .fluent-ai-s8__quote,
  .fluent-ai-s8__row:last-child .fluent-ai-s8__quote {
    margin-left: 0;
    margin-right: 0;
  }

  .fluent-ai-s8__quote-text {
    font-size: clamp(22px, 5vw, 26px);
    line-height: 1.4;
  }
}

/* ===== FluentAI Section 9 — Full-width image (Figma node 1048:12417, frame 1440x881) ===== */

.fluent-ai-s9 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s9__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px clamp(24px, 8.3vw, 120px) 0;
}

.fluent-ai-s9__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(16px, 2vw, 24px);
}

@media (max-width: 1279px) {
  .fluent-ai-s9__inner {
    padding: 20px 24px 0;
  }
}

/* ===== FluentAI Section 10 — The Process (Figma node 1048:12420, frame 1440x755) ===== */

.fluent-ai-s10 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s10__inner {
  max-width: 1440px;
  margin: clamp(40px, 4vw, 60px) auto 0;
  padding: 0 clamp(24px, 8.3vw, 120px) clamp(80px, 8.3vw, 120px);
}

.fluent-ai-s10__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fluent-ai-s10__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  flex-shrink: 0;
}

.fluent-ai-s10__content {
  margin-left: clamp(0px, 27vw, 393px);
  max-width: 807px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s10__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s10__body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 20px 0 0;
}

.fluent-ai-s10__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 288px));
  column-gap: 16px;
  margin-top: clamp(48px, 6vw, 80px);
  justify-content: space-between;
}

.fluent-ai-s10__card {
  width: 100%;
  height: 450px;
  background-color: #f6f7f8;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s10__badge {
  width: 60px;
  height: 60px;
  display: block;
}

.fluent-ai-s10__card-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 28px 0 0;
}

.fluent-ai-s10__card-desc {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 10px 0 0;
  height: 104px;
}

.fluent-ai-s10__card-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.fluent-ai-s10__card-list li {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  position: relative;
  padding-left: 12px;
}

.fluent-ai-s10__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}

@media (max-width: 1279px) {
  .fluent-ai-s10__inner {
    padding: clamp(32px, 5vw, 40px) 24px clamp(60px, 8vw, 80px);
  }

  .fluent-ai-s10__header {
    flex-direction: column;
    gap: 16px;
  }

  .fluent-ai-s10__content {
    margin-left: 0;
    max-width: none;
  }

  .fluent-ai-s10__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }

  .fluent-ai-s10__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .fluent-ai-s10__card {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .fluent-ai-s10__grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .fluent-ai-s10__card {
    height: auto;
  }

  .fluent-ai-s10__card-desc {
    height: auto;
  }
}

/* ===== FluentAI Section 11 — Two images (Figma node 1048:12483, frame 1440x930) ===== */

.fluent-ai-s11 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s11__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px);
  display: flex;
  flex-direction: row;
  gap: clamp(24px, 2vw, 30px);
}

.fluent-ai-s11__image {
  flex: 1;
  width: 0;
  max-width: 585px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .fluent-ai-s11__inner {
    flex-direction: column;
    padding: clamp(48px, 7vw, 60px) 24px;
    gap: 24px;
  }

  .fluent-ai-s11__image {
    width: 100%;
    max-width: none;
  }
}

/* ===== FluentAI Section 12 — Full-bleed image (Figma node 1048:12490, frame 1440x854) ===== */

.fluent-ai-s12 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s12__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== FluentAI Section 13 — The Solution (Figma node 1048:12491, frame 1440x660) ===== */

.fluent-ai-s13 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s13__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px) 0;
}

.fluent-ai-s13__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fluent-ai-s13__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  flex-shrink: 0;
}

.fluent-ai-s13__content {
  margin-left: clamp(0px, 27vw, 393px);
  max-width: 807px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s13__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s13__body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.fluent-ai-s13__body p {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s13__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(16px, 2vw, 24px);
  row-gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(24px, 2vw, 30px);
  width: 100%;
}

.fluent-ai-s13__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.fluent-ai-s13__num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #009f5d;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fluent-ai-s13__item-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 6px 0 0;
}

.fluent-ai-s13__item-desc {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

@media (max-width: 1279px) {
  .fluent-ai-s13__inner {
    padding: clamp(48px, 7vw, 60px) 24px 0;
  }

  .fluent-ai-s13__header {
    flex-direction: column;
    gap: 16px;
  }

  .fluent-ai-s13__content {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .fluent-ai-s13__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== FluentAI Section 14 — Two separated overview mockups (Figma node 1048:12526, frame 1440x1027) ===== */

.fluent-ai-s14 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s14__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(24px, 2vw, 30px);
}

.fluent-ai-s14__image {
  display: block;
  height: auto;
}

.fluent-ai-s14__image--a {
  flex: 0 0 min(491px, 42%);
  width: min(491px, 42%);
}

.fluent-ai-s14__image--b {
  flex: 1;
  width: 0;
  min-width: 0;
}

@media (max-width: 1279px) {
  .fluent-ai-s14__inner {
    flex-direction: column;
    padding: clamp(48px, 7vw, 60px) 24px;
    gap: 24px;
  }

  .fluent-ai-s14__image--a,
  .fluent-ai-s14__image--b {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* ===== FluentAI Section 15 — Website & Mobile Highlights (Figma node 1048:12572, frame 1440x1018) ===== */

.fluent-ai-s15 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s15__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px);
}

.fluent-ai-s15__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  margin: 0 auto;
  max-width: 646px;
}

.fluent-ai-s15__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(24px, 3vw, 40px);
  row-gap: clamp(24px, 3vw, 40px);
  margin-top: clamp(24px, 2vw, 30px);
  align-items: stretch;
}

.fluent-ai-s15__col {
  display: flex;
  flex-direction: column;
}

.fluent-ai-s15__media {
  position: relative;
  width: 100%;
  border-radius: clamp(16px, 2vw, 24px);
  overflow: hidden;
  background-color: #c1c1c1;
}

.fluent-ai-s15__image {
  display: block;
  width: 100%;
  height: auto;
}

.fluent-ai-s15__card {
  position: absolute;
  left: clamp(16px, 2vw, 30px);
  right: clamp(16px, 2vw, 30px);
  bottom: clamp(16px, 2vw, 30px);
  border-radius: clamp(16px, 1.5vw, 20px);
  padding: clamp(20px, 2vw, 30px);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s15__card-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.fluent-ai-s15__list {
  list-style: none;
  margin: 19px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 12px);
}

.fluent-ai-s15__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.fluent-ai-s15__check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fluent-ai-s15__check svg {
  display: block;
}

.fluent-ai-s15__list-text {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
}

@media (max-width: 1279px) {
  .fluent-ai-s15__inner {
    padding: clamp(48px, 7vw, 60px) 24px;
  }

  .fluent-ai-s15__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }

  .fluent-ai-s15__grid {
    grid-template-columns: 1fr;
    margin-top: clamp(32px, 5vw, 40px);
  }
}

/* ===== FluentAI Section 16 — Full-bleed image (Figma node 1048:12620, frame 1440x854) ===== */

.fluent-ai-s16 {
  background-color: #fdeded;
  width: 100%;
}

.fluent-ai-s16__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== FluentAI Section 17 — Before/After Transformation + Results & Outcomes (Figma node 1048:12622, frame 1440x2296) ===== */

.fluent-ai-s17 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s17__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px);
}

.fluent-ai-s17__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.fluent-ai-s17__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 46px);
  margin-top: clamp(40px, 4vw, 60px);
}

.fluent-ai-s17__card {
  width: calc(50% - 23px);
  display: flex;
  flex-direction: column;
}

.fluent-ai-s17__card--redesigned {
  margin-top: clamp(120px, 17vw, 248px);
}

.fluent-ai-s17__card-header {
  width: 100%;
  height: clamp(72px, 6vw, 84px);
  border-radius: clamp(16px, 2vw, 24px);
  padding: 0 16px 0 clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.fluent-ai-s17__card--previous .fluent-ai-s17__card-header {
  background-color: #d3f3eb;
}

.fluent-ai-s17__card--redesigned .fluent-ai-s17__card-header {
  background-color: #127058;
}

.fluent-ai-s17__card--previous .fluent-ai-s17__card-title {
  color: #111111;
}

.fluent-ai-s17__card--redesigned .fluent-ai-s17__card-title {
  color: #ffffff;
}

.fluent-ai-s17__card-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}

.fluent-ai-s17__card-icon {
  flex-shrink: 0;
  width: clamp(44px, 4vw, 52px);
  height: clamp(44px, 4vw, 52px);
  border-radius: 999px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fluent-ai-s17__card-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(20px, 2vw, 30px);
  margin-top: clamp(16px, 1.5vw, 20px);
}

.fluent-ai-s17__list {
  list-style: none;
  margin: clamp(24px, 2vw, 30px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 12px);
}

.fluent-ai-s17__list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.fluent-ai-s17__list-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fluent-ai-s17__list-icon svg {
  display: block;
}

.fluent-ai-s17__list-text {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

.fluent-ai-s17__card--redesigned .fluent-ai-s17__list-text {
  font-weight: 500;
}

.fluent-ai-s17__panel {
  margin-top: clamp(60px, 6vw, 80px);
  background-color: #f4fcfa;
  border-radius: clamp(16px, 1.5vw, 20px);
  padding: clamp(24px, 3vw, 41px);
}

.fluent-ai-s17__panel-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 27vw, 393px);
}

.fluent-ai-s17__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  flex-shrink: 0;
}

.fluent-ai-s17__panel-content {
  max-width: 725px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fluent-ai-s17__panel-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  margin: 0;
}

.fluent-ai-s17__panel-body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 20px 0 0;
}

.fluent-ai-s17__metrics {
  margin-top: clamp(60px, 6vw, 80px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.fluent-ai-s17__metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 clamp(12px, 2vw, 30px);
  border-left: 1px solid rgba(156, 156, 156, 0.2);
}

.fluent-ai-s17__metric:first-child {
  border-left: none;
  padding-left: 0;
}

.fluent-ai-s17__metric-value {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 4.5vw, 62px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #127058;
}

.fluent-ai-s17__metric-label {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
}

@media (max-width: 1279px) {
  .fluent-ai-s17__inner {
    padding: clamp(48px, 7vw, 60px) 24px;
  }

  .fluent-ai-s17__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }

  .fluent-ai-s17__cards {
    flex-direction: column;
    gap: 40px;
  }

  .fluent-ai-s17__card,
  .fluent-ai-s17__card--redesigned {
    width: 100%;
    margin-top: 0;
  }

  .fluent-ai-s17__panel-row {
    flex-direction: column;
    gap: 16px;
  }

  .fluent-ai-s17__metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
}

@media (max-width: 767px) {
  .fluent-ai-s17__metrics {
    grid-template-columns: 1fr;
  }

  .fluent-ai-s17__list-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .fluent-ai-s17__metric {
    border-left: none;
    padding: 0;
  }
}

/* ===== FluentAI Section 18 — Full-bleed image (Figma node 1048:12702, frame 1440x854) ===== */

.fluent-ai-s18 {
  background-color: #fdeded;
  width: 100%;
}

.fluent-ai-s18__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== FluentAI Section 19 — Related Case study (Figma node 1048:12704, frame 1440x1032) ===== */

.fluent-ai-s19 {
  background-color: #ffffff;
  width: 100%;
}

.fluent-ai-s19__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(80px, 8.3vw, 120px) clamp(24px, 8.3vw, 120px) clamp(70px, 7vw, 97px);
}

.fluent-ai-s19__title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  margin: 0 auto;
}

.fluent-ai-s19__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(24px, 2vw, 30px);
  row-gap: clamp(32px, 3vw, 40px);
  margin-top: clamp(40px, 4vw, 60px);
}

.fluent-ai-s19__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.fluent-ai-s19__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(16px, 2vw, 24px);
}

.fluent-ai-s19__eyebrow {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #888888;
  margin-top: 24px;
}

.fluent-ai-s19__card-title {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .fluent-ai-s19__inner {
    padding: clamp(48px, 7vw, 60px) 24px;
  }

  .fluent-ai-s19__title {
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.35;
  }

  .fluent-ai-s19__grid {
    grid-template-columns: 1fr;
    margin-top: clamp(32px, 5vw, 40px);
  }
}
