:root {
  --dark: #000807;
  --ink: #000807;
  --text-light-primary: #000807;
  --text-dark-primary: #fbf9ff;
  --muted: #6f6f6f;
  --soft: #f3f4f8;
  --paper: #ffffff;
  --carrot: #fffaf7;
  --accent: #f5b849;
  --brand-accent: #f5b849;
  --brand-teal: #0fb1c7;
  --cyan: #10c1d9;
  --cyan-2: #12d1eb;
  --background-sky-1: #f2feff;
  --background-tertiary: #e9ebf8;
  --red: #f64740;
  --rail: 936px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Geist, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  height: 82px;
  width: 100%;
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.74);
  border-bottom: 1px solid #f3f3f3;
  backdrop-filter: blur(25px);
  position: absolute;
  z-index: 10;
}
.brand {
  font-size: 29px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.7px;
}
.logo-link {
  display: flex;
  align-items: center;
  width: 139.445px;
  height: 50px;
  padding: 8px 0;
}
.logo-link img {
  display: block;
  width: 139.445px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}
.brand.cyan { color: var(--cyan); }
.desktop-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.desktop-nav a,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 4px;
  color: var(--ink);
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.056px;
  white-space: nowrap;
}
.nav-trigger {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-trigger::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.nav-item {
  position: relative;
}
.nav-menu {
  position: absolute;
  left: -18px;
  top: 54px;
  min-width: 244px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.08);
  display: none;
}
.nav-dropdown.open .nav-menu,
.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  display: grid;
  gap: 2px;
}
.nav-menu a {
  min-height: auto;
  justify-content: flex-start;
  padding: 11px 12px;
  border-radius: 6px;
  color: #272727;
}
.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: #f3f8f9;
  color: var(--dark);
  outline: 0;
}
.case-studies-menu {
  min-width: 320px;
}
.resources-menu,
.company-menu {
  min-width: 260px;
}

/* Others division */
.others-page {
  background: #fff;
}
.others-page h1,
.others-page h2,
.others-page h3,
.others-page p {
  letter-spacing: 0;
}
.others-rail {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
}
.others-hero {
  min-height: 769px;
  padding: 122px 0 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(16,193,217,.16), rgba(255,255,255,0) 44%),
    linear-gradient(286deg, rgba(245,184,73,.22), rgba(255,255,255,0) 48%),
    #fff;
}
.others-hero-partners,
.others-hero-knowledge {
  background:
    linear-gradient(112deg, rgba(0,8,7,.96), rgba(12,105,117,.9) 52%, rgba(245,184,73,.88)),
    #000807;
  color: #fbf9ff;
}
.others-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(420px, 1fr);
  align-items: center;
  gap: 72px;
}
.others-hero-copy h1 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1.05;
  font-weight: 600;
  color: inherit;
}
.others-hero-copy > p:not(.platform-kicker) {
  margin: 16px 0 0;
  color: #484848;
  font-size: 20px;
  line-height: 1.35;
}
.others-hero-partners .others-hero-copy > p:not(.platform-kicker),
.others-hero-knowledge .others-hero-copy > p:not(.platform-kicker),
.others-hero-partners .platform-kicker,
.others-hero-knowledge .platform-kicker {
  color: rgba(251,249,255,.78);
}
.others-hero-copy .btn {
  margin-top: 24px;
}
.others-reference-card {
  position: relative;
  height: 540px;
  overflow: hidden;
  border: 1px solid rgba(0,8,7,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.14), 0 4px 10px rgba(0,0,0,.08);
}
.others-reference-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.38);
  pointer-events: none;
}
.others-reference-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.others-hero-research .others-reference-card img { object-position: 50% 14%; }
.others-hero-knowledge .others-reference-card img { object-position: 50% 9%; }
.others-hero-partners .others-reference-card img { object-position: 50% 8%; }
.others-hero-about .others-reference-card img { object-position: 50% 11%; }
.others-hero-careers .others-reference-card img { object-position: 50% 8%; }
.others-section {
  padding: 96px 0;
  background: #fff;
}
.others-soft {
  background: #f3f4f8;
}
.others-gradient {
  color: #fbf9ff;
  background: linear-gradient(110deg, #000807, #0f7f8e 55%, #f5b849);
}
.others-gradient .platform-kicker,
.others-gradient .others-section-heading p {
  color: rgba(251,249,255,.72);
}
.others-section-heading {
  max-width: 690px;
  margin-bottom: 36px;
}
.others-section-heading h2,
.others-cta h2,
.others-career-culture h2 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.08;
  font-weight: 600;
}
.others-section-heading p:not(.platform-kicker),
.others-card p,
.others-dark-card p,
.others-feature-card p,
.others-resource-card p,
.others-partner-card p,
.others-timeline p,
.others-role-list p,
.others-career-culture li {
  color: #5e6066;
  font-size: 17px;
  line-height: 1.45;
}
.others-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.others-stat {
  min-height: 158px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}
.others-stat b {
  display: block;
  color: var(--cyan);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}
.others-stat span {
  display: block;
  margin-top: 10px;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
}
.others-stat p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}
.others-card-grid,
.others-feature-grid,
.others-resource-grid,
.others-partner-grid {
  display: grid;
  gap: 20px;
}
.others-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.others-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.others-card,
.others-dark-card,
.others-feature-card,
.others-resource-card,
.others-partner-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
}
.others-card h3,
.others-dark-card h3,
.others-feature-card h3,
.others-resource-card h3,
.others-partner-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.others-card p,
.others-dark-card p,
.others-feature-card p,
.others-resource-card p,
.others-partner-card p {
  margin: 10px 0 0;
}
.others-dark-card {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.13);
  color: #fbf9ff;
  box-shadow: none;
}
.others-dark-card p {
  color: rgba(251,249,255,.78);
}
.others-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 24px;
}
.others-tabs button {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #a3a3a3;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.others-tabs button.active {
  border-color: var(--dark);
  background: var(--dark);
  color: #fbf9ff;
}
.others-feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #fff;
}
.others-feature-split small,
.others-feature-card small,
.others-resource-card small {
  display: inline-block;
  margin-bottom: 12px;
  color: #0b91a4;
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  text-transform: uppercase;
}
.others-feature-split h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}
.others-feature-split p {
  color: #50545a;
  font-size: 17px;
  line-height: 1.45;
}
.others-problem-solution {
  display: grid;
  gap: 16px;
}
.others-problem-solution article {
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fbfbfb;
}
.others-problem-solution b {
  display: block;
  margin-bottom: 6px;
}
.others-feature-grid {
  grid-template-columns: 1.15fr .85fr;
}
.others-feature-card.large {
  grid-row: span 3;
  min-height: 470px;
  background:
    linear-gradient(180deg, rgba(0,8,7,.08), rgba(255,255,255,.92)),
    #edfdff;
}
.others-feature-card time {
  display: block;
  margin: 10px 0;
  color: var(--muted);
}
.others-feature-card a,
.others-resource-card a {
  display: inline-block;
  margin-top: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.others-logo-band {
  padding: 42px 0;
  background: #fffaf7;
  text-align: center;
}
.others-logo-band p {
  margin: 0 0 24px;
  color: #484848;
  font-size: 18px;
}
.others-logo-band div div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}
.others-logo-band img {
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(.05);
}
.others-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.others-resource-card {
  min-height: 240px;
}
.others-partner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.others-partner-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.others-partner-card span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #edfdff;
  color: #006b79;
  font-size: 12px;
  font-weight: 600;
}
.others-timeline-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
}
.others-timeline {
  display: grid;
  gap: 14px;
}
.others-timeline article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #d8dce4;
}
.others-timeline b {
  color: var(--cyan);
  font-size: 24px;
}
.others-timeline p {
  margin: 0;
}
.others-career-culture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 70px;
  align-items: center;
}
.others-career-culture ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.others-career-culture li {
  position: relative;
  padding-left: 28px;
}
.others-career-culture li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}
.others-reference-card.compact {
  height: 430px;
}
.others-role-list {
  display: grid;
  gap: 14px;
}
.others-role-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.others-role-list h3 {
  margin: 0;
  font-size: 22px;
}
.others-role-list p {
  margin: 6px 0;
}
.others-role-list span {
  color: #0b91a4;
  font-size: 14px;
  font-weight: 600;
}
.others-cta {
  padding: 88px 0;
  background: linear-gradient(100deg, #0fb1c7, #73bca3 52%, var(--accent));
}
.others-cta .others-rail {
  max-width: 720px;
  margin-left: calc((100% - min(1100px, calc(100% - 64px))) / 2);
}
.others-cta p {
  max-width: 540px;
  margin: 12px 0 22px;
  color: #303436;
  font-size: 20px;
  line-height: 1.35;
}
.others-contact-page {
  min-height: 769px;
  padding: 132px 0 60px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, #000807 0%, #0c7584 58%, #f5b849 100%);
  color: #fbf9ff;
}
.others-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(360px, 500px);
  gap: 96px;
  align-items: center;
}
.others-contact-page .platform-kicker,
.others-contact-page .others-hero-copy > p {
  color: rgba(251,249,255,.78);
}
.others-contact-details {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.others-contact-details article {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.22);
}
.others-contact-details b,
.others-contact-details span {
  display: block;
}
.others-contact-details span {
  margin-top: 4px;
  color: rgba(251,249,255,.78);
}
.others-contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  color: var(--dark);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.others-contact-form label {
  display: grid;
  gap: 7px;
  color: #484848;
  font-size: 14px;
  font-weight: 600;
}
.others-contact-form input,
.others-contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7dbe3;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}
.others-contact-form textarea {
  min-height: 124px;
  resize: vertical;
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 20px;
  }
  .desktop-nav a,
  .nav-trigger {
    font-size: 15px;
  }
  .site-header {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 1100px) {
  .others-rail {
    width: min(100% - 48px, 760px);
  }
  .others-hero {
    padding-top: 118px;
  }
  .others-hero-grid,
  .others-contact-grid,
  .others-timeline-wrap,
  .others-career-culture {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .others-reference-card {
    height: 420px;
  }
  .others-stat-grid,
  .others-card-grid,
  .others-card-grid.three,
  .others-resource-grid,
  .others-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .others-feature-grid,
  .others-feature-split {
    grid-template-columns: 1fr;
  }
  .others-feature-card.large {
    min-height: 260px;
  }
  .others-cta .others-rail {
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .others-rail {
    width: calc(100% - 32px);
  }
  .others-hero-copy h1 {
    font-size: 40px;
  }
  .others-hero-copy > p:not(.platform-kicker),
  .others-cta p {
    font-size: 17px;
  }
  .others-section,
  .others-cta {
    padding: 64px 0;
  }
  .others-reference-card,
  .others-reference-card.compact {
    height: 320px;
  }
  .others-stat-grid,
  .others-card-grid,
  .others-card-grid.three,
  .others-resource-grid,
  .others-partner-grid {
    grid-template-columns: 1fr;
  }
  .others-feature-split,
  .others-role-list article {
    display: block;
  }
  .others-role-list .btn {
    margin-top: 16px;
  }
  .others-timeline article {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .others-contact-page {
    min-height: auto;
    padding-top: 118px;
  }
}

/* Industries division */
.industry-page {
  background: #fff;
}
.industry-page h1,
.industry-page h2,
.industry-page h3 {
  letter-spacing: 0;
}
.industry-rail {
  width: min(936px, calc(100% - 48px));
  margin: 0 auto;
}
.industry-hero {
  min-height: 769px;
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  padding: 118px clamp(48px, 5.5vw, 104px) 64px;
  background:
    linear-gradient(90deg, rgba(15,118,110,.05), transparent 42%),
    #fff;
}
.industry-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.industry-hero-copy h1 {
  color: var(--ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 700;
}
.industry-hero-copy > p:not(.platform-kicker) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.36;
}
.industry-console {
  width: 100%;
  max-width: 720px;
  border: 1px solid #e8eef3;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 60px rgba(15,23,42,.08), 0 2px 6px rgba(0,0,0,.08);
}
.industry-console-body {
  position: relative;
  min-height: 445px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(226,232,240,.5) 1px, transparent 1px),
    linear-gradient(rgba(226,232,240,.5) 1px, transparent 1px),
    #f8fafc;
  background-size: 42px 42px;
}
.industry-doc-card {
  width: 55%;
  min-height: 214px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
}
.industry-doc-card small {
  display: block;
  color: #0d9488;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
}
.industry-doc-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 12px;
}
.industry-doc-card p {
  color: #64748b;
  line-height: 1.42;
}
.industry-progress {
  height: 8px;
  margin-top: 22px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.industry-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #2563eb);
}
.industry-signal-stack {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 230px;
  display: grid;
  gap: 12px;
}
.industry-signal-stack article {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,.92);
  padding: 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}
.industry-signal-stack b {
  display: block;
  font-size: 28px;
}
.industry-signal-stack span {
  color: #64748b;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.industry-flow {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.industry-flow span {
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dbe6ef;
  color: #475569;
  font-weight: 700;
}
.industry-flow span.active {
  color: #fff;
  border-color: #2563eb;
  background: #2563eb;
}
.industry-terminal {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  border-radius: 10px;
  background: #0f172a;
  color: #67e8f9;
  padding: 13px 16px;
  font-family: "Google Sans Code", Consolas, monospace;
  font-size: 12px;
}
.industry-manufacturing .industry-progress span { background: linear-gradient(90deg, #0d9488, #f5b849); }
.industry-hr .industry-progress span { background: linear-gradient(90deg, #2563eb, #0d9488); }
.industry-banking .industry-progress span { background: linear-gradient(90deg, #315ee8, #0f172a); }
.industry-healthcare .industry-progress span { background: linear-gradient(90deg, #0d9488, #ef4444); }
.industry-travel .industry-progress span { background: linear-gradient(90deg, #0284c7, #f5b849); }
.industry-trusted {
  min-height: 270px;
  background: #fffaf7;
}
.industry-trusted .logo-word {
  font-size: 36px;
  font-weight: 700;
}
.industry-intro {
  padding: 88px 0;
  background: #f8fafc;
}
.industry-intro-grid {
  display: grid;
  grid-template-columns: 1fr 288px;
  gap: 72px;
  align-items: start;
}
.industry-intro h2,
.industry-section-heading h2,
.industry-cta h2 {
  font-size: 38px;
  line-height: 1.14;
  font-weight: 700;
}
.industry-proof-panel {
  border-radius: 16px;
  border: 1px solid #dbe6ef;
  background: #fff;
  padding: 28px;
  box-shadow: 0 16px 34px rgba(15,23,42,.08);
}
.industry-proof-panel b {
  display: block;
  font-size: 44px;
}
.industry-proof-panel span {
  display: block;
  margin: 2px 0 18px;
  color: #0d9488;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.industry-proof-panel p,
.industry-section-heading p,
.industry-usecase-grid p,
.industry-cta p,
.industry-card p {
  color: var(--muted);
  line-height: 1.42;
}
.industry-capabilities {
  padding: 96px 0 104px;
  background: #fff;
}
.industry-section-heading {
  max-width: 620px;
  margin-bottom: 34px;
}
.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.industry-card {
  min-height: 286px;
  border-radius: 14px;
  border: 1px solid #edf1f5;
  background: #fff;
  padding: 28px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.industry-card.wide {
  grid-column: 1 / -1;
}
.industry-card-icon {
  width: 100%;
  height: 86px;
  margin-bottom: 22px;
}
.industry-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.industry-card a {
  display: inline-block;
  margin-top: 18px;
  color: #0d9488;
  font-weight: 700;
}
.industry-mini {
  position: relative;
  height: 86px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f6fa;
}
.industry-mini span,
.industry-mini i {
  position: absolute;
  border-radius: 999px;
  background: #0d9488;
}
.industry-mini span {
  left: 18px;
  top: 18px;
  width: 44%;
  height: 12px;
}
.industry-mini i:nth-child(2) {
  left: 18px;
  bottom: 18px;
  width: 72%;
  height: 10px;
  background: #2563eb;
}
.industry-mini i:nth-child(3) {
  right: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  background: #f5b849;
}
.industry-mini i:nth-child(4) {
  left: 42%;
  top: 42px;
  width: 28%;
  height: 8px;
  background: #ef4444;
}
.visual-doc i:nth-child(3),
.visual-scan i:nth-child(3),
.visual-data i:nth-child(3) {
  border-radius: 8px;
  background: #fff;
  border: 2px solid #0d9488;
}
.visual-chat i:nth-child(3),
.visual-profile i:nth-child(3) {
  background: #315ee8;
}
.visual-alert i:nth-child(4),
.visual-quality i:nth-child(4) {
  background: #ef4444;
}
.industry-usecases {
  padding: 96px 0;
  background: #f1f5f9;
}
.industry-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.industry-usecase-grid article {
  min-height: 252px;
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  border: 1px solid #e2e8f0;
}
.industry-usecase-grid span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #e6fffb;
  color: #0d9488;
  font-weight: 800;
}
.industry-usecase-grid h3 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.industry-cta {
  padding: 104px 0;
  background: linear-gradient(105deg, #19b8c9 0%, #8eb88f 52%, #f5b849 100%);
}
.industry-cta-grid {
  display: grid;
  grid-template-columns: 1fr 456px;
  gap: 104px;
  align-items: start;
}
.industry-cta h2 {
  max-width: 460px;
  margin-bottom: 14px;
}
.industry-cta p {
  max-width: 430px;
  color: rgba(15,23,42,.76);
}
.industry-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.industry-badges span {
  border: 1px solid rgba(15,23,42,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  padding: 9px 13px;
  font-weight: 700;
  font-size: 13px;
}
.industry-form {
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.1);
  background: #fff;
  padding: 32px;
  box-shadow: 0 22px 54px rgba(15,23,42,.16);
}
.industry-form label {
  display: block;
  margin-bottom: 16px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}
.industry-form input,
.industry-form select,
.industry-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: #0f172a;
  background: #f8fafc;
}
.industry-form textarea {
  min-height: 92px;
  resize: vertical;
}
.industry-form button {
  width: 100%;
}

@media (max-width: 980px) {
  .industry-hero,
  .industry-intro-grid,
  .industry-cta-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .industry-hero {
    min-height: auto;
    padding: 112px 24px 56px;
  }
  .industry-console {
    width: 100%;
  }
  .industry-card-grid,
  .industry-usecase-grid {
    grid-template-columns: 1fr;
  }
  .industry-card.wide {
    grid-column: auto;
  }
  .industry-intro,
  .industry-capabilities,
  .industry-usecases,
  .industry-cta {
    padding: 64px 0;
  }
  .industry-hero-copy h1,
  .industry-intro h2,
  .industry-section-heading h2,
  .industry-cta h2 {
    font-size: 34px;
  }
  .industry-console-body {
    min-height: 620px;
  }
  .industry-doc-card,
  .industry-signal-stack,
  .industry-flow,
  .industry-terminal {
    position: static;
    width: auto;
  }
  .industry-signal-stack,
  .industry-flow,
  .industry-terminal {
    margin-top: 18px;
  }
  .industry-flow {
    grid-template-columns: 1fr 1fr;
  }
}
.case-study-page {
  background: #fff;
}
.case-study-page h1,
.case-study-page h2,
.case-study-page h3 {
  letter-spacing: 0;
}
.case-study-rail {
  width: min(936px, calc(100% - 48px));
  margin: 0 auto;
}
.case-hero {
  min-height: 769px;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  padding: 118px clamp(48px, 5.5vw, 104px) 64px;
  background: #fbfbfc;
  overflow: hidden;
}
.case-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-hero-copy h1 {
  margin: 0;
  color: #06173a;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 700;
}
.case-hero-copy p:not(.platform-kicker) {
  max-width: 396px;
  margin: 18px 0 0;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.35;
}
.case-hero-copy .btn {
  margin-top: 20px;
}
.case-hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 18px;
}
.case-visual-card {
  position: absolute;
  inset: 36px 54px 24px 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e5edf3;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .14);
}
.case-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.case-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 214px;
  padding: 13px 15px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .13);
}
.case-chip:first-of-type {
  left: -18px;
  top: 100px;
}
.case-chip:last-of-type {
  right: 0;
  bottom: 116px;
}
.case-chip i {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #e7f8fb;
}
.case-chip b,
.case-chip span {
  display: block;
}
.case-chip b {
  color: #0f4c81;
  font-size: 13px;
}
.case-chip span {
  color: #64748b;
  font-size: 11px;
}
.case-capabilities {
  padding: 104px 0 112px;
  background: #fff;
}
.case-section-heading {
  margin-bottom: 34px;
}
.case-section-heading h2,
.case-impact-heading h2,
.case-more h2,
.case-contact h2 {
  margin: 0;
  color: #111827;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.08;
}
.case-section-heading p:not(.platform-kicker),
.case-impact-heading p,
.case-more p,
.case-contact p {
  max-width: 540px;
  margin: 10px 0 0;
  color: #6f6f6f;
  line-height: 1.45;
}
.case-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.case-feature-card,
.case-wide-card,
.case-stat-card,
.case-more-card,
.case-process-card,
.case-form {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
}
.case-feature-card {
  min-height: 208px;
  padding: 24px;
}
.case-feature-card span,
.case-wide-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 7px;
  background: #eef7ff;
  color: #1f6fa8;
  font-weight: 700;
}
.case-feature-card h3,
.case-wide-card h3,
.case-process-card h3,
.case-more-card h3 {
  margin: 0 0 10px;
  color: #172033;
  font-size: 18px;
  line-height: 1.2;
}
.case-feature-card p,
.case-wide-card p,
.case-process-card p,
.case-more-card p,
.case-stat-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.45;
}
.case-wide-card {
  grid-column: 1 / -1;
  min-height: 126px;
  padding: 26px;
}
.case-challenge {
  position: relative;
  overflow: hidden;
  padding: 96px 0 108px;
  background: #fff;
}
.case-challenge::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 72px;
  width: 380px;
  height: 380px;
  border: 2px solid #22bfd2;
  border-color: #22bfd2 transparent transparent #22bfd2;
  border-radius: 50%;
}
.case-challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.case-challenge-card {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: 34px;
  border-radius: 14px;
}
.case-challenge-card.problem {
  background: #fff1f3;
}
.case-challenge-card.solution {
  background: #eafff4;
}
.case-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #0d9488;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.case-challenge-card.problem .case-badge {
  color: #c83a5c;
}
.case-challenge-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 26px;
  line-height: 1.12;
}
.case-challenge-card ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.case-challenge-card li {
  position: relative;
  padding-left: 24px;
  color: #334155;
  line-height: 1.35;
}
.case-challenge-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #cf355e;
}
.case-challenge-card.solution li::before {
  background: #0d9488;
}
.case-process {
  padding: 104px 0;
  background: #f3f4f8;
}
.case-process .case-section-heading {
  max-width: 520px;
  margin: 0 auto 34px;
  text-align: center;
}
.case-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #a3a3a3;
}
.case-tabs button {
  min-height: 54px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #6f6f6f;
  cursor: pointer;
}
.case-tabs button.active {
  border-color: #0f4c81;
  color: #0f4c81;
  font-weight: 700;
}
.case-process-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 44px;
  align-items: center;
  min-height: 316px;
  margin-top: 28px;
  padding: 42px 48px;
}
.case-process-visual {
  min-height: 190px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(15, 76, 129, .08), rgba(15, 76, 129, 0) 42%),
    repeating-linear-gradient(0deg, #f8fafc 0 22px, #edf2f7 22px 23px);
}
.case-impact {
  padding: 108px 0 118px;
  background:
    linear-gradient(180deg, #fff 0 56%, #e9ebf8 56% 100%);
}
.case-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.case-stat-card {
  min-height: 178px;
  padding: 24px 22px;
  background: #000807;
  color: #fff;
}
.case-stat-card b {
  display: block;
  font-size: 48px;
  line-height: 1;
}
.case-stat-card span {
  display: block;
  margin: 8px 0;
  color: #10c1d9;
  font-weight: 800;
}
.case-stat-card p {
  color: #d4dae1;
  font-size: 14px;
}
.case-more {
  padding: 82px 0 112px;
  text-align: center;
  background: #fff;
}
.case-more-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  max-width: 690px;
  margin: 32px auto 0;
  overflow: hidden;
  text-align: left;
}
.case-more-icon {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: #eef7ff;
  color: #1f6fa8;
  font-size: 48px;
  font-weight: 800;
}
.case-more-copy {
  padding: 34px;
}
.case-more-copy small {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f4c81;
  font-weight: 800;
  text-transform: uppercase;
}
.case-more-copy a {
  display: inline-block;
  margin-top: 18px;
  color: #0f4c81;
  font-weight: 800;
}
.case-contact {
  padding: 108px 0;
  background: linear-gradient(110deg, #18b8c8 0%, #7cb893 52%, #f5b849 100%);
}
.case-contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 88px;
  align-items: center;
}
.case-contact h2 {
  max-width: 390px;
  font-size: 44px;
}
.case-contact p {
  color: rgba(15, 23, 42, .78);
}
.case-note {
  display: inline-flex;
  margin-top: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
  color: #0f172a;
  font-size: 13px;
}
.case-form {
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .22);
}
.case-form label {
  display: block;
  margin-bottom: 15px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}
.case-form input,
.case-form select,
.case-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-radius: 7px;
  background: #f2f3f5;
  padding: 13px 14px;
  color: #334155;
}
.case-form textarea {
  min-height: 90px;
  resize: vertical;
}
.case-form button {
  width: 100%;
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }
  .desktop-nav a,
  .nav-trigger {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .case-hero,
  .case-contact-grid,
  .case-process-card {
    grid-template-columns: 1fr;
  }
  .case-hero {
    min-height: auto;
    padding: 112px 24px 56px;
  }
  .case-hero-copy h1 {
    font-size: 42px;
  }
  .case-hero-copy p:not(.platform-kicker) {
    font-size: 17px;
  }
  .case-hero-visual {
    min-height: 360px;
  }
  .case-visual-card {
    inset: 28px 0 18px;
  }
  .case-chip:first-of-type {
    left: 8px;
    top: 70px;
  }
  .case-chip:last-of-type {
    right: 8px;
    bottom: 72px;
  }
  .case-card-grid,
  .case-challenge-grid,
  .case-impact-grid,
  .case-tabs,
  .case-more-card {
    grid-template-columns: 1fr;
  }
  .case-capabilities,
  .case-challenge,
  .case-process,
  .case-impact,
  .case-more,
  .case-contact {
    padding: 64px 0;
  }
  .case-process-card {
    padding: 28px;
  }
  .case-more-card {
    max-width: 100%;
  }
  .case-more-icon {
    min-height: 140px;
  }
  .case-contact-grid {
    gap: 34px;
  }
  .case-contact h2 {
    font-size: 38px;
  }
}
.solutions-menu {
  min-width: 280px;
}
.nav-trigger[aria-current="page"],
.nav-menu a[aria-current="page"] {
  font-weight: 700;
}
.nav-menu a[aria-current="page"] {
  background: #f3f8f9;
}
.btn {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.btn.dark { background: var(--dark); color: #fbf9ff; }
.btn.light { background: #fbf9ff; color: var(--dark); }
.btn.ghost { color: var(--dark); }
.btn.cyan { background: var(--cyan); color: var(--dark); }
.btn.outline-light { color: #fbf9ff; border: 1px solid #fbf9ff; }
.header-cta {
  min-height: 48px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }
.ai-engineering-menu { min-width: 328px; }
.industries-menu { min-width: 236px; }

.section {
  position: relative;
  min-height: 769px;
  overflow: hidden;
}
.hero {
  background: linear-gradient(105deg, var(--brand-teal) 0%, #79bea3 45%, var(--brand-accent) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.14) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: .28;
}
.hero-copy {
  position: absolute;
  z-index: 1;
  left: calc(50% - 516px);
  top: 156px;
  width: 342px;
}
h1, h2, h3, p { margin: 0; }
h1 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 56px;
  line-height: 105%;
  letter-spacing: -0.168px;
  font-weight: 500;
  color: var(--text-light-primary);
}
h1 span {
  display: block;
}
h1 .title-highlight {
  position: relative;
  z-index: 0;
  width: max-content;
  font-weight: 600;
}
h1 .title-highlight::before {
  content: "";
  position: absolute;
  left: -2px;
  z-index: -1;
  background: var(--brand-accent);
}
h1 .title-highlight-enterprise::before {
  top: 2.6px;
  width: 289px;
  height: 56px;
}
h1 .title-highlight-productivity::before {
  top: 5.8px;
  width: 328px;
  height: 50px;
}
mark {
  background: var(--brand-accent);
  color: inherit;
  padding: 0 .05em;
}
.hero-copy p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.07px;
}
.hero .btn.dark { font-weight: 500; }
.hero .btn.ghost { font-weight: 400; }
.button-row { display: flex; gap: 8px; align-items: center; margin-top: 20px; }
.hero-visual {
  z-index: 1;
  position: absolute;
  left: calc(50% - 30.75px);
  top: 170.949px;
  width: 676.5px;
  height: 463.1px;
}
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.one-card {
  position: absolute;
  left: 285px;
  top: 205px;
  width: 178px;
  height: 86px;
  display: grid;
  place-items: center;
  background: #edfdff;
  color: #005a66;
  border: 2px solid var(--dark);
  border-radius: 12px;
  box-shadow: 6px 6px 0 #000;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: -8px;
}
.one-card.small {
  left: 415px;
  top: 190px;
  width: 230px;
  height: 92px;
}
.orbit {
  position: absolute;
  border: 1.4px dashed rgba(0,8,7,.8);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.orbit-a { width: 330px; height: 120px; left: 140px; top: 170px; }
.orbit-b { width: 410px; height: 160px; left: 255px; top: 128px; transform: rotate(25deg); }
.orbit-c { width: 420px; height: 180px; left: 205px; top: 250px; transform: rotate(-20deg); }
.mini-card {
  position: absolute;
  min-width: 150px;
  background: rgba(255,255,255,.56);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 11px;
  font-size: 15px;
  color: #333;
}
.mini-card small { display: block; margin-bottom: 8px; }
.card-collab { left: 240px; top: 34px; }
.card-pm { right: 20px; top: 40px; width: 240px; }
.card-hr { left: 0; top: 160px; width: 184px; }
.card-hiring { left: 0; top: 300px; width: 178px; }
.card-agents { left: 300px; top: 360px; width: 175px; }
.card-bid { right: 8px; top: 205px; width: 178px; }
.card-sales { right: 35px; bottom: 20px; width: 160px; }
.avatar-row, .agent-dots { display: flex; align-items: center; }
.avatar-row span, .agent-dots span, .profile-bar span {
  width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, #fff, var(--cyan)); border: 1px solid #fff; margin-right: -4px;
}
.avatar-row b { background: var(--cyan); color: white; border-radius: 50%; width: 24px; height: 24px; display: grid; place-items: center; font-size: 11px; }
.bars i, .line-set i, .profile-bar i {
  display: inline-block; height: 14px; border-radius: 20px; background: white; margin: 3px;
}
.bars i:nth-child(1) { width: 45px; background: linear-gradient(90deg, #000807, var(--cyan)); }
.bars i:nth-child(2) { width: 30px; }
.bars i:nth-child(3) { width: 78px; }
.bars i:nth-child(4) { width: 120px; }
.line-set i { width: 116px; display: block; }
.line-set b { display: block; width: 42px; height: 24px; border-bottom: 3px solid #005a66; border-left: 3px solid #005a66; transform: skew(-15deg); margin-left: 100px; }
.chart-bars { display: flex; gap: 10px; align-items: flex-end; height: 75px; }
.chart-bars i { width: 18px; background: white; border-radius: 2px; }
.chart-bars i:nth-child(1) { height: 26px; }
.chart-bars i:nth-child(2) { height: 42px; }
.chart-bars i:nth-child(3) { height: 54px; }
.chart-bars i:nth-child(4) { height: 65px; }
.chart-bars i:nth-child(5) { height: 74px; background: linear-gradient(#000807, var(--cyan)); }
.stars { color: #00798a; letter-spacing: 3px; }

.trusted {
  min-height: 215px;
  background: var(--carrot);
  padding-top: 48px;
  text-align: center;
}
.trusted p {
  font-size: 20px;
  line-height: 1.35;
}
.logo-carousel {
  position: relative;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.logo-viewport {
  width: min(1030px, calc(100vw - 160px));
  overflow: hidden;
}
.logo-strip {
  display: flex;
  align-items: center;
  gap: 56px;
  height: 80px;
  white-space: nowrap;
  transition: transform .38s ease;
  will-change: transform;
}
.logo-nav {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  cursor: pointer;
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 68px;
}
.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 52px;
  object-fit: contain;
}
.sigma img { max-width: 92px; max-height: 72px; }
.apollo img { max-width: 109px; max-height: 80px; }
.hsbc img { max-width: 193px; max-height: 52px; }
.shimento img { max-width: 170px; max-height: 40px; }
.cental img { max-width: 88px; max-height: 62px; }
.nmu img { width: 208px; height: 64px; border-radius: 7px; object-fit: cover; }
.adn img { max-width: 42px; max-height: 62px; }
.trust-technica img { max-width: 144px; max-height: 52px; }
.future-look img { max-width: 100px; max-height: 68px; }
.prodatamation img { max-width: 164px; max-height: 35px; }
.ftec img { max-width: 188px; max-height: 35px; }
.constelli img { max-width: 196px; max-height: 40px; }

.split-bg {
  position: absolute;
  inset: 0 auto 0 0;
  width: 46.9%;
  background: #f5f5f5;
}
.section-copy {
  position: absolute;
  left: calc(50% - 468px);
  top: 96px;
  width: 456px;
}
.eyebrow {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: .49px;
  color: var(--muted);
}
.section-copy h2, .wide-copy h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.3px;
}
.section-copy h2 span { color: var(--muted); font-weight: 500; }
.section-copy .lead {
  margin-top: 8px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.section-copy .lead strong { color: var(--ink); }
.broken-grid {
  position: absolute;
  right: calc(50% - 563px);
  top: 96px;
  width: 456px;
  height: 673px;
}
.visual-export img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tool-card {
  position: absolute;
  width: 136px;
  min-height: 72px;
  background: #f3f4f8;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 42px 12px 10px;
  font-weight: 600;
  font-size: 16px;
}
.tool-card::before {
  content: "";
  position: absolute;
  top: 12px; left: 12px;
  width: 22px; height: 22px;
  border: 2px solid #000;
  border-radius: 6px;
}
.tool-card:nth-child(1) { left: 0; top: 58px; }
.tool-card:nth-child(2) { left: 160px; top: 0; }
.tool-card:nth-child(3) { left: 320px; top: 29px; }
.tool-card:nth-child(4) { left: 0; top: 166px; }
.tool-card:nth-child(5) { left: 160px; top: 102px; }
.tool-card:nth-child(6) { left: 320px; top: 127px; }
.tool-card:nth-child(7) { left: 0; top: 269px; }
.tool-card:nth-child(8) { left: 160px; top: 201px; }
.tool-card:nth-child(9) { left: 320px; top: 247px; }
.disconnect {
  position: absolute;
  width: 20px; height: 20px;
  color: var(--red);
}
.disconnect::before { content: "x"; font-size: 20px; color: var(--red); }
.d1 { left: 55px; top: 130px; }.d2 { left: 210px; top: 70px; }.d3 { left: 370px; top: 98px; }.d4 { left: 55px; top: 238px; }.d5 { left: 210px; top: 172px; }.d6 { left: 370px; top: 218px; }

.what-we-do { background: #fafafa; }
.grid-bg, .what-we-do::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(#ececec 1px, transparent 1px), linear-gradient(90deg, #ececec 1px, transparent 1px);
  background-size: 120px 80px;
  opacity: .75;
}
.what-we-do .section-copy { top: 132px; width: 456px; }
.what-we-do h2 { font-size: 44px; }
.what-we-do .btn { margin-top: 8px; }
.curve-dot {
  position: absolute;
  left: 76px;
  bottom: 100px;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--cyan), var(--accent));
}
.curve-dot::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 1px;
  background: #a3a3a3;
  left: 70px;
  top: 50px;
}

.automation {
  background: linear-gradient(100deg, #000807 0%, #005d68 45%, var(--cyan-2) 100%);
  color: #fbf9ff;
}
.workflow-map {
  position: absolute;
  width: 1056px;
  height: 456px;
  left: 50%;
  top: 96px;
  transform: translateX(-50%);
}
.node {
  position: absolute;
  background: #0a6470;
  border-radius: 9px;
  padding: 18px;
  min-width: 165px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  font-family: "Google Sans Code", monospace;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: .6px;
}
.node::after { content: "[]  =="; display: block; margin-top: 14px; font-family: Geist, sans-serif; }
.node.left { background: #0a6470; }
.node.right { background: #005a66; }
.n1 { left: 42px; top: 0; }.n2 { left: 0; top: 136px; }.n3 { left: 100px; top: 212px; }.n4 { left: 22px; top: 348px; }
.n5 { left: 747px; top: 26px; }.n6 { left: 864px; top: 102px; }.n7 { left: 736px; top: 180px; }.n8 { left: 797px; top: 261px; min-width: 224px; }
.workflow-map .line {
  position: absolute;
  height: 2px;
  background: rgba(255,255,255,.55);
}
.l1 { left: 160px; top: 185px; width: 270px; }
.l2 { left: 590px; top: 180px; width: 290px; }
.l3 { left: 200px; top: 280px; width: 250px; }
.l4 { left: 590px; top: 260px; width: 290px; }
.automation-bottom {
  position: absolute;
  left: calc(50% - 468px);
  right: calc(50% - 468px);
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 120px;
}
.automation-bottom p {
  max-width: 640px;
  font-size: 24px;
  line-height: 1.35;
}

.agents { background: #fffaf8; text-align: center; padding-top: 80px; }
.agents h2 {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 1.15;
}
.agents h2 span,
.applied h2 span,
.proof h2 span,
.capabilities .enterprise-card h3 span {
  background: linear-gradient(90deg, var(--cyan), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.agent-carousel {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 64px;
  margin-top: 70px;
}
.agent-card {
  width: 215px;
  height: 328px;
  border-radius: 8px;
  background: linear-gradient(#0bd2ee, #00bcd9);
  position: relative;
  overflow: hidden;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  transition: width .28s ease, height .28s ease, opacity .28s ease, transform .28s ease, box-shadow .28s ease;
}
.agent-card.active { width: 256px; height: 372px; box-shadow: 0 12px 32px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.1); }
.agent-card.side { opacity: .75; transform: translateY(8px); }
.agent-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agent-card div {
  position: relative;
  width: 100%;
  text-align: left;
  background: rgba(255,255,255,.78);
  border-radius: 8px;
  padding: 12px;
}
.agent-card b { display: block; font-size: 20px; }
.agent-card small { font-family: "Google Sans Code", monospace; color: #505050; font-size: 12px; }
.carousel-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 155px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.carousel-caption p { width: 420px; font-size: 18px; line-height: 1.25; color: #323232; }
.carousel-caption button {
  width: 48px; height: 48px;
  border-radius: 9px;
  border: 0;
  background: #000;
  color: white;
  font-size: 28px;
  cursor: pointer;
}
.carousel-caption button:focus-visible,
.logo-nav:focus-visible,
.pill:focus-visible,
.accordion button:focus-visible {
  outline: 3px solid rgba(16,193,217,.55);
  outline-offset: 3px;
}

.connected { background: var(--soft); padding-top: 96px; }
.wide-copy { width: var(--rail); margin: 0 auto; position: relative; z-index: 1; }
.wide-copy h2 { font-size: 36px; }
.wide-copy p { margin-top: 4px; font-size: 18px; line-height: 1.3; color: #484848; }
.pill-row { margin-top: 16px; display: flex; gap: 16px; flex-wrap: wrap; }
.pill {
  border: 1px solid #a3a3a3;
  color: var(--muted);
  background: transparent;
  border-radius: 24px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.pill.active {
  background: linear-gradient(90deg, var(--dark), var(--cyan-2));
  border-color: var(--dark);
  color: #fbf9ff;
}
.dark-pill {
  background: var(--dark);
  border-color: var(--dark);
  color: #fbf9ff;
}
.impact-map {
  position: relative;
  width: var(--rail);
  height: 470px;
  margin: 40px auto 0;
}
.arc {
  position: absolute;
  width: 760px; height: 390px;
  left: 88px; top: 84px;
  border-top: 3px solid var(--accent);
  border-radius: 50% 50% 0 0;
}
.impact {
  position: absolute;
  width: 170px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background: rgba(255,255,255,.25);
  border: 1px solid #a3a3a3;
  border-radius: 16px;
  padding: 16px;
  backdrop-filter: blur(10px);
}
.impact b { font-size: 16px; }
.impact span { font-size: 16px; line-height: 1.3; }
.origin { left: 22px; top: 230px; color: #a30015; }
.hr { left: 240px; top: 65px; }
.pm { left: 500px; top: 65px; }
.result { right: 32px; top: 210px; color: #248232; }

.capabilities { background: white; }
.content-rail { width: var(--rail); margin: 0 auto; padding-top: 96px; position: relative; z-index: 1; }
.content-rail h2 { font-size: 36px; line-height: 1.15; margin-bottom: 32px; }
.cap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cap-grid article {
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 32px 48px 24px;
  min-height: 228px;
  box-shadow: 0 2px 3px rgba(0,0,0,.08), 0 1px 1px rgba(0,0,0,.06);
}
.cap-grid h3, .enterprise-card h3 { font-size: 24px; line-height: 1.15; }
.cap-grid p, .enterprise-card p { color: var(--muted); font-size: 20px; line-height: 1.35; margin: 8px 0 20px; }
.cap-grid a { text-decoration: underline; }
.enterprise-card {
  margin-top: 32px;
  height: 249px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.1);
  color: white;
}
.enterprise-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.enterprise-card div { position: relative; padding: 44px 56px; max-width: 760px; }
.enterprise-card p { color: rgba(255,255,255,.8); }
.curve-line {
  position: absolute;
  right: -100px;
  top: -80px;
  width: 500px;
  height: 780px;
  border-left: 2px solid var(--cyan);
  border-radius: 50%;
}

.proof { background: white; text-align: center; padding-top: 80px; }
.proof::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 100%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(90deg, transparent 0 23px, rgba(16,193,217,.4) 23px 25px, transparent 25px 46px);
}
.proof h2 { position: relative; z-index: 1; font-size: 36px; line-height: 1.15; }
.testimonial-card {
  position: relative;
  z-index: 1;
  width: 540px;
  margin: 52px auto 0;
  background: var(--carrot);
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  text-align: left;
  padding: 20px 32px 16px;
  box-shadow: 0 2px 3px rgba(0,0,0,.08), 0 1px 1px rgba(0,0,0,.06);
}
.meta {
  display: flex;
  justify-content: space-between;
  color: #787878;
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  letter-spacing: .49px;
}
.testimonial-card p { margin-top: 16px; font-size: 24px; line-height: 1.55; max-height: 190px; overflow: hidden; }
.testimonial-card p.expanded { max-height: none; }
.testimonial-card button {
  display: block;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--red);
  text-decoration: underline;
  padding: 10px 0;
  cursor: pointer;
}
.author-row {
  width: 472px;
  margin: 22px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.author-row em { color: var(--muted); font-style: normal; }
.author-row b { color: #158d97; font-size: 42px; letter-spacing: -1px; }

.engineering {
  background: #f5f5f5;
  padding-top: 96px;
}
.service-card {
  position: absolute;
  left: calc(50% - 468px);
  top: 96px;
  width: 352px;
  height: 558px;
  border-radius: 8px;
  background: linear-gradient(100deg, var(--dark), var(--cyan-2));
  padding: 40px 32px;
  color: #fbf9ff;
}
.service-card h2 { font-size: 44px; line-height: 1.05; letter-spacing: -.13px; }
.service-card .btn { margin-top: 24px; }
.accordion-list {
  position: absolute;
  left: calc(50% - 68px);
  top: 96px;
  width: 536px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion {
  background: white;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  overflow: hidden;
}
.accordion button {
  width: 100%;
  min-height: 72px;
  padding: 16px 24px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 20px;
}
.accordion button::before {
  content: "\25C7";
  margin-right: 12px;
  font-size: 30px;
}
.accordion button span { flex: 1; }
.accordion p { display: none; padding: 0 24px 20px 76px; color: #484848; font-size: 18px; line-height: 1.35; }
.accordion.open p { display: block; }
.accordion p a { color: #2556b8; text-decoration: underline; margin-left: 20px; }

.applied { background: var(--soft); padding-top: 80px; }
.applied .wide-copy h2 { font-size: 36px; }
.applied-body {
  width: var(--rail);
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: 400px 1px 353px;
  gap: 64px;
  align-items: center;
}
.applied-body::before {
  content: "";
  width: 1px;
  height: 104px;
  background: #a3a3a3;
  grid-column: 2;
}
.doctor-wrap {
  position: relative;
  height: 322px;
  border-bottom: 2px solid var(--cyan);
}
.doctor-wrap img {
  position: absolute;
  width: 483px;
  height: 342px;
  object-fit: cover;
  left: -27px;
  top: -21px;
}
.halo {
  position: absolute;
  width: 450px;
  height: 90px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  transform: rotate(-45deg);
  left: -10px;
  top: 75px;
}
.case-list { grid-column: 3; }
.case-list > p { margin-bottom: 16px; }
.case-list article {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.case-list img { width: 62px; height: 62px; border-radius: 8px; object-fit: cover; border: 1px solid #ebebeb; }
.case-list span { flex: 1; font-size: 16px; line-height: 1.25; }
.case-list small { display: block; color: #666; margin-top: 2px; }
.industry-pills { width: var(--rail); margin: 24px auto 0; }

.final-cta {
  min-height: 402px;
  background: linear-gradient(100deg, #0fb1c7, #73bca3 52%, var(--accent));
}
.final-cta > div {
  width: 408px;
  position: absolute;
  left: calc(50% - 468px);
  top: 80px;
}
.final-cta h2 { font-size: 36px; line-height: 1.1; }
.final-cta p { margin-top: 4px; font-size: 20px; color: #464646; }
.link-btn { text-decoration: underline; color: #464646; padding: 14px 16px; }

.site-footer {
  position: relative;
  min-height: 521px;
  background: var(--dark);
  color: #fbf9ff;
  padding: 56px 80px 48px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
}

.platform-page {
  background: var(--paper);
}
.platform-hero {
  min-height: 769px;
  padding: 120px 80px 80px;
  display: flex;
  align-items: center;
  background: linear-gradient(105deg, #f4fbfc 0%, #ffffff 52%, #fff7e6 100%);
}
.platform-hero.security-hero {
  background: linear-gradient(105deg, #f6fbfa 0%, #ffffff 52%, #f7f4ff 100%);
}
.platform-hero.integrations-hero {
  background: linear-gradient(105deg, #f4fcff 0%, #ffffff 50%, #fff7e2 100%);
}
.platform-hero-inner {
  width: var(--rail);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 476px) minmax(260px, 1fr);
  gap: 96px;
  align-items: center;
}
.platform-kicker {
  margin-bottom: 14px;
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: .49px;
  color: var(--muted);
  text-transform: uppercase;
}
.platform-title {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--text-light-primary);
}
.platform-lead {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}
.platform-hero .btn {
  margin-top: 22px;
}
.platform-visual {
  min-height: 360px;
  border: 1px solid rgba(0,8,7,.11);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,.18)),
    radial-gradient(circle at 20% 20%, rgba(16,193,217,.32), transparent 32%),
    radial-gradient(circle at 82% 62%, rgba(245,184,73,.33), transparent 34%),
    #f8fbfb;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  padding: 28px;
}
.platform-visual-list {
  height: 100%;
  display: grid;
  gap: 14px;
  align-content: center;
}
.platform-visual-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  border: 1px solid rgba(0,8,7,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  padding: 14px 16px;
  color: #3c3c3c;
}
.platform-visual-chip::after {
  content: "";
  width: 70px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan), var(--accent));
}
.platform-section {
  padding: 96px 80px;
}
.platform-section.alt {
  background: #f5f5f5;
}
.platform-section.dark {
  background: var(--dark);
  color: var(--text-dark-primary);
}
.platform-section-inner {
  width: var(--rail);
  margin: 0 auto;
}
.section-header {
  max-width: 620px;
  margin-bottom: 32px;
}
.section-header h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
}
.section-header p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}
.dark .section-header p {
  color: #9da1a6;
}
.structure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.structure-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.structure-card {
  min-height: 178px;
  border: 1px solid rgba(0,8,7,.1);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
}
.dark .structure-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.15);
  box-shadow: none;
}
.structure-card h3 {
  font-size: 22px;
  line-height: 1.15;
}
.structure-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}
.dark .structure-card p {
  color: #b6babf;
}
.process-list {
  display: grid;
  gap: 18px;
  counter-reset: process;
}
.process-item {
  counter-increment: process;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 18px;
}
.process-item::before {
  content: counter(process, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--dark);
  color: var(--text-dark-primary);
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
}
.process-item h3 {
  font-size: 22px;
}
.process-item p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}
.platform-cta {
  min-height: 429px;
  display: flex;
  align-items: center;
  background: linear-gradient(100deg, #0fb1c7, #73bca3 52%, var(--accent));
}
.platform-cta .platform-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(260px, 1fr);
  gap: 72px;
  align-items: center;
}
.platform-cta h2 {
  font-size: 36px;
  line-height: 1.1;
}
.platform-cta p {
  margin-top: 8px;
  color: #464646;
  font-size: 20px;
  line-height: 1.35;
}
.cta-timeline {
  display: grid;
  gap: 20px;
}
.cta-timeline span {
  display: block;
  border-left: 3px solid var(--dark);
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.3;
}

.figma-platform-page {
  --figma-band: 769px;
  background: #fff;
}
.figma-band {
  min-height: var(--figma-band);
  position: relative;
  overflow: hidden;
}
.figma-rail {
  width: var(--rail);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.figma-rail.two-col {
  min-height: var(--figma-band);
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 96px;
  align-items: center;
}
.apta-hero {
  background: linear-gradient(105deg, #f2feff 0 41.4%, #ffffff 41.4% 100%);
  min-height: var(--figma-band);
}
.apta-hero::after,
.purpose-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e8eef1 1px, transparent 1px), linear-gradient(90deg, #e8eef1 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .42;
}
.apta-hero-copy {
  position: absolute;
  left: calc(50% - 546px);
  top: 190px;
  width: 376px;
  z-index: 1;
}
.apta-hero-copy h1,
.agents-hero-copy h1 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
}
.apta-hero-copy mark {
  display: inline-block;
  background: var(--accent);
  padding: 0 .07em;
}
.apta-hero-copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.apta-hero-visual {
  position: absolute;
  z-index: 1;
  right: calc(50% - 664px);
  top: 178px;
  width: 676px;
  height: 501px;
  object-fit: contain;
}
.apta-statement {
  background: #fff;
  display: flex;
  align-items: center;
}
.apta-statement h2 {
  max-width: 936px;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
}
.statement-body {
  max-width: 917px;
  margin-top: 14px;
  color: #323232;
  font-size: 30px;
  line-height: 1.22;
}
.statement-emphasis {
  max-width: 936px;
  margin-top: 24px;
  color: var(--dark);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}
.statement-emphasis.small {
  width: 560px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 20px;
}
.purpose-band {
  background: #fafafa;
  padding-top: 80px;
}
.center-copy {
  max-width: 456px;
  margin: 0 auto;
  text-align: center;
}
.center-copy h2,
.connected-proof-header h2,
.automation-copy h2,
.context-header h2 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
}
.center-copy p:not(.platform-kicker),
.context-header p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.figma-map-img {
  display: block;
  width: min(936px, 100%);
  height: auto;
  margin: 58px auto 0;
  object-fit: contain;
}
.connected-proof {
  background: #f3f4f8;
  padding-top: 88px;
}
.connected-proof-header {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}
.connected-proof-header h2 {
  max-width: 520px;
}
.connected-proof-header .pill-row {
  max-width: 450px;
  justify-content: flex-end;
  margin-top: 0;
}
.proof-layout {
  position: relative;
  height: 390px;
  margin-top: 72px;
}
.proof-layout::before {
  content: "";
  position: absolute;
  left: 110px;
  right: 110px;
  top: 170px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--accent));
}
.proof-card {
  position: absolute;
  width: 192px;
  min-height: 142px;
  padding: 18px;
  display: grid;
  gap: 8px;
  align-content: center;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  background: rgba(255,255,255,.72);
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.proof-card b {
  font-size: 17px;
}
.proof-card span {
  color: #494949;
  font-size: 16px;
  line-height: 1.3;
}
.proof-card.origin { left: 0; top: 118px; }
.proof-card.first { left: 248px; top: 0; }
.proof-card.second { right: 248px; top: 0; }
.proof-card.result { right: 0; top: 118px; }
.platform-trusted {
  min-height: 215px;
}

.industry-logo-band {
  min-height: 215px;
  padding-top: 48px;
  background: #fbf7f4;
}

.industry-logo-band .logo-carousel {
  margin-top: 18px;
}

.industry-logo-band .logo-viewport {
  width: min(1497px, calc(100vw - 16px));
}

.industry-logo-band .logo-strip {
  gap: 72px;
  height: 72px;
}

.ai-logo-band {
  min-height: 215px;
  padding-top: 48px;
  background: #fbf7f4;
}

.ai-logo-band .logo-carousel {
  margin-top: 18px;
}

.ai-logo-band .logo-viewport {
  width: min(1512px, 100vw);
}

.ai-logo-band .logo-strip {
  gap: 72px;
  height: 72px;
}

.figma-crop-cta-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.industry-what-band {
  min-height: 438px;
  padding: 148px 24px;
  background: #fbf7f4;
  text-align: center;
}

.industry-what-inner {
  width: min(936px, 100%);
  margin: 0 auto;
}

.industry-what-inner h2 {
  max-width: 936px;
  margin: 0 auto;
  color: #191919;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
}

.industry-what-inner .platform-kicker {
  margin-bottom: 8px;
  color: rgba(0, 8, 7, .42);
}

.industry-figma-hybrid-hero {
  min-height: 769px;
  padding: 152px 0 74px;
  background: #fbfbfc;
  overflow: hidden;
}

.industry-figma-hybrid-inner {
  width: min(1224px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.industry-figma-hybrid-copy {
  max-width: 480px;
}

.industry-figma-hybrid-copy h1 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  color: #000807;
  font-size: 58px;
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.industry-figma-hybrid-copy > p:not(.platform-kicker) {
  max-width: 400px;
  margin-top: 16px;
  color: #6f6f6f;
  font-size: 20px;
  line-height: 1.35;
}

.industry-figma-hybrid-copy .btn {
  margin-top: 18px;
}

.industry-figma-hybrid-visual {
  display: flex;
  justify-content: flex-end;
}

.industry-figma-hybrid-visual img {
  display: block;
  width: min(100%, 680px);
  height: auto;
  max-width: none;
}

.banking-finance-hero-visual .industry-figma-hybrid-visual img {
  width: min(100%, 648px);
}
.figma-cta .platform-section-inner {
  width: var(--rail);
}
.solution-page {
  --solution-yellow: #ffc43d;
  --solution-cyan: #28c6cf;
  --solution-soft: #f5f6f9;
}
.solution-hero {
  min-height: 769px;
  background: #fff;
}
.solution-hero::before,
.solution-capabilities::before,
.solution-stats::before {
  content: "";
  position: absolute;
  border: 2px solid rgba(40,198,207,.78);
  border-radius: 50%;
  pointer-events: none;
}
.solution-hero-copy {
  position: absolute;
  z-index: 2;
  left: calc(50% - 468px);
  top: 184px;
  width: 433px;
}
.solution-hero-copy h1 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 55px;
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 600;
  color: #050505;
}
.solution-hero-copy h1::after {
  content: none;
}
.solution-hero-copy p {
  margin: 18px 0 0;
  color: #6c6c6c;
  font-size: 21px;
  line-height: 1.34;
}
.solution-hero-copy .btn {
  margin-top: 18px;
}
.solution-hero-visual {
  position: absolute;
  z-index: 1;
  right: calc(50% - 650px);
  top: 92px;
  width: 610px;
  height: 592px;
  overflow: hidden;
}
.solution-hero-visual img {
  width: 1512px;
  max-width: none;
  height: 769px;
  transform: translate(-720px, 0);
  display: block;
}
.assessment-hero-crop img {
  transform: translate(-690px, 0);
}
.bid-hero-crop img {
  transform: translate(-625px, 0);
}
.bid-hero-crop {
  width: 690px;
  right: calc(50% - 700px);
}
.project-hero-crop img {
  transform: translate(-665px, 0);
}
.collaboration-hero-crop img {
  transform: translate(-670px, 0);
}
.people-hero-crop img {
  transform: translate(-640px, 0);
}
.people-ops-visual {
  display: block;
  overflow: visible;
  height: 560px;
  border-radius: 34px;
  background:
    linear-gradient(#e5e8ee 1px, transparent 1px),
    linear-gradient(90deg, #e5e8ee 1px, transparent 1px),
    #f4f5f8;
  background-size: 72px 72px;
  box-shadow: inset 0 0 0 1px #eef0f5;
}
.people-ops-visual article {
  position: absolute;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid #e2e5ec;
  box-shadow: 0 18px 45px rgba(26,31,44,.12);
  padding: 18px;
}
.people-ops-visual span {
  display: block;
  color: #6e7685;
  font-size: 13px;
  font-weight: 700;
}
.people-ops-visual strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.1;
}
.people-ops-visual small,
.people-ops-visual p {
  color: #5b6472;
  font-size: 14px;
}
.people-ops-visual p {
  margin: 12px 0 0;
}
.people-ops-visual em {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0d7a45;
  background: #e7f6ee;
  font-style: normal;
  font-weight: 700;
}
.people-profile {
  left: 34px;
  top: 128px;
  width: 250px;
}
.people-score {
  right: 24px;
  top: 92px;
  width: 210px;
}
.people-score strong {
  font-size: 52px;
}
.people-score strong small {
  font-size: 20px;
}
.people-progress {
  left: 300px;
  top: 250px;
  width: 245px;
}
.people-progress::after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #28c6cf 0 75%, #e3e7ed 75% 100%);
}
.people-plan {
  right: 58px;
  bottom: 56px;
  width: 240px;
}
.people-doc {
  left: 64px;
  bottom: 58px;
  width: 230px;
}
.solution-savings-banner small {
  display: block;
  margin-top: 8px;
  color: #d8d8d8;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 500;
}
.solution-visual-section {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  padding: 0;
}
.solution-visual-section img {
  display: block;
  width: min(1141px, 100%);
  height: auto;
  margin: 0 auto;
}
.solution-savings {
  min-height: 769px;
  background: #fff;
}
.solution-savings-copy {
  position: absolute;
  left: calc(50% - 468px);
  top: 136px;
  width: 376px;
}
.solution-savings-copy h2 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 600;
}
.solution-savings-copy .btn {
  margin-top: 24px;
}
.solution-included-grid {
  position: absolute;
  right: calc(50% - 468px);
  top: 136px;
  width: 459px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.solution-included-grid article {
  min-height: 122px;
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.solution-included-grid article:nth-child(2n),
.solution-included-grid .wide {
  border-right: 0;
}
.solution-included-grid .wide {
  grid-column: 1 / -1;
}
.solution-included-grid span {
  display: inline-block;
  color: #14945b;
  font-size: 16px;
  font-weight: 600;
}
.solution-included-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 23px;
  line-height: 1.2;
}
.solution-included-grid p {
  margin: 10px 0 0;
  color: #8a8a8a;
  font-size: 18px;
}
.solution-savings-banner {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: min(650px, calc(100% - 48px));
  transform: translateX(-50%);
  padding: 32px 64px;
  border-radius: 26px;
  background: #111;
  color: #fff;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}
.solution-stats {
  min-height: 763px;
  background: #fafafa;
}
.solution-stats::before {
  width: 1280px;
  height: 1280px;
  left: calc(50% - 520px);
  top: -650px;
}
.solution-stat-card {
  position: absolute;
  width: 260px;
  min-height: 172px;
  display: grid;
  align-content: center;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.08);
}
.solution-stat-card strong {
  font-size: 52px;
  line-height: 1;
}
.solution-stat-card span {
  margin-top: 6px;
  color: #474747;
  font-size: 26px;
  line-height: 1.08;
}
.solution-stat-card:nth-child(1) { left: calc(50% - 468px); top: 104px; }
.solution-stat-card:nth-child(2) { left: calc(50% - 130px); top: 176px; }
.solution-stat-card:nth-child(3) { left: calc(50% + 208px); top: 304px; }
.solution-stat-card:nth-child(4) { left: calc(50% - 468px); top: 441px; }
.solution-stat-card.statement {
  left: calc(50% - 148px);
  top: 441px;
  width: 296px;
  min-height: 220px;
}
.solution-stat-card.statement strong {
  font-size: 38px;
  line-height: 1.08;
}
.solution-final-cta {
  min-height: 418px;
  display: grid;
  grid-template-columns: 408px 326px;
  justify-content: space-between;
  align-items: center;
  padding: 64px calc((100% - var(--rail)) / 2);
  background: #fff;
}
.solution-final-cta h2 {
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 600;
}
.solution-final-cta p {
  margin: 8px 0 0;
  color: #6f6f6f;
  font-size: 20px;
  line-height: 1.35;
}
.solution-final-cta .button-row {
  margin-top: 16px;
}
.solution-cta-orbit {
  position: relative;
  width: 326px;
  height: 306px;
}
.solution-cta-orbit span {
  position: absolute;
  left: 46px;
  top: 42px;
  width: 240px;
  height: 240px;
  border-radius: 46px;
  background: #111;
  transform: rotate(20deg);
}
.solution-cta-orbit i {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
}
.solution-cta-orbit i::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 10px;
  background: var(--solution-yellow);
}
.solution-cta-orbit i:nth-of-type(1) { left: 135px; top: 0; }
.solution-cta-orbit i:nth-of-type(2) { left: 262px; top: 15px; }
.solution-cta-orbit i:nth-of-type(3) { left: 17px; top: 15px; }
.solution-cta-orbit i:nth-of-type(4) { left: 70px; top: 242px; }
.solution-cta-orbit i:nth-of-type(5) { left: 196px; top: 242px; }
.solution-cta-orbit i:nth-of-type(6) { left: 0; top: 121px; }
@media (max-width: 900px) {
  .solution-hero {
    min-height: auto;
    padding: 116px 24px 48px;
  }
  .solution-hero-copy,
  .solution-savings-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
  .solution-hero-copy h1,
  .solution-savings-copy h2 {
    font-size: 42px;
  }
  .solution-hero-copy h1::after {
    display: none;
  }
  .solution-hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 360px;
    margin-top: 34px;
    border-radius: 18px;
  }
  .solution-hero-visual img {
    width: 920px;
    height: auto;
    transform: translate(-428px, -24px);
  }
  .solution-savings {
    min-height: auto;
    padding: 72px 24px;
  }
  .solution-included-grid {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 34px;
  }
  .solution-savings-banner {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 28px;
    padding: 26px;
    font-size: 28px;
  }
  .solution-stats {
    min-height: auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .solution-stats::before {
    display: none;
  }
  .solution-stat-card,
  .solution-stat-card:nth-child(n),
  .solution-stat-card.statement {
    position: static;
    width: 100%;
    min-height: 140px;
  }
  .solution-final-cta {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 72px 24px;
  }
}
.agents-figma-hero {
  position: relative;
  min-height: var(--figma-band);
  overflow: hidden;
  background: #f3f4f8;
  text-align: center;
}
.agents-hero-copy {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 151px;
  width: 819px;
  transform: translateX(-50%);
}
.agents-hero-copy h1 {
  color: var(--dark);
}
.mouse-indicator {
  display: block;
  width: 36px;
  height: 50px;
  margin: 16px auto 0;
  border-radius: 40px;
  background: #e9ebf8;
  box-shadow: 0 6px 0 var(--dark);
  position: relative;
}
.mouse-indicator::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 6px;
  height: 15px;
  border-radius: 16px;
  background: var(--dark);
}
.agents-people {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  width: 644px;
  height: 359px;
  object-fit: cover;
  transform: translateX(-50%);
}
.agents-hero-gradient {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 406px;
  background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,8,7,.9) 100%);
  pointer-events: none;
}
.hero-bottom-cta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.automation-band {
  background: #fafafa;
}
.automation-copy h2 {
  position: relative;
  max-width: 296px;
}
.automation-copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 12px;
  bottom: 5px;
  height: 27px;
  background: var(--accent);
  z-index: -1;
}
.figma-check-list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  gap: 24px;
}
.figma-check-list li {
  position: relative;
  padding-left: 32px;
  color: #323232;
  font-size: 18px;
  line-height: 1.25;
}
.figma-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--cyan);
}
.figma-check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(-45deg);
}
.automation-orbit {
  width: min(622px, 100%);
  height: auto;
  display: block;
  justify-self: center;
}
.agent-context-band {
  background: #fff;
  padding-top: 96px;
}
.context-header {
  display: grid;
  grid-template-columns: 457px 314px;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.context-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 260px 230px 1fr;
  gap: 64px;
  align-items: center;
}
.context-inputs {
  display: grid;
  gap: 24px;
}
.context-inputs article {
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 8px;
  min-height: 56px;
  align-items: center;
  background: #e9ebf8;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 8px 12px 8px 48px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  position: relative;
}
.context-inputs article::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 2px solid var(--dark);
  opacity: .72;
}
.context-inputs b,
.context-inputs span {
  grid-column: 2;
}
.context-inputs b {
  font-size: 16px;
  line-height: 1.35;
}
.context-inputs span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.2;
}
.agents-process-card {
  min-height: 125px;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: center;
  color: #fbf9ff;
  background: linear-gradient(110deg, var(--cyan), var(--dark));
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.avatar-stack {
  display: flex;
  align-items: center;
}
.avatar-stack span {
  width: 44px;
  height: 44px;
  margin-right: -8px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #fff6f2, var(--cyan));
}
.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #ffe4d5, var(--accent));
}
.avatar-stack span:nth-child(3) {
  margin-right: 0;
  background: linear-gradient(135deg, #e9ebf8, #005f6b);
}
.outcome-panel {
  min-height: 431px;
}
.outcome-panel > .platform-kicker {
  margin-bottom: 8px;
}
.chat-card {
  width: 262px;
  border: 1px solid #f3f3f3;
  border-radius: 16px 16px 16px 0;
  background: #fff;
  padding: 14px 16px;
  color: var(--dark);
  font-size: 16px;
  line-height: 1.35;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.user-chat {
  margin-left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
}
.agent-chat {
  width: 294px;
  margin: 24px 0 0 76px;
  background: #e9ebf8;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
}
.workflow-page {
  background: #fff;
}
.workflow-hero {
  min-height: 1538px;
  background:
    linear-gradient(118deg, rgba(16,193,217,.96) 0%, rgba(80,190,169,.9) 58%, rgba(245,184,73,.94) 100%);
}
.workflow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 32%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(120deg, transparent 0 73%, #f5f5f5 73.2% 100%);
  opacity: .95;
}
.workflow-hero-copy {
  position: absolute;
  left: 50%;
  top: 190px;
  z-index: 1;
  width: 935px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  text-align: center;
}
.workflow-hero-copy .platform-kicker {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .64px;
}
.workflow-hero-copy h1 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--dark);
}
.workflow-hero-copy mark {
  display: inline-block;
  background: var(--accent);
  color: inherit;
  padding: 0 .08em .03em;
  transform: rotate(-1deg);
}
.workflow-hero-copy p:not(.platform-kicker) {
  width: 616px;
  margin: 20px 0 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.3;
}
.workflow-hero-copy .button-row {
  margin-top: 20px;
  justify-content: center;
  gap: 4px;
}
.btn.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.workflow-hero-map {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 808px;
  width: 1258px;
  height: 540px;
  object-fit: contain;
  transform: translateX(-50%);
}
.workflow-meaning {
  background: var(--carrot);
}
.meaning-orbit {
  position: relative;
  height: var(--figma-band);
}
.meaning-orbit::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 152px;
  width: 776px;
  height: 457px;
  border: 1px solid #a3a3a3;
  border-radius: 240px;
}
.meaning-center {
  position: absolute;
  left: 50%;
  top: 342px;
  width: 456px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.meaning-center h2 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
}
.meaning-card {
  position: absolute;
  width: 140px;
  min-height: 136px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid #a3a3a3;
  background: #fff;
  box-shadow: 1px 1px 0 #000;
  color: var(--dark);
}
.meaning-card span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 48%, var(--cyan) 49% 56%, transparent 57%),
    #edfdff;
  border: 1px solid #d7eef2;
}
.meaning-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}
.meaning-card-one { left: 0; top: 196px; min-height: 160px; transform: rotate(-3deg); }
.meaning-card-two { left: 248px; top: 72px; transform: rotate(-2deg); }
.meaning-card-three { left: 480px; top: 72px; transform: rotate(5.7deg); }
.meaning-card-four { right: 72px; top: 126px; min-height: 184px; transform: rotate(2deg); }
.meaning-card-five { left: 16px; top: 404px; min-height: 208px; transform: rotate(-3deg); }
.meaning-card-six { left: 304px; top: 504px; min-height: 208px; transform: rotate(1deg); }
.meaning-card-seven { left: 520px; top: 540px; min-height: 114px; transform: rotate(-1deg); }
.meaning-card-eight { right: 100px; top: 432px; min-height: 208px; }
.workflow-enables {
  min-height: 1684px;
  background:
    linear-gradient(103deg, transparent 0 16%, rgba(16,193,217,.7) 16.15%, transparent 16.45% 100%),
    #fff;
  padding-top: 80px;
}
.workflow-section-copy {
  max-width: 592px;
}
.workflow-section-copy h2 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
}
.workflow-section-copy p:not(.platform-kicker) {
  margin: 4px 0 0;
  color: #484848;
  font-size: 20px;
  line-height: 1.35;
}
.workflow-enable-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 40px;
}
.workflow-enable-card {
  overflow: hidden;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  background: #edfdff;
  box-shadow: 0 6px 16px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.08);
}
.workflow-enable-card.wide {
  grid-column: 1 / -1;
}
.workflow-enable-card img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}
.workflow-enable-card.wide img {
  height: 190px;
}
.workflow-enable-card div {
  min-height: 97px;
  padding: 16px 20px;
  background: #fff;
}
.workflow-enable-card h3,
.workflow-enable-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}
.workflow-enable-card h3 {
  font-weight: 500;
  color: var(--dark);
}
.workflow-enable-card p {
  margin-top: 8px;
  color: var(--muted);
}
.workflow-applies {
  background: var(--soft);
  padding-top: 80px;
}
.workflow-accordion-list {
  width: var(--rail);
  margin: 64px auto 0;
  display: grid;
  gap: 31px;
}
.workflow-accordion {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.workflow-accordion button {
  width: 100%;
  min-height: 72px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--dark);
  cursor: pointer;
}
.workflow-accordion button::before {
  content: "";
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background:
    linear-gradient(135deg, transparent 46%, #6f6f6f 48% 55%, transparent 57%),
    #fff;
}
.workflow-accordion button span {
  flex: 1;
  text-align: left;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}
.workflow-accordion b {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}
.workflow-accordion p {
  display: none;
  margin: 0;
  padding: 0 72px 24px;
  color: #484848;
  font-size: 18px;
  line-height: 1.35;
}
.workflow-accordion.open p {
  display: block;
}
.workflow-final-cta .platform-section-inner {
  align-items: center;
}
.workflow-final-cta h2 {
  max-width: 370px;
}
.workflow-final-cta p {
  max-width: 360px;
}
.workflow-cta-orbit {
  justify-self: end;
  width: 326px;
  height: 306px;
  object-fit: contain;
}
.integrations-page {
  background: #fff;
}
.integrations-figma-hero {
  background: var(--soft);
  min-height: var(--figma-band);
}
.integrations-hero-copy {
  position: absolute;
  left: calc(50% - 468px);
  top: 152px;
  width: 433px;
  z-index: 1;
}
.integrations-hero-copy h1 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--dark);
}
.integrations-hero-copy mark {
  display: inline;
  background: linear-gradient(transparent 52%, var(--accent) 52% 84%, transparent 84%);
  color: inherit;
  padding: 0 .02em;
}
.integrations-hero-copy p {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.integrations-hero-copy .btn {
  min-height: 43px;
  padding: 13px 16px;
  font-size: 14px;
}
.figma-crop {
  position: relative;
  overflow: hidden;
}
.figma-crop > img {
  position: absolute;
  max-width: none;
  height: auto;
  display: block;
}
.integration-hero-art {
  position: absolute;
  left: calc(50% + 110px);
  top: 140px;
  width: 520px;
  height: 480px;
}
.integration-hero-art > img {
  width: 1512px;
  transform: translate(-812px, -140px);
}
.integrations-connect {
  min-height: var(--figma-band);
  padding-top: 80px;
  background: #fff;
}
.integration-connect-art {
  position: relative;
  width: var(--rail);
  height: 469px;
  margin-top: 36px;
}
.integration-connect-art > img {
  width: 1512px;
  transform: translate(-279px, -220px);
}
.integrations-intelligence {
  min-height: var(--figma-band);
  padding-top: 120px;
  background: var(--soft);
}
.integration-prelude {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.integration-intelligence-art {
  width: min(1030px, calc(100vw - 48px));
  height: 339px;
  margin-top: 36px;
}
.integration-intelligence-art > img {
  width: 1512px;
  transform: translate(-288px, -266px);
}
.integrations-usage {
  min-height: var(--figma-band);
  padding-top: 80px;
  background: #fff;
}
.integration-support-grid {
  height: 480px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.support-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.support-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 20px 16px;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.support-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 107px;
  height: 91px;
  background: #d9d9d9;
  opacity: .25;
}
.support-card.short { min-height: 158px; }
.support-card.tall { min-height: 298px; }
.support-card.auth { min-height: 258px; }
.support-card.cloud { min-height: 190px; }
.support-column:nth-child(3) .support-card { min-height: 138px; }
.support-card h3 {
  margin: 0 0 4px;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
}
.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}
.integrations-final-cta {
  min-height: 429px;
}
.integrations-final-cta .platform-section-inner {
  grid-template-columns: 408px;
  justify-content: start;
}
.security-page {
  background: #fff;
}
.security-figma-hero,
.security-problem,
.security-controls,
.security-data {
  position: relative;
  min-height: var(--figma-band);
  overflow: hidden;
}
.security-figma-hero {
  background: #fff;
}
.security-hero-copy {
  position: absolute;
  left: calc(50% - 468px);
  top: 120px;
  width: var(--rail);
  display: grid;
  grid-template-columns: 476px 183px;
  column-gap: 277px;
  align-items: start;
  z-index: 1;
}
.security-hero-copy h1 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--dark);
}
.security-hero-copy p {
  margin: 14px 0 0;
  color: #484848;
  font-size: 16px;
  line-height: 1.35;
}
.security-hero-copy .btn {
  grid-column: 1;
  width: max-content;
  min-height: 43px;
  margin-top: 16px;
  padding: 13px 16px;
  font-size: 14px;
}
.security-hero-rings {
  position: absolute;
  left: 50%;
  top: 366px;
  width: 807px;
  height: auto;
  transform: translateX(-50%);
}
.security-problem {
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
}
.security-problem::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38.62%;
  background: var(--soft);
}
.security-section-copy {
  position: absolute;
  z-index: 1;
  left: calc(50% - 468px);
  top: 104px;
  width: 616px;
}
.security-section-copy.compact {
  width: 376px;
}
.security-section-copy h2,
.security-data-copy h2,
.security-final-copy h2 {
  margin: 0;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--dark);
}
.security-section-copy p:not(.platform-kicker) {
  width: 456px;
  margin: 8px 0 0;
  color: #727272;
  font-size: 16px;
  line-height: 1.35;
}
.security-section-copy.compact p:not(.platform-kicker) {
  width: 376px;
}
.security-flow-visual {
  position: absolute;
  left: 50%;
  top: 250px;
  width: 1050px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}
.security-controls {
  background: #fff;
}
.security-control-carousel {
  position: absolute;
  left: calc(50% - 468px);
  top: 286px;
  width: var(--rail);
  height: 440px;
}
.security-control-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 376px;
  display: grid;
  gap: 20px;
}
.security-control-tabs button {
  min-height: 27px;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 4.5px solid #a3a3a3;
  background: transparent;
  color: var(--muted);
  text-align: left;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  cursor: pointer;
}
.security-control-tabs button.active {
  border-left-color: var(--dark);
  color: var(--dark);
  font-weight: 500;
}
.security-control-detail {
  position: absolute;
  left: 20px;
  bottom: 70px;
  width: 330px;
}
.security-control-detail h3 {
  margin: 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}
.security-control-detail p {
  margin: 2px 0 0;
  color: var(--dark);
  font-size: 16px;
  line-height: 1.35;
}
.security-control-tabs .security-pause {
  position: absolute;
  left: 0;
  top: 397px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 1.5px solid #132442;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.security-control-tabs .security-pause span {
  display: block;
  width: 5px;
  height: 18px;
  border-radius: 2px;
  background: #132442;
}
.security-control-art {
  position: absolute;
  right: 0;
  top: 0;
  width: 456px;
  height: 440px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.08);
}
.security-control-art img {
  position: absolute;
  left: 0;
  top: 0;
  width: 941px;
  max-width: none;
  height: 440px;
  transform: translateX(-485px);
}
.security-data {
  background: var(--background-sky-1);
}
.security-data-copy {
  position: absolute;
  z-index: 1;
  left: calc(50% - 468px);
  top: 104px;
  width: 261px;
  height: 574px;
  display: flex;
  flex-direction: column;
}
.security-data-copy h2 {
  font-weight: 500;
}
.security-data-copy h2 strong {
  display: inline;
  font-weight: 700;
}
.security-data-copy p:not(.platform-kicker) {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.35;
}
.security-data-copy .btn {
  width: max-content;
  min-height: 43px;
  margin-top: auto;
  padding: 13px 16px;
  font-size: 14px;
}
.security-workspace-visual {
  position: absolute;
  z-index: 0;
  left: calc(50% - 144px);
  top: 139px;
  width: 622px;
  height: 491px;
  border: 1px solid #f3f3f3;
  border-radius: 14px;
  background: #caf4fa;
  box-shadow: 0 6px 8px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.08);
  color: var(--dark);
}
.security-workspace-visual h3 {
  margin: 29px 0 0;
  text-align: center;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.workspace-grid {
  position: absolute;
  left: 42px;
  top: 81px;
  width: 536px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.workspace-grid article {
  position: relative;
  min-height: 136px;
  padding: 46px 14px 14px;
  border: 1px solid #f3f3f3;
  border-radius: 0 0 7px 7px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.06), 0 2px 3px rgba(0,0,0,.08);
}
.workspace-grid article::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -29px;
  width: calc(100% + 2px);
  height: 29px;
  border-radius: 8px 4px 0 0;
  background: linear-gradient(26deg, #dec8b7 0 34%, transparent 34% 100%), #dac4b2;
}
.workspace-grid article span {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #fdebdb;
}
.workspace-grid article span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 11px;
  height: 8px;
  border: 1.5px solid #c8834e;
  border-radius: 1px;
}
.workspace-grid article span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 1.5px solid #c8834e;
  border-top: 1.5px solid #c8834e;
}
.workspace-grid h4 {
  margin: 0 0 10px;
  min-height: 34px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.workspace-grid i {
  display: block;
  width: 100%;
  height: 9px;
  margin-top: 8px;
  border-radius: 14px;
  background: #e0e3ea;
}
.workspace-grid i.short {
  width: 65%;
}
.workspace-badge,
.workspace-checklist,
.workspace-data-pill {
  position: absolute;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}
.workspace-badge {
  right: -71px;
  top: 202px;
  width: 219px;
  min-height: 48px;
  padding: 7px 10px 7px 39px;
  font-size: 14px;
  line-height: 1.2;
}
.workspace-badge::before,
.workspace-checklist span::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #17bd8a;
}
.workspace-badge::before {
  left: 11px;
  top: 8px;
}
.workspace-badge strong,
.workspace-badge span {
  display: block;
}
.workspace-badge span {
  color: #6f6f6f;
}
.workspace-checklist {
  right: -115px;
  bottom: -13px;
  width: 191px;
  min-height: 138px;
  padding: 11px 11px 11px 36px;
  font-size: 14px;
  line-height: 1.2;
}
.workspace-checklist strong {
  display: block;
  margin-bottom: 8px;
  margin-left: -25px;
  font-weight: 500;
}
.workspace-checklist span {
  position: relative;
  display: block;
  margin-top: 8px;
}
.workspace-checklist span::before {
  left: -25px;
  top: 0;
}
.workspace-badge::after,
.workspace-checklist span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.workspace-badge::after {
  left: 16px;
  top: 13px;
}
.workspace-checklist span::after {
  left: -20px;
  top: 5px;
}
.workspace-data-pill {
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  min-height: 29px;
  padding: 5px 11px;
  border-color: #a3a3a3;
  border-radius: 29px;
  font-size: 14px;
  line-height: 1.2;
}
.security-final-cta {
  position: relative;
  min-height: 429px;
  overflow: hidden;
  background: linear-gradient(90deg, #0fb1c7 0%, #91b68f 55%, #f5b849 100%);
}
.security-final-copy {
  position: absolute;
  left: calc(50% - 468px);
  top: 100px;
  width: 408px;
}
.security-final-copy h2 {
  line-height: 1.1;
}
.security-final-copy p {
  margin: 4px 0 16px;
  color: #484848;
  font-size: 20px;
  line-height: 1.35;
}
.security-final-copy .btn {
  min-height: 48px;
  padding: 14px 16px;
  font-size: 16px;
}
.security-steps {
  position: absolute;
  left: calc(50% + 357px);
  top: 47px;
  width: 315px;
  min-height: 320px;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
  border-left: 2px solid rgba(0,8,7,.36);
}
.security-steps li {
  position: relative;
  min-height: 44px;
  margin: 0 0 20px;
  color: var(--dark);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}
.security-steps li::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 4px;
  width: 24px;
  height: 25px;
  border-radius: 4px;
  background: #d9d9d9;
}
.security-steps strong,
.security-steps span {
  display: block;
}
.security-steps strong {
  font-weight: 500;
}
.security-steps span {
  opacity: .6;
}
.footer-brand p {
  margin-top: 16px;
  color: #7e7f83;
  font-size: 16px;
  line-height: 1.35;
}
.socials { margin-top: 18px; display: flex; gap: 14px; color: var(--accent); font-weight: 700; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 32px;
}
.footer-links h3 { font-size: 16px; font-weight: 500; margin-bottom: 16px; }
.footer-links a {
  display: block;
  color: #7e7f83;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 16px;
}
.copyright {
  position: absolute;
  right: 80px;
  bottom: 48px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  :root { --rail: min(92vw, 936px); }
  .site-header { padding: 16px 24px; position: fixed; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .desktop-nav.open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255,255,255,.96);
    padding: 24px;
    border-bottom: 1px solid #eee;
  }
  .desktop-nav.open .nav-item,
  .desktop-nav.open .nav-trigger,
  .desktop-nav.open > a {
    width: 100%;
    justify-content: flex-start;
  }
  .desktop-nav.open .nav-menu {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 0 0 4px;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 16px;
  }
  .desktop-nav.open .nav-menu a {
    min-height: 40px;
  }
  .section { min-height: auto; padding: 96px 24px; }
  .hero { padding-top: 132px; }
  .hero-copy, .hero-visual, .section-copy, .service-card, .accordion-list, .final-cta > div {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
  }
  h1 { font-size: clamp(42px, 11vw, 56px); }
  .hero-visual { margin-top: 48px; transform: scale(.82); transform-origin: top left; width: 820px; height: 500px; }
  .logo-carousel { gap: 10px; }
  .logo-viewport { width: min(100%, calc(100vw - 116px)); }
  .logo-strip { gap: 36px; padding: 0 4px; }
  .logo-nav { width: 38px; height: 38px; flex: 0 0 38px; }
  .split-bg { width: 100%; height: 50%; }
  .broken-grid { position: relative; right: auto; top: auto; margin-top: 48px; transform: scale(.82); transform-origin: top left; }
  .what-we-do .section-copy { top: auto; width: 100%; }
  .workflow-map { position: relative; left: auto; top: auto; transform: scale(.7); transform-origin: top left; }
  .automation-bottom { position: relative; left: auto; right: auto; bottom: auto; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: -80px; }
  .agent-carousel { gap: 16px; justify-content: center; padding-bottom: 20px; }
  .carousel-caption { gap: 24px; }
  .carousel-caption p { width: auto; }
  .impact-map { width: 100%; height: auto; display: grid; gap: 16px; margin-top: 32px; }
  .arc { display: none; }
  .impact { position: relative; left: auto; right: auto; top: auto; width: 100%; min-height: auto; }
  .content-rail { width: 100%; padding-top: 0; }
  .cap-grid { grid-template-columns: 1fr; }
  .enterprise-card { height: auto; min-height: 300px; }
  .proof { padding-top: 96px; }
  .testimonial-card, .author-row { width: 100%; }
  .service-card { height: auto; margin-bottom: 32px; }
  .accordion-list { width: 100%; }
  .applied-body { width: 100%; display: block; }
  .doctor-wrap { max-width: 400px; margin: 40px auto; }
  .case-list { max-width: 420px; margin: 0 auto; }
  .industry-pills { width: 100%; }
  .final-cta > div { max-width: 460px; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 24px 88px; }
  .footer-links { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
  .copyright { left: 24px; right: 24px; bottom: 32px; }
  .platform-hero,
  .platform-section {
    padding: 112px 24px 72px;
  }
  .platform-hero-inner,
  .platform-cta .platform-section-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .platform-title {
    font-size: 38px;
  }
  .platform-visual {
    min-height: 280px;
  }
  .platform-section-inner {
    width: 100%;
  }
  .structure-grid,
  .structure-grid.two {
    grid-template-columns: 1fr;
  }
  .platform-cta {
    min-height: auto;
    padding: 72px 24px;
  }
  .figma-platform-page {
    --figma-band: auto;
  }
  .figma-band,
  .apta-hero,
  .agents-figma-hero,
  .workflow-hero,
  .integrations-figma-hero {
    min-height: auto;
    padding: 112px 24px 72px;
  }
  .figma-rail,
  .figma-rail.two-col,
  .figma-cta .platform-section-inner {
    width: 100%;
  }
  .figma-rail.two-col {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .apta-hero-copy,
  .apta-hero-visual,
  .agents-hero-copy,
  .agents-people,
  .workflow-hero-copy,
  .workflow-hero-map,
  .integrations-hero-copy,
  .integration-hero-art,
  .integration-connect-art,
  .integration-intelligence-art,
  .hero-bottom-cta {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }
  .workflow-hero {
    background: linear-gradient(118deg, rgba(16,193,217,.96), rgba(245,184,73,.9));
  }
  .workflow-hero::before {
    background: linear-gradient(150deg, transparent 0 78%, #f5f5f5 78.2% 100%);
  }
  .apta-hero-copy h1,
  .agents-hero-copy h1,
  .workflow-hero-copy h1,
  .apta-statement h2 {
    font-size: clamp(38px, 10vw, 56px);
  }
  .workflow-hero-copy {
    z-index: 1;
    justify-items: start;
    text-align: left;
  }
  .workflow-hero-copy p:not(.platform-kicker) {
    width: 100%;
  }
  .workflow-hero-copy .button-row {
    justify-content: flex-start;
  }
  .workflow-hero-map {
    margin-top: 56px;
    height: auto;
    transform: none;
  }
  .apta-hero-visual {
    height: auto;
    margin-top: 48px;
  }
  .apta-statement {
    display: block;
  }
  .statement-body {
    font-size: 24px;
  }
  .purpose-band {
    padding-top: 72px;
  }
  .connected-proof-header,
  .context-header,
  .context-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .connected-proof-header .pill-row {
    justify-content: flex-start;
    max-width: none;
  }
  .proof-layout {
    height: auto;
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }
  .proof-layout::before {
    display: none;
  }
  .proof-card,
  .proof-card.origin,
  .proof-card.first,
  .proof-card.second,
  .proof-card.result {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: auto;
  }
  .statement-emphasis.small {
    width: 100%;
  }
  .agents-figma-hero {
    padding-bottom: 0;
  }
  .agents-hero-copy {
    z-index: 3;
    margin-bottom: 42px;
  }
  .agents-people {
    z-index: 1;
    max-width: 644px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .agents-hero-gradient {
    z-index: 2;
    height: 280px;
  }
  .hero-bottom-cta {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    width: max-content;
  }
  .automation-orbit {
    max-width: 622px;
    margin: 0 auto;
  }
  .outcome-panel {
    min-height: auto;
  }
  .agent-chat {
    margin-left: 32px;
  }
  .integrations-hero-copy {
    z-index: 1;
  }
  .integrations-hero-copy h1 {
    font-size: clamp(38px, 10vw, 48px);
  }
  .integration-hero-art {
    width: min(100%, 520px);
    height: min(92vw, 480px);
    margin: 48px auto 0;
  }
  .integration-hero-art > img {
    width: 291%;
    transform: translate(-53.7%, -18.2%);
  }
  .integrations-connect,
  .integrations-intelligence,
  .integrations-usage {
    min-height: auto;
    padding: 72px 24px;
  }
  .integration-connect-art {
    width: 100%;
    height: auto;
    aspect-ratio: 936 / 469;
  }
  .integration-connect-art > img,
  .integration-intelligence-art > img {
    width: 161.6%;
  }
  .integration-connect-art > img {
    transform: translate(-18.45%, -28.4%);
  }
  .integration-intelligence-art {
    width: 100%;
    height: auto;
    aspect-ratio: 936 / 339;
  }
  .integration-intelligence-art > img {
    transform: translate(-19.05%, -34.6%);
  }
  .integration-support-grid {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .support-column {
    gap: 24px;
  }
  .support-card.short,
  .support-card.tall,
  .support-card.medium {
    grid-row: auto;
  }
  .integrations-final-cta .platform-section-inner {
    grid-template-columns: 1fr;
  }
  .security-figma-hero,
  .security-problem,
  .security-controls,
  .security-data,
  .security-final-cta {
    min-height: auto;
    padding: 112px 24px 72px;
  }
  .security-hero-copy,
  .security-section-copy,
  .security-section-copy.compact,
  .security-data-copy,
  .security-final-copy,
  .security-steps {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .security-hero-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .security-hero-copy h1 {
    font-size: clamp(38px, 10vw, 48px);
  }
  .security-hero-copy p,
  .security-section-copy p:not(.platform-kicker),
  .security-section-copy.compact p:not(.platform-kicker) {
    width: 100%;
    max-width: 520px;
  }
  .security-hero-rings,
  .security-flow-visual,
  .security-workspace-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 822px;
    margin: 48px auto 0;
    display: block;
    transform: none;
  }
  .security-flow-visual {
    width: min(1157px, 136vw);
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .security-workspace-visual {
    width: min(100%, 622px);
    max-width: 622px;
    height: auto;
    padding: 24px;
  }
  .security-workspace-visual h3 {
    margin-top: 0;
  }
  .workspace-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 56px;
  }
  .workspace-grid article {
    min-height: 132px;
  }
  .workspace-badge,
  .workspace-checklist,
  .workspace-data-pill {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 16px;
  }
  .workspace-data-pill {
    display: inline-flex;
    width: auto;
  }
  .security-control-carousel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: grid;
    gap: 28px;
    margin-top: 40px;
  }
  .security-control-tabs,
  .security-control-detail,
  .security-control-art {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  .security-control-tabs {
    gap: 14px;
  }
  .security-control-detail {
    padding-left: 20px;
  }
  .security-control-tabs .security-pause {
    position: relative;
    left: auto;
    top: auto;
    width: 44px;
  }
  .security-control-art {
    max-width: 456px;
    height: auto;
    aspect-ratio: 456 / 440;
    margin: 0 auto;
  }
  .security-control-art img {
    width: 206.36%;
    height: 100%;
    transform: translateX(-51.54%);
  }
  .security-data-copy {
    height: auto;
  }
  .security-data-copy .btn {
    margin-top: 18px;
  }
  .security-final-cta {
    display: grid;
    gap: 48px;
    background: linear-gradient(130deg, #0fb1c7 0%, #9fba92 56%, #f5b849 100%);
  }
  .security-steps {
    min-height: 0;
    padding-left: 28px;
  }
  .meaning-orbit {
    height: auto;
    display: grid;
    gap: 16px;
    padding: 0;
  }
  .meaning-orbit::before {
    display: none;
  }
  .meaning-center,
  .meaning-card,
  .meaning-card-one,
  .meaning-card-two,
  .meaning-card-three,
  .meaning-card-four,
  .meaning-card-five,
  .meaning-card-six,
  .meaning-card-seven,
  .meaning-card-eight {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 128px;
    transform: none;
  }
  .meaning-center {
    order: -1;
    margin-bottom: 16px;
  }
  .workflow-enables,
  .workflow-applies {
    min-height: auto;
    padding: 72px 24px;
  }
  .workflow-enable-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .workflow-enable-card.wide {
    grid-column: auto;
  }
  .workflow-enable-card img,
  .workflow-enable-card.wide img {
    height: min(68vw, 300px);
  }
  .workflow-enable-card.wide img {
    height: min(48vw, 190px);
  }
  .workflow-accordion-list {
    width: 100%;
    margin-top: 40px;
  }
  .workflow-cta-orbit {
    justify-self: start;
    width: min(326px, 100%);
    height: auto;
  }
}

@media (max-width: 640px) {
  .hero-visual, .broken-grid, .workflow-map { transform: scale(.55); margin-bottom: -160px; }
  .hero-visual { margin-bottom: -120px; }
  .section-copy h2, .wide-copy h2, .service-card h2 { font-size: 34px; }
  .cap-grid article { padding: 28px 24px; }
  .enterprise-card div { padding: 32px 24px; }
  .agent-card { width: 160px; height: 244px; }
  .agent-card.active { width: 184px; height: 268px; }
  .agent-card.side { display: none; }
  .carousel-caption {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    gap: 12px;
  }
  .carousel-caption button {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .footer-links { grid-template-columns: 1fr; }
  .platform-title { font-size: 34px; }
  .platform-section { padding: 72px 24px; }
  .section-header h2,
  .platform-cta h2 { font-size: 32px; }
  .process-item { grid-template-columns: 1fr; }
  .apta-hero-copy .button-row,
  .figma-cta .button-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .center-copy h2,
  .connected-proof-header h2,
  .automation-copy h2,
  .context-header h2,
  .meaning-center h2,
  .workflow-section-copy h2 {
    font-size: 32px;
  }
  .integrations-hero-copy p,
  .workflow-section-copy p:not(.platform-kicker),
  .integration-prelude {
    font-size: 18px;
  }
  .workflow-hero-copy .button-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .workflow-hero-map {
    width: 125%;
    margin-left: -12.5%;
  }
  .workflow-enable-card div {
    min-height: auto;
  }
  .workflow-enable-card h3,
  .workflow-enable-card p,
  .workflow-accordion button span {
    font-size: 18px;
  }
  .workflow-accordion p {
    padding: 0 24px 22px;
    font-size: 16px;
  }
  .workflow-accordion button {
    padding: 14px 16px;
  }
  .workflow-accordion button::before {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .figma-map-img {
    width: 100%;
  }
  .platform-trusted {
    padding-top: 48px;
  }
  .chat-card,
  .agent-chat {
    width: 100%;
    margin-left: 0;
  }
}

/* People Hub Figma correction */
.people-page {
  --people-soft: #f4f5fa;
  --people-line: #d7d9df;
}
.people-page .people-hero {
  min-height: 769px;
  padding: 0;
  background: #f4f5fa;
  text-align: center;
}
.people-page .people-hero::before {
  content: none;
}
.people-page .people-hero-copy {
  left: 50%;
  top: 136px;
  width: min(730px, calc(100% - 48px));
  transform: translateX(-50%);
}
.people-page .people-hero-copy h1 {
  margin: 0;
  font-size: 43px;
  line-height: 1.08;
  font-weight: 600;
}
.people-page .people-hero-copy p {
  width: 500px;
  max-width: 100%;
  margin: 12px auto 0;
  color: #707070;
  font-size: 20px;
  line-height: 1.34;
}
.people-hero-art {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1512px;
  max-width: 100%;
  transform: translateX(-50%);
}
.people-hero-art img {
  display: block;
  width: 100%;
  height: auto;
}
.people-page .people-capabilities {
  background: #fafafa;
}
.people-page .people-capabilities::before {
  content: none;
}
.people-page .people-capabilities img {
  width: min(1512px, 100%);
}
.people-page .people-savings {
  min-height: 769px;
  background: linear-gradient(#eceff9 0 82.2%, #fff 82.2% 100%);
}
.people-page .people-savings::before {
  content: "";
  position: absolute;
  left: calc(50% + 17px);
  top: 131px;
  width: 1px;
  height: 439px;
  background: #c5c7d0;
}
.people-page .people-savings .solution-savings-copy {
  left: calc(50% - 468px);
  top: 104px;
  width: 376px;
}
.people-page .people-savings .platform-kicker {
  margin: 0 0 6px;
  color: #4f4f55;
  font-family: "Google Sans Code", monospace;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.people-page .people-savings .solution-savings-copy h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
}
.people-page .people-savings .solution-savings-copy .btn {
  width: 185px;
  height: 52px;
  justify-content: center;
  margin-top: 28px;
  border-radius: 7px;
  font-size: 16px;
}
.people-included-list {
  position: absolute;
  left: calc(50% + 9px);
  top: 104px;
  width: 459px;
}
.people-included-kicker {
  margin: 0 0 26px;
  color: #30333b;
  font-family: "Google Sans Code", monospace;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.people-included-list article {
  position: relative;
  min-height: 47px;
  margin: 0 0 24px;
}
.people-included-list article::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -20px;
  width: 1px;
  height: 26px;
  background: #c5c7d0;
}
.people-included-list h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.people-included-list p {
  margin: 2px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.26;
}
.people-page .people-savings .solution-savings-banner {
  bottom: 70px;
  width: 776px;
  padding: 30px 32px;
  border-radius: 7px;
  background: #fff;
  color: #030807;
  text-align: left;
  font-size: 38px;
  line-height: 1.04;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.people-page .people-savings .solution-savings-banner small {
  margin-top: 6px;
  color: #666;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 600;
}
.people-page .people-stats {
  min-height: 911px;
  background: #f4f5fa;
}
.people-page .people-stats::before {
  width: 1284px;
  height: 700px;
  left: calc(50% - 523px);
  top: -434px;
  border-color: #05bccc;
  border-width: 2px;
}
.people-page .people-stats::after {
  content: "";
  position: absolute;
  right: calc(50% - 795px);
  bottom: 91px;
  width: 760px;
  height: 270px;
  border: 2px solid #05bccc;
  border-bottom: 0;
  border-left: 0;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.people-powered {
  position: absolute;
  left: calc(50% + 325px);
  top: 104px;
  width: 160px;
  text-align: center;
}
.people-powered span {
  display: block;
  color: #707070;
  font-size: 18px;
}
.people-powered strong {
  display: block;
  color: #25183a;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
}
.people-page .people-stats .solution-stat-card {
  min-height: 172px;
  border-radius: 7px;
  background: #020b09;
  color: #fff;
  box-shadow: 0 11px 21px rgba(0,0,0,.2);
}
.people-page .people-stats .solution-stat-card strong {
  font-size: 43px;
  font-weight: 700;
}
.people-page .people-stats .solution-stat-card span {
  color: #fff;
  font-size: 21px;
  line-height: 1.28;
}
.people-page .people-stats .stat-one { left: calc(50% - 468px); top: 104px; }
.people-page .people-stats .stat-two { left: calc(50% - 130px); top: 176px; }
.people-page .people-stats .stat-three { left: calc(50% + 208px); top: 304px; }
.people-page .people-stats .stat-four { left: calc(50% - 468px); top: 441px; }
.people-page .people-stats .solution-stat-card.statement {
  left: calc(50% - 148px);
  top: 513px;
  width: 296px;
  min-height: 286px;
  background: linear-gradient(115deg, #19b8c8 0%, #75b68a 55%, #ffc143 100%);
  color: #030807;
}
.people-page .people-stats .solution-stat-card.statement strong {
  font-size: 31px;
  line-height: 1.08;
  font-weight: 700;
}
.people-page .people-final-cta {
  min-height: 418px;
  grid-template-columns: 493px 326px;
  padding: 45px calc((100% - var(--rail)) / 2) 67px;
  align-items: center;
  background: linear-gradient(111deg, #19b6c5 0%, #7eb68b 56%, #ffc142 100%);
}
.people-page .people-final-cta h2 {
  width: 420px;
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
}
.people-page .people-final-cta p {
  width: 493px;
  margin: 8px 0 0;
  color: #06100e;
  font-size: 16px;
  line-height: 1.33;
}
.people-page .people-final-cta .button-row {
  margin-top: 16px;
}
.people-page .people-final-cta .btn {
  height: 38px;
  padding: 0 15px;
  border-radius: 7px;
  font-size: 13px;
}
.people-cta-visual {
  position: relative;
  width: 326px;
  height: 306px;
}
.people-cta-visual .connector {
  position: absolute;
  border-color: rgba(35,39,36,.55);
  pointer-events: none;
}
.people-cta-visual .connector.top {
  left: 64px;
  top: 53px;
  width: 198px;
  border-top: 1px solid rgba(35,39,36,.55);
}
.people-cta-visual .connector.right {
  right: 31px;
  top: 53px;
  width: 1px;
  height: 189px;
  border-right: 1px solid rgba(35,39,36,.55);
}
.people-cta-visual .connector.bottom {
  left: 64px;
  top: 242px;
  width: 198px;
  border-top: 1px solid rgba(35,39,36,.55);
}
.people-cta-visual i,
.people-cta-visual b {
  position: absolute;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: rgba(255,226,139,.72);
}
.people-cta-visual i::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #050807;
  box-shadow: inset 8px 0 0 rgba(255,255,255,.15);
}
.people-cta-visual b {
  left: 127px;
  top: 113px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #050807, #17becd);
}
.people-cta-visual b::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}
.people-cta-visual i:nth-of-type(1) { left: 135px; top: 0; }
.people-cta-visual i:nth-of-type(2) { left: 262px; top: 15px; }
.people-cta-visual i:nth-of-type(3) { left: 17px; top: 15px; }
.people-cta-visual i:nth-of-type(4) { left: 70px; top: 242px; }
.people-cta-visual i:nth-of-type(5) { left: 196px; top: 242px; }
.people-cta-visual i:nth-of-type(6) { left: 0; top: 121px; }
.people-cta-visual i:nth-of-type(7) { left: 260px; top: 121px; }

@media (max-width: 900px) {
  .people-page .people-hero {
    min-height: 680px;
    padding: 112px 0 0;
  }
  .people-page .people-hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
    transform: none;
  }
  .people-page .people-hero-copy h1 {
    font-size: 35px;
  }
  .people-page .people-hero-copy p {
    font-size: 18px;
  }
  .people-hero-art {
    width: 930px;
    max-width: none;
    margin-left: -10px;
  }
  .people-page .platform-trusted {
    min-height: auto;
  }
  .people-page .people-capabilities {
    padding: 0;
  }
  .people-page .people-capabilities img {
    width: 100%;
  }
  .people-page .people-savings {
    min-height: auto;
    padding: 72px 24px 48px;
    background: linear-gradient(#eceff9 0 86%, #fff 86% 100%);
  }
  .people-page .people-savings::before {
    content: none;
  }
  .people-page .people-savings .solution-savings-copy,
  .people-included-list {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .people-page .people-savings .solution-savings-copy h2 {
    font-size: 39px;
  }
  .people-included-list {
    margin-top: 42px;
    padding-left: 16px;
    border-left: 1px solid #c5c7d0;
  }
  .people-included-list article::before {
    left: -17px;
  }
  .people-page .people-savings .solution-savings-banner {
    width: 100%;
    margin-top: 36px;
    padding: 24px;
    font-size: 30px;
  }
  .people-page .people-savings .solution-savings-banner small {
    font-size: 22px;
  }
  .people-page .people-stats {
    min-height: auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .people-page .people-stats::before,
  .people-page .people-stats::after,
  .people-powered {
    display: none;
  }
  .people-page .people-stats .solution-stat-card,
  .people-page .people-stats .solution-stat-card:nth-child(n),
  .people-page .people-stats .solution-stat-card.statement {
    position: static;
    width: 100%;
    min-height: 150px;
  }
  .people-page .people-stats .solution-stat-card.statement {
    min-height: 220px;
  }
  .people-page .people-final-cta {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 72px 24px;
  }
  .people-page .people-final-cta h2,
  .people-page .people-final-cta p {
    width: 100%;
  }
  .people-cta-visual {
    width: 326px;
    max-width: 100%;
    transform: scale(.84);
    transform-origin: left top;
    margin-bottom: -48px;
  }
}

/* AI Engineering division */
.ai-service-page {
  background: #fff;
}
.ai-service-page h1,
.ai-service-page h2,
.ai-service-page h3 {
  letter-spacing: 0;
}
.ai-rail {
  width: min(936px, calc(100% - 48px));
  margin: 0 auto;
}
.ai-service-hero {
  min-height: 769px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(420px, 1fr);
  align-items: center;
  gap: 96px;
  padding: 118px max(64px, calc((100vw - 936px) / 2)) 64px;
}
.ai-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 400px;
}
.ai-hero-copy h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--ink);
}
.ai-hero-copy h1 mark {
  display: inline;
  background: linear-gradient(transparent 54%, var(--accent) 54%);
  color: inherit;
  padding: 0 2px;
}
.ai-gradient-text {
  color: #315ee8;
}
.ai-hero-copy > p:not(.platform-kicker) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
}
.ai-hero-visual {
  min-width: 0;
}
.ai-board {
  width: min(720px, 56vw);
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(15,23,42,.08), 0 2px 6px rgba(0,0,0,.08);
  overflow: hidden;
}
.window-top {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  background: #f1f1f1;
  border-bottom: 1px solid #e2e8f0;
}
.window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.window-top span:nth-child(1) { background: #f64740; }
.window-top span:nth-child(2) { background: #fc0; }
.window-top span:nth-child(3) { background: #34c759; }
.window-top b {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 12px;
  color: #6f6f6f;
}
.window-top em {
  font-style: normal;
  color: #64748b;
  background: #e4e8e8;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 11px;
}
.board-body {
  display: grid;
  grid-template-columns: 1fr 210px;
  min-height: 460px;
}
.board-table {
  padding: 28px;
  background: #fff;
}
.board-table h3,
.vision-stream h3,
.vision-chart h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.use-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, .7fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border-top: 1px solid #eef2f6;
  font-size: 12px;
}
.use-row strong { font-size: 13px; }
.use-row span,
.use-row em {
  justify-self: start;
  border-radius: 999px;
  background: #eafaf4;
  color: #0d9488;
  padding: 5px 9px;
  font-style: normal;
  font-weight: 700;
}
.use-row span:nth-of-type(2) {
  background: #fff7e6;
  color: #b97800;
}
.use-row i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef2ff;
  font-style: normal;
  font-weight: 700;
  color: #315ee8;
}
.board-side {
  padding: 28px 22px;
  border-left: 1px solid #eef2f6;
  background: #fbfdfe;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.board-side b {
  text-transform: uppercase;
  color: #0d9488;
  font-size: 11px;
}
.board-side strong {
  font-size: 18px;
}
.board-side small {
  border-bottom: 4px solid #f5b849;
  color: #6f6f6f;
  padding-bottom: 8px;
}
.board-side button {
  border: 0;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  padding: 12px;
}
.agent-board {
  padding-bottom: 24px;
}
.agent-tabs {
  display: flex;
  gap: 10px;
  padding: 24px 28px 0;
}
.agent-tabs button {
  border: 1px solid #d7e4ff;
  background: #f4f6fc;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
}
.agent-tabs button:first-child {
  color: #2563eb;
  border-color: #2563eb;
  background: #eff6ff;
}
.agent-flow {
  position: relative;
  margin: 20px 28px 18px;
  min-height: 184px;
  border: 1px dashed rgba(226,232,240,.9);
  border-radius: 12px;
  background: #f4f6fc;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
  padding: 0 32px;
}
.agent-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, #2563eb 0 65%, #dbe2eb 65%);
}
.agent-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
}
.agent-flow span::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #10b981;
  box-shadow: 0 0 14px rgba(16,185,129,.12);
}
.agent-flow .active::before {
  background: #2563eb;
  border-color: #2563eb;
}
.agent-board pre {
  margin: 0 28px 16px;
  min-height: 70px;
  white-space: pre-wrap;
  border-radius: 12px;
  background: #0f172a;
  color: #38bdf8;
  padding: 16px;
  font-family: "Google Sans Code", Consolas, monospace;
  font-size: 12px;
  line-height: 1.6;
}
.agent-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 28px;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f4f6fc;
}
.agent-metrics strong {
  font-size: 20px;
}
.agent-metrics small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 3px;
}
.vision-board {
  width: min(820px, 60vw);
}
.vision-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  min-height: 402px;
}
.vision-stream,
.vision-chart {
  padding: 24px;
}
.vision-stream {
  position: relative;
  background: #fcfdfe;
  border-right: 1px solid #e2e8f0;
}
.vision-stream p,
.vision-chart p {
  color: #64748b;
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  margin-bottom: 16px;
}
.turbine {
  position: relative;
  height: 235px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226,232,240,.38) 1px, transparent 1px),
    linear-gradient(rgba(226,232,240,.38) 1px, transparent 1px),
    #f8fafc;
  background-size: 40px 40px;
}
.turbine span {
  position: absolute;
  inset: 50px 145px 25px;
  border-radius: 50%;
  background: radial-gradient(circle, #e4e8ee 0 12%, #aab6c2 13% 18%, transparent 19%),
    conic-gradient(from 20deg, transparent 0 10%, #dce3ea 10% 18%, transparent 18% 35%, #cbd5e1 35% 44%, transparent 44% 62%, #e8eef4 62% 71%, transparent 71%);
}
.turbine i {
  position: absolute;
  left: 150px;
  top: 34px;
  width: 120px;
  height: 120px;
  border: 2px solid #0284c7;
}
.turbine b,
.turbine em {
  position: absolute;
  left: 145px;
  top: 28px;
  background: #0284c7;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  font-style: normal;
}
.turbine em {
  left: 240px;
  top: 136px;
  background: #e11d48;
}
.confidence {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 185px;
  padding: 12px;
  border: 1px solid rgba(226,232,240,.8);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 45px rgba(15,23,42,.12);
}
.confidence small {
  color: #64748b;
}
.confidence strong {
  display: block;
  font-size: 26px;
}
.confidence span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0284c7, #0d9488);
}
.vision-chart svg {
  width: 100%;
  height: 150px;
  border: 1px solid #e2e8f0;
  background: #fcfdfe;
  border-radius: 7px;
  margin-bottom: 24px;
}
.ai-trusted {
  min-height: 215px;
  background: #fffaf7;
}
.ai-trusted .logo-word {
  font-size: 36px;
  font-weight: 700;
}
.ai-adoption {
  padding: 80px 0 96px;
  background: #eceff7;
}
.adoption-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.adoption-grid h2,
.product-adoption h2,
.ai-section-heading h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}
.adoption-grid > p,
.ai-section-heading > p,
.adoption-note {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}
.lens-card {
  grid-column: 1 / -1;
  max-width: 860px;
  margin: 32px auto 0;
  border-radius: 24px;
  background: #fff;
  padding: 28px 32px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
}

.logo-carousel {
  gap: 0;
}

.logo-nav {
  display: none;
}

.logo-viewport {
  width: min(1160px, calc(100vw - 80px));
}
.lens-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 28px;
}
.lens-tabs span {
  padding-bottom: 12px;
  color: #6f6f6f;
  font-weight: 700;
}
.lens-tabs span:first-child {
  color: #0d9488;
  border-bottom: 3px solid #0d9488;
}
.lens-body {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
}
.lens-body h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.lens-body ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.6;
}
.impact-panel {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  background: #f8fafc;
}
.impact-panel strong {
  display: inline-block;
  font-size: 28px;
  margin-right: 12px;
}
.impact-panel span {
  color: #0d9488;
  font-weight: 700;
}
.impact-panel b,
.impact-panel small {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}
.payback {
  height: 10px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0fa8a4 0 68%, #dbe2eb 68%);
}
.product-adoption {
  position: relative;
  overflow: hidden;
}
.product-adoption::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 42%;
  height: 360px;
  border-top: 2px solid var(--cyan);
  border-radius: 50%;
}
.product-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin: 52px auto;
}
.product-proof-grid article {
  min-height: 248px;
  background: #fff;
  padding: 44px 26px;
  box-shadow: 0 9px 22px rgba(0,0,0,.12);
}
.product-proof-grid h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.product-proof-grid p {
  color: var(--muted);
  line-height: 1.45;
}
.adoption-note {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.ai-support-section {
  padding: 96px 0 104px;
  background: #fafafa;
}
.ai-section-heading {
  max-width: 536px;
  margin-bottom: 32px;
}
.ai-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.ai-support-card {
  min-height: 372px;
  padding: 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}
.ai-support-card.wide {
  grid-column: span 1;
}
.ai-support-card.full {
  grid-column: 1 / -1;
  min-height: 270px;
}
.ai-support-card h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.ai-support-card p {
  color: var(--muted);
  line-height: 1.38;
}
.card-visual {
  position: relative;
  min-height: 168px;
  border-radius: 12px;
  background: #f3f4f8;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #0f172a;
  font-weight: 700;
  text-align: center;
  padding: 24px;
}
.card-visual span {
  position: relative;
  z-index: 1;
  max-width: 240px;
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 4px 10px rgba(15,23,42,.08);
}
.card-visual i {
  position: absolute;
  width: 64px;
  height: 8px;
  border-radius: 999px;
  background: #10b981;
}
.card-visual i:nth-of-type(1) { left: 22%; top: 34%; }
.card-visual i:nth-of-type(2) { right: 24%; top: 52%; background: #2563eb; }
.card-visual i:nth-of-type(3) { left: 35%; bottom: 24%; background: #f5b849; }
.visual-matrix i,
.visual-forecast i,
.visual-growth i,
.visual-line i {
  height: 2px;
  width: 70%;
  background: #94a3b8;
}
.visual-bars i {
  width: 26px;
  height: 92px;
  border-radius: 4px 4px 0 0;
  bottom: 24px;
  top: auto;
}
.visual-bars i:nth-of-type(2) { height: 62px; }
.visual-bars i:nth-of-type(3) { height: 34px; }
.visual-agents span {
  max-width: 100%;
  width: 74%;
}
.ai-gradient-cta {
  min-height: 429px;
  display: flex;
  align-items: center;
  background: linear-gradient(105deg, #19b8c9 0%, #8eb88f 52%, #f5b849 100%);
}
.ai-gradient-cta .ai-rail {
  display: grid;
  grid-template-columns: 1fr 326px;
  gap: 96px;
  align-items: center;
}
.ai-gradient-cta h2 {
  max-width: 460px;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.ai-gradient-cta p {
  max-width: 430px;
  line-height: 1.4;
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  .ai-service-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 112px 24px 56px;
  }
  .ai-hero-copy,
  .ai-hero-copy > p:not(.platform-kicker) {
    max-width: none;
  }
  .ai-hero-copy h1 {
    font-size: 36px;
  }
  .ai-board,
  .vision-board {
    width: 100%;
  }
  .board-body,
  .vision-grid,
  .lens-body,
  .adoption-grid,
  .product-proof-grid,
  .ai-support-grid,
  .ai-gradient-cta .ai-rail {
    grid-template-columns: 1fr;
  }
  .board-body {
    min-height: auto;
  }
  .board-side {
    border-left: 0;
    border-top: 1px solid #eef2f6;
  }
  .use-row {
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
  }
  .agent-tabs {
    flex-wrap: wrap;
  }
  .agent-flow {
    grid-template-columns: 1fr 1fr;
    min-height: 260px;
    padding: 24px;
  }
  .agent-flow::before {
    display: none;
  }
  .agent-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .vision-stream {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .ai-trusted,
  .ai-adoption,
  .ai-support-section,
  .ai-gradient-cta {
    min-height: auto;
    padding: 64px 0;
  }
  .lens-card,
  .product-proof-grid {
    margin-top: 28px;
  }
  .ai-support-card,
  .ai-support-card.full {
    grid-column: auto;
    min-height: 320px;
  }
  .ai-gradient-cta .ai-rail {
    gap: 28px;
  }
  .ai-gradient-cta h2 {
    font-size: 34px;
  }
  .ai-gradient-cta .solution-cta-orbit {
    transform: scale(.82);
    transform-origin: left top;
    margin-bottom: -58px;
  }
}

.workflow-cta-section {
  position: relative;
  overflow: hidden;
  min-height: 769px;
  padding: 104px 0 80px;
  scroll-margin-top: 112px;
  background: linear-gradient(90deg, #0fb1c7 0%, #73bca3 52%, #f5b849 100%);
}
.workflow-cta-section::before,
.workflow-cta-section::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  width: 2px;
  background: rgba(0, 8, 7, .5);
  pointer-events: none;
}
.workflow-cta-section::before {
  left: calc(50% + 388px);
}
.workflow-cta-section::after {
  left: calc(50% + 412px);
}
.workflow-cta-rail {
  position: relative;
  z-index: 1;
  width: min(936px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 376px 456px;
  gap: 104px;
  align-items: start;
}
.workflow-cta-copy {
  min-height: 585px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.workflow-cta-copy h2 {
  max-width: 401px;
  margin: 0;
  color: #0f172a;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}
.workflow-cta-copy p {
  max-width: 376px;
  margin: 8px 0 0;
  color: #000807;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}
.workflow-cta-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.workflow-cta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.workflow-cta-badges span,
.workflow-cta-note {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .1);
  padding: 6px 12px;
  color: #000807;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}
.workflow-cta-badges span::before,
.workflow-cta-note::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 999px;
  background: #000807;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.22);
}
.workflow-cta-form {
  min-height: 585px;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  background: #fff;
  padding: 33px;
  box-shadow: 0 12px 32px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.workflow-cta-form h3 {
  max-width: 260px;
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}
.workflow-cta-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.workflow-cta-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0;
}
.workflow-cta-form input,
.workflow-cta-form select,
.workflow-cta-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f0f0f0;
  padding: 11px 13px;
  color: #000807;
  font: inherit;
  outline: 0;
}
.workflow-cta-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000807 50%), linear-gradient(135deg, #000807 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}
.workflow-cta-form textarea {
  min-height: 88px;
  resize: vertical;
}
.workflow-cta-form input:focus,
.workflow-cta-form select:focus,
.workflow-cta-form textarea:focus {
  border-color: #0fb1c7;
  box-shadow: 0 0 0 3px rgba(15,177,199,.16);
}
.workflow-cta-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #000807;
  color: #fbf9ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
}

@media (max-width: 980px) {
  .workflow-cta-section {
    min-height: auto;
    padding: 112px 0 72px;
  }
  .workflow-cta-section::before,
  .workflow-cta-section::after {
    display: none;
  }
  .workflow-cta-rail {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .workflow-cta-copy {
    min-height: auto;
    gap: 40px;
  }
  .workflow-cta-copy h2 {
    max-width: 520px;
    font-size: 38px;
  }
  .workflow-cta-copy p {
    max-width: 520px;
    font-size: 18px;
  }
  .workflow-cta-form {
    width: 100%;
    max-width: 456px;
    min-height: auto;
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .workflow-cta-section {
    padding: 112px 0 56px;
  }
  .workflow-cta-rail {
    width: min(100% - 32px, 456px);
  }
  .workflow-cta-copy h2 {
    font-size: 32px;
  }
  .workflow-cta-copy p {
    font-size: 16px;
  }
  .workflow-cta-form {
    padding: 24px;
  }
}

.orbit-cta-section {
  position: relative;
  overflow: hidden;
  min-height: 429px;
  display: flex;
  align-items: center;
  padding: 45px 0;
  scroll-margin-top: 104px;
  background: linear-gradient(90deg, #0fb1c7 0%, #73bca3 52%, #f5b849 100%);
  color: #000807;
}

.orbit-cta-rail {
  width: min(var(--rail), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, var(--orbit-copy-width, 493px)) 326px;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.orbit-cta-copy {
  max-width: var(--orbit-copy-width, 493px);
}

.orbit-cta-copy h2 {
  margin: 0;
  color: #000;
  font-family: "Google Sans Flex", Geist, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 600;
}

.orbit-cta-copy p:not(.orbit-cta-kicker) {
  margin: 4px 0 0;
  color: #000807;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.orbit-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.orbit-cta-button,
.orbit-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 16px;
  border-radius: 8px;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.orbit-cta-button {
  gap: 8px;
  background: #000807;
  color: #fbf9ff;
}

.orbit-cta-link {
  color: #000807;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.orbit-cta-visual {
  width: 326px;
  height: 306px;
}

.orbit-cta-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orbit-cta-plain .orbit-cta-rail {
  grid-template-columns: minmax(0, 696px);
  justify-content: start;
}

.orbit-cta-plain .orbit-cta-copy {
  max-width: 696px;
}

.orbit-cta-plain .orbit-cta-copy p:not(.orbit-cta-kicker) {
  color: #484848;
}

.orbit-cta-feature {
  min-height: 650px;
  padding: 80px 0;
}

.orbit-cta-feature .orbit-cta-rail {
  grid-template-columns: minmax(0, 536px) 326px;
  align-items: center;
}

.orbit-cta-kicker {
  margin: 0 0 8px;
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: .42px;
  text-transform: uppercase;
}

.orbit-cta-feature .orbit-cta-copy h2 {
  font-size: 56px;
  line-height: 1.05;
}

.orbit-cta-feature .orbit-cta-copy h2 strong {
  font-weight: 700;
}

.orbit-cta-feature .orbit-cta-copy p:not(.orbit-cta-kicker) {
  max-width: 480px;
  margin-top: 8px;
  opacity: .75;
}

.orbit-cta-feature .orbit-cta-button {
  min-height: 42px;
  padding: 13px 16px;
  background: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
}

.people-page .orbit-cta-section.people-final-cta,
.orbit-cta-section.solution-final-cta,
.orbit-cta-section.platform-cta,
.orbit-cta-section.ai-gradient-cta,
.orbit-cta-section.others-cta,
.orbit-cta-section.final-cta {
  min-height: 429px;
  padding: 45px 0;
}

.people-page .orbit-cta-section.people-final-cta h2,
.people-page .orbit-cta-section.people-final-cta p {
  width: auto;
}

@media (min-width: 901px) {
  .orbit-cta-orbit .orbit-cta-rail {
    grid-template-columns: minmax(0, var(--orbit-copy-width, 493px));
    justify-content: start;
  }

  .orbit-cta-orbit .orbit-cta-visual {
    position: absolute;
    left: calc(83.333% - 152px);
    top: 45px;
  }

  .orbit-cta-feature .orbit-cta-rail {
    grid-template-columns: minmax(0, 536px);
    justify-content: start;
  }

  .orbit-cta-feature .orbit-cta-visual {
    position: absolute;
    left: calc(66.667% - 56px);
    top: 208px;
  }
}

@media (max-width: 900px) {
  .orbit-cta-section,
  .people-page .orbit-cta-section.people-final-cta,
  .orbit-cta-section.solution-final-cta,
  .orbit-cta-section.platform-cta,
  .orbit-cta-section.ai-gradient-cta,
  .orbit-cta-section.others-cta,
  .orbit-cta-section.final-cta {
    min-height: auto;
    padding: 72px 24px;
  }

  .orbit-cta-rail,
  .orbit-cta-feature .orbit-cta-rail {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .orbit-cta-copy,
  .orbit-cta-plain .orbit-cta-copy,
  .orbit-cta-feature .orbit-cta-copy {
    max-width: none;
  }

  .orbit-cta-copy h2 {
    font-size: 34px;
  }

  .orbit-cta-feature .orbit-cta-copy h2 {
    font-size: 42px;
  }

  .orbit-cta-copy p:not(.orbit-cta-kicker),
  .orbit-cta-feature .orbit-cta-copy p:not(.orbit-cta-kicker) {
    max-width: none;
    font-size: 18px;
  }

  .orbit-cta-actions {
    align-items: flex-start;
  }

  .orbit-cta-button,
  .orbit-cta-link {
    white-space: normal;
    text-align: center;
  }

  .orbit-cta-visual {
    position: static;
    width: min(326px, 100%);
    height: auto;
    aspect-ratio: 326 / 306;
  }
}

@media (max-width: 520px) {
  .orbit-cta-section,
  .people-page .orbit-cta-section.people-final-cta,
  .orbit-cta-section.solution-final-cta,
  .orbit-cta-section.platform-cta,
  .orbit-cta-section.ai-gradient-cta,
  .orbit-cta-section.others-cta,
  .orbit-cta-section.final-cta {
    padding: 64px 20px;
  }

  .orbit-cta-actions {
    width: 100%;
  }

  .orbit-cta-button,
  .orbit-cta-link {
    width: 100%;
  }
}

.logo-carousel {
  gap: 0;
}

.logo-carousel .logo-nav {
  display: none;
}

.logo-carousel .logo-viewport {
  width: min(1160px, calc(100vw - 80px));
}

@media (max-width: 900px) {
  .logo-carousel .logo-viewport {
    width: min(100%, calc(100vw - 32px));
  }
}

/* Figma recheck updates: shared fixed header, exact section crops, footer icons, and smooth logo marquee. */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .2);
  border-bottom-color: rgba(243, 243, 243, .44);
  box-shadow: none;
  transition:
    height .24s ease,
    padding .24s ease,
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.site-header.is-scrolled {
  height: 72px;
  padding-top: 11px;
  padding-bottom: 11px;
  background: rgba(255, 255, 255, .74);
  border-bottom-color: rgba(243, 243, 243, .9);
  box-shadow: 0 10px 30px rgba(0, 8, 7, .06);
}

.figma-crop-section,
.figma-crop-section.agents-figma-hero,
.figma-crop-section.automation-band,
.figma-crop-section.agent-context-band {
  display: block;
  position: relative;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background: #fafafa;
  text-align: initial;
  scroll-margin-top: 82px;
}

.figma-crop-section > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.figma-crop-section.assessment-hero-crop > img {
  transform: none;
}

.logo-strip-auto {
  width: max-content;
  padding: 0;
  animation: logoMarquee calc(var(--logo-count, 12) * 1s) linear infinite;
  transition: none;
}

.logo-strip-auto:hover {
  animation-play-state: paused;
}

@keyframes logoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.socials {
  align-items: center;
}

.social-link {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--accent);
}

.social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .logo-strip-auto {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .site-header.is-scrolled {
    height: 72px;
    padding: 11px 24px;
  }
}

@media (max-width: 760px) {
  .figma-crop-section > img {
    width: 760px;
    max-width: none;
    transform: none;
  }

  .figma-crop-section.agents-figma-hero {
    padding-top: 82px;
  }

  .figma-crop-section.agents-figma-hero > img {
    transform: translateX(calc((100vw - 760px) / 2));
  }

  .figma-crop-section.workflow-hero-crop > img,
  .figma-crop-section.workflow-meaning-crop > img,
  .figma-crop-section.workflow-applies-crop > img,
  .figma-crop-section.aptaone-purpose-crop > img,
  .figma-crop-section.aptaone-connected-crop > img {
    transform: translateX(calc((100vw - 760px) / 2));
  }

  .figma-crop-section.integrations-hero-crop > img,
  .figma-crop-section.integrations-connect-crop > img,
  .figma-crop-section.integrations-intelligence-crop > img,
  .figma-crop-section.integrations-usage-crop > img,
  .figma-crop-section.security-hero-crop > img,
  .figma-crop-section.security-problem-crop > img,
  .figma-crop-section.security-controls-crop > img,
  .figma-crop-section.security-data-crop > img,
  .figma-crop-section.security-final-crop > img,
  .figma-crop-section.hiring-hero-crop > img,
  .figma-crop-section.hiring-capabilities-crop > img,
  .figma-crop-section.hiring-savings-crop > img,
  .figma-crop-section.hiring-stats-crop > img,
  .figma-crop-section.hiring-final-crop > img,
  .figma-crop-section.assessment-hero-crop > img,
  .figma-crop-section.assessment-capabilities-crop > img,
  .figma-crop-section.assessment-savings-crop > img,
  .figma-crop-section.assessment-stats-crop > img,
  .figma-crop-section.assessment-final-crop > img,
  .figma-crop-section.bidcontract-hero-crop > img,
  .figma-crop-section.bidcontract-capabilities-crop > img,
  .figma-crop-section.bidcontract-savings-crop > img,
  .figma-crop-section.bidcontract-stats-crop > img,
  .figma-crop-section.bidcontract-final-crop > img,
  .figma-crop-section.projectexecution-hero-crop > img,
  .figma-crop-section.projectexecution-capabilities-crop > img,
  .figma-crop-section.projectexecution-savings-crop > img,
  .figma-crop-section.projectexecution-stats-crop > img,
  .figma-crop-section.projectexecution-final-crop > img,
  .figma-crop-section.collaborationhub-hero-crop > img,
  .figma-crop-section.collaborationhub-capabilities-crop > img,
  .figma-crop-section.collaborationhub-savings-crop > img,
  .figma-crop-section.collaborationhub-stats-crop > img,
  .figma-crop-section.collaborationhub-final-crop > img,
  .figma-crop-section.peoplehub-hero-crop > img,
  .figma-crop-section.peoplehub-capabilities-crop > img,
  .figma-crop-section.peoplehub-savings-crop > img,
  .figma-crop-section.peoplehub-stats-crop > img,
  .figma-crop-section.peoplehub-final-crop > img,
  .figma-crop-section.engineering-infrastructure-hero-crop > img,
  .figma-crop-section.engineering-infrastructure-capabilities-crop > img,
  .figma-crop-section.engineering-infrastructure-usecases-crop > img,
  .figma-crop-section.manufacturing-hero-crop > img,
  .figma-crop-section.manufacturing-capabilities-crop > img,
  .figma-crop-section.hr-staffing-capabilities-crop > img,
  .figma-crop-section.hr-staffing-proof-crop > img,
  .figma-crop-section.banking-finance-capabilities-crop > img,
  .figma-crop-section.banking-finance-proof-crop > img,
  .figma-crop-section.healthcare-hero-crop > img,
  .figma-crop-section.healthcare-what-crop > img,
  .figma-crop-section.healthcare-capabilities-crop > img,
  .figma-crop-section.travel-operations-hero-crop > img,
  .figma-crop-section.travel-operations-what-crop > img,
  .figma-crop-section.travel-operations-capabilities-crop > img {
    transform: translateX(-56px);
  }

  .figma-crop-section.security-hero-crop {
    padding-top: 82px;
    background: #fff;
  }

  .figma-crop-section.peoplehub-hero-crop {
    padding-top: 82px;
    background: #f3f4f8;
  }

  .figma-crop-section.peoplehub-hero-crop > img {
    transform: translateX(calc((100vw - 760px) / 2));
  }

  .figma-crop-section.travel-operations-hero-crop > img {
    transform: translateX(-180px);
  }

  .figma-crop-section.engineering-infrastructure-hero-crop > img {
    transform: translateX(-140px);
  }

  .figma-crop-section.healthcare-capabilities-crop > img,
  .figma-crop-section.engineering-infrastructure-capabilities-crop > img,
  .figma-crop-section.engineering-infrastructure-usecases-crop > img,
  .figma-crop-section.manufacturing-capabilities-crop > img,
  .figma-crop-section.hr-staffing-capabilities-crop > img,
  .figma-crop-section.hr-staffing-proof-crop > img,
  .figma-crop-section.banking-finance-capabilities-crop > img,
  .figma-crop-section.banking-finance-proof-crop > img,
  .figma-crop-section.travel-operations-capabilities-crop > img,
  .figma-crop-section.ai-product-capabilities-crop > img,
  .figma-crop-section.computer-vision-capabilities-crop > img {
    width: 100%;
    transform: none;
  }

  .figma-crop-section.ai-product-hero-crop > img,
  .figma-crop-section.ai-product-adoption-crop > img,
  .figma-crop-section.ai-product-cta-crop > img,
  .figma-crop-section.computer-vision-hero-crop > img,
  .figma-crop-section.computer-vision-cta-crop > img {
    transform: translateX(-56px);
  }

  .figma-crop-section.aptaone-statement-crop > img {
    width: 100%;
  }

  .industry-what-band {
    min-height: 260px;
    padding: 76px 24px;
  }

  .industry-what-inner h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .industry-logo-band {
    padding-top: 36px;
  }

  .industry-logo-band .logo-viewport {
    width: 100%;
  }

  .industry-logo-band .logo-strip {
    gap: 44px;
  }

  .industry-figma-hybrid-hero {
    min-height: auto;
    padding: 112px 0 58px;
  }

  .industry-figma-hybrid-inner {
    width: min(100% - 48px, 520px);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .industry-figma-hybrid-copy h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .industry-figma-hybrid-copy > p:not(.platform-kicker) {
    font-size: 16px;
  }

  .industry-figma-hybrid-visual {
    justify-content: center;
    margin-inline: -8px;
  }

  .industry-figma-hybrid-visual img,
  .banking-finance-hero-visual .industry-figma-hybrid-visual img {
    width: min(100vw - 16px, 680px);
  }

  .ai-logo-band {
    padding-top: 36px;
  }

  .ai-logo-band .logo-viewport {
    width: 100%;
  }

  .ai-logo-band .logo-strip {
    gap: 44px;
  }
}
