.mix-agents-route,
.mix-agents-route body {
  background: var(--landing-paper, #fdfdfb) !important;
}

.mix-agents-route {
  scroll-behavior: smooth;
}

.mix-agents-page {
  --agents-paper: var(--landing-paper, #fdfdfb);
  --agents-cream: var(--landing-cream, #f6f2ed);
  --agents-ink: var(--landing-ink, #151517);
  --agents-muted: var(--landing-muted, #60606b);
  --agents-violet: var(--landing-cobalt, #7839ee);
  --agents-violet-deep: #5d22c8;
  --agents-violet-soft: #f0e9ff;
  --agents-lavender: var(--landing-lavender, #ecebff);
  --agents-navy: var(--landing-navy, #121128);
  --agents-navy-soft: #1d1a3b;
  --agents-border: rgba(21, 21, 23, .13);
  --agents-header-bleed: var(--soceo-nav-height, 96px);
  min-width: 0;
  margin-top: calc(-1 * var(--agents-header-bleed));
  overflow: clip;
  color: var(--agents-ink);
  background: var(--agents-paper);
  font-family: Inter, Arial, sans-serif;
}

.mix-agents-page *,
.mix-agents-page *::before,
.mix-agents-page *::after {
  box-sizing: border-box;
}

.mix-agents-page ::selection {
  color: #fff;
  background: var(--agents-violet-deep);
}

.mix-agents-page :is(a, button):focus-visible {
  outline: 3px solid #9d74f1;
  outline-offset: 4px;
}

.mix-agents-page :is(a, button) {
  -webkit-tap-highlight-color: transparent;
}

.mix-agents-page :is(
  #como-trabalham,
  #superficies,
  #assistente,
  #criador-de-agentes,
  #orquestracao-de-agentes,
  #governanca-de-agentes,
  #biblioteca-de-agentes,
  #exemplos,
  #central-de-agentes,
  #governanca,
  #motores-e-rastreabilidade,
  #agendar-demo
) {
  scroll-margin-top: calc(var(--soceo-header-height, 80px) + 24px);
}

.mix-agents-control-center {
  padding: clamp(90px, 9vw, 132px) 0;
  background: linear-gradient(180deg, #fdfdfb 0%, #f2edff 100%);
}

.mix-agents-control-center__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .65fr);
  align-items: end;
  gap: clamp(35px, 6vw, 100px);
  margin-bottom: 42px;
}

.mix-agents-control-center__intro small {
  color: #6331c5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.mix-agents-control-center__intro h2 {
  max-width: 820px;
  margin: 16px 0 0;
  font: 700 clamp(43px, 5vw, 72px)/.98 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.mix-agents-control-center__intro p {
  max-width: 420px;
  margin: 0 0 3px;
  color: #5b5666;
  font-size: 17px;
  line-height: 1.62;
}

.mix-agents-control-center__frame {
  overflow: hidden;
  border: 1px solid #413466;
  border-radius: 27px;
  color: #fff;
  background: #17112d;
  box-shadow: 0 35px 65px rgba(38, 20, 82, .16);
}

.mix-agents-control-center__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  gap: 20px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(226, 213, 255, .15);
  background: #1e1638;
}

.mix-agents-control-center__bar > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mix-agents-control-center__bar i {
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: #ad8eff;
  box-shadow: 0 0 0 5px rgba(173, 142, 255, .12);
}

.mix-agents-control-center__bar strong {
  font-size: 12px;
  letter-spacing: .11em;
}

.mix-agents-control-center__bar span {
  padding-left: 12px;
  border-left: 1px solid rgba(226, 213, 255, .25);
  color: #c7b9e4;
  font-size: 12px;
}

.mix-agents-control-center__bar > small {
  flex: none;
  color: #c2aaf5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mix-agents-control-center__tabs {
  display: flex;
  gap: 8px;
  padding: 18px 24px 0;
  border-bottom: 1px solid rgba(226, 213, 255, .12);
}

.mix-agents-control-center__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  color: #c9bcdf;
  background: transparent;
  font: 650 13px/1.3 Inter, Arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}

.mix-agents-control-center__tabs button span { color: #9779d0; font-size: 11px; }
.mix-agents-control-center__tabs button:hover { background: rgba(255,255,255,.06); }
.mix-agents-control-center__tabs button[aria-selected="true"] {
  border-color: rgba(226, 213, 255, .18);
  color: #fff;
  background: #30224f;
}

.mix-agents-command { min-height: 560px; }
.mix-agents-command__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 38px 31px;
  border-bottom: 1px solid rgba(226, 213, 255, .12);
}

.mix-agents-command__top small,
.mix-agents-command__body header span,
.mix-agents-command__gate small,
.mix-agents-command__artifact small {
  color: #bc9cfb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mix-agents-command__top h3 {
  max-width: 750px;
  margin: 10px 0 9px;
  font: 700 clamp(27px, 3vw, 41px)/1.08 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.03em;
}

.mix-agents-command__top p {
  max-width: 690px;
  margin: 0;
  color: #c9bfda;
  font-size: 14px;
  line-height: 1.52;
}

.mix-agents-command__top > span {
  align-self: start;
  flex: none;
  padding: 7px 10px;
  border: 1px solid rgba(218, 196, 255, .25);
  border-radius: 999px;
  color: #d7c5f6;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
}

.mix-agents-command__body {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.12fr) minmax(0, .86fr);
  min-height: 405px;
}

.mix-agents-command__body > div {
  min-width: 0;
  padding: 29px 25px 35px;
}

.mix-agents-command__body > div + div { border-left: 1px solid rgba(226, 213, 255, .12); }
.mix-agents-command__body header { display: grid; gap: 8px; margin-bottom: 25px; }
.mix-agents-command__body header strong { font-size: 17px; line-height: 1.2; }
.mix-agents-command__crew ol,
.mix-agents-command__track ol { margin: 0; padding: 0; list-style: none; }
.mix-agents-command__crew li { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-top: 1px solid rgba(226, 213, 255, .12); }
.mix-agents-command__avatar { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border: 1px solid rgba(210, 178, 255, .35); border-radius: 12px; color: #e1cbff; background: #3d285f; font-size: 11px; font-weight: 800; }
.mix-agents-command__crew li div { display: grid; gap: 4px; min-width: 0; }
.mix-agents-command__crew li strong { font-size: 13px; line-height: 1.25; }
.mix-agents-command__crew li small { color: #b9aecb; font-size: 11px; line-height: 1.4; }
.mix-agents-command__crew li em { margin-left: auto; color: #8f7ba9; font-size: 11px; font-style: normal; }
.mix-agents-command__track ol { position: relative; }
.mix-agents-command__track ol::before { content: ""; position: absolute; top: 16px; bottom: 28px; left: 13px; width: 1px; background: linear-gradient(#a779ff, rgba(167,121,255,.12)); }
.mix-agents-command__track li { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding-bottom: 20px; }
.mix-agents-command__track li > span { z-index: 1; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #9b74e6; border-radius: 50%; background: #352450; color: #eadcff; font-size: 10px; font-weight: 750; }
.mix-agents-command__track li strong { font-size: 13px; }
.mix-agents-command__track li p { margin: 5px 0 0; color: #bfb4d0; font-size: 11px; line-height: 1.48; }
.mix-agents-command__sources { display: flex; flex-wrap: wrap; gap: 7px; }
.mix-agents-command__sources span { padding: 7px 9px; border: 1px solid rgba(226, 213, 255, .18); border-radius: 7px; color: #ddd2ed; background: rgba(255,255,255,.045); font-size: 11px; line-height: 1.2; }
.mix-agents-command__gate { margin-top: 27px; padding: 18px; border: 1px solid rgba(222, 183, 255, .27); border-radius: 12px; background: rgba(104, 66, 158, .19); }
.mix-agents-command__gate p { margin: 7px 0 0; font-size: 12px; line-height: 1.5; }
.mix-agents-command__artifact { display: grid; gap: 8px; margin-top: 12px; padding: 18px; border-radius: 12px; color: #271447; background: #f2ebff; }
.mix-agents-command__artifact small { color: #6840aa; }
.mix-agents-command__artifact strong { font-size: 13px; line-height: 1.45; }
.mix-agents-control-center__footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 22px; }
.mix-agents-control-center__footer p { max-width: 650px; margin: 0; color: #635a72; font-size: 12px; line-height: 1.5; }

@media (max-width: 1050px) {
  .mix-agents-command__body { grid-template-columns: 1fr 1.2fr; }
  .mix-agents-command__evidence { grid-column: 1 / -1; border-top: 1px solid rgba(226,213,255,.12); }
  .mix-agents-command__body > .mix-agents-command__evidence { border-left: 0; }
}

@media (max-width: 760px) {
  .mix-agents-control-center__intro { grid-template-columns: 1fr; gap: 20px; }
  .mix-agents-control-center__intro p { max-width: 660px; }
  .mix-agents-control-center__bar { padding-inline: 18px; }
  .mix-agents-control-center__bar span, .mix-agents-control-center__bar > small { display: none; }
  .mix-agents-control-center__tabs { overflow-x: auto; padding: 10px 12px 0; }
  .mix-agents-command__top { display: block; padding: 27px 22px; }
  .mix-agents-command__top > span { display: inline-block; margin-top: 18px; }
  .mix-agents-command__body { grid-template-columns: 1fr; }
  .mix-agents-command__body > div { padding: 24px 22px; }
  .mix-agents-command__body > div + div { border-top: 1px solid rgba(226,213,255,.12); border-left: 0; }
  .mix-agents-command__evidence { grid-column: auto; }
  .mix-agents-control-center__footer { align-items: flex-start; flex-direction: column; }
}

.mix-agents-surfaces {
  position: relative;
  padding: clamp(86px, 9vw, 142px) 0;
  background: #f7f4ff;
}

.mix-agents-surfaces__head {
  max-width: 820px;
}

.mix-agents-surfaces__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 36px 0 30px;
}

.mix-agents-surfaces__nav a {
  padding: 11px 15px;
  border: 1px solid rgba(93, 34, 200, .18);
  border-radius: 999px;
  background: #fff;
  color: #4d279c;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.mix-agents-surfaces__nav a:is(:hover, :focus-visible) {
  color: #fff;
  background: var(--agents-violet-deep);
  transform: translateY(-2px);
}

.mix-agents-surfaces__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mix-agents-surface {
  min-width: 0;
  min-height: 360px;
  padding: clamp(26px, 3.1vw, 42px);
  border: 1px solid #ddd3f2;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(44, 20, 96, .035);
}

.mix-agents-surface--featured {
  grid-column: 1 / -1;
  min-height: 340px;
  color: #fff;
  border-color: #6740d7;
  background: radial-gradient(circle at 83% 0, rgba(255,255,255,.19), transparent 33%), linear-gradient(125deg, #271253, #6130d3 64%, #4538e6);
}

.mix-agents-surface__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid currentColor;
  color: #7446d5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mix-agents-surface--featured .mix-agents-surface__top {
  color: #e8dbff;
}

.mix-agents-surface__content {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(170px, .8fr);
  gap: 32px;
  align-items: end;
  padding-top: 34px;
}

.mix-agents-surface h3 {
  margin: 0 0 22px;
  font: 700 clamp(32px, 3vw, 46px)/1 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.035em;
}

.mix-agents-surface strong {
  display: block;
  max-width: 660px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.3;
}

.mix-agents-surface p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #585260;
  font-size: 15px;
  line-height: 1.62;
}

.mix-agents-surface--featured p {
  color: #e7ddff;
}

.mix-agents-surface ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mix-agents-surface li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.mix-agents-surface li svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.mix-agents-surface__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--agents-violet-deep);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.mix-agents-surface--featured .mix-agents-surface__link { color: #fff; }
.mix-agents-surface__link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.mix-agents-surface__link:is(:hover, :focus-visible) { text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 760px) {
  .mix-agents-surfaces { padding: 80px 0; }
  .mix-agents-surfaces__grid { grid-template-columns: 1fr; }
  .mix-agents-surface--featured { grid-column: auto; }
  .mix-agents-surface { min-height: 0; border-radius: 20px; }
  .mix-agents-surface__content { grid-template-columns: 1fr; gap: 24px; }
}

.mix-agents-skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 11px 16px;
  color: #fff;
  border-radius: 10px;
  background: #151517;
  font: 700 14px/1 Inter, Arial, sans-serif;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease-out;
}

.mix-agents-skip-link:focus {
  transform: translateY(0);
}

.mix-agents-shell {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}

.mix-agents-intro {
  max-width: 790px;
}

.mix-agents-intro h2,
.mix-agents-final h2 {
  max-width: 780px;
  margin: 0;
  font: 700 clamp(42px, 4.9vw, 72px)/.98 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.mix-agents-intro > p,
.mix-agents-final p {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--agents-muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.62;
}

.mix-agents-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out, transform .2s ease-out;
}

.mix-agents-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .2s ease-out;
}

.mix-agents-cta:hover svg {
  transform: translateX(3px);
}

.mix-agents-cta--dark {
  color: #fff;
  background: var(--agents-ink);
}

.mix-agents-cta--dark:hover {
  background: var(--agents-violet-deep);
  transform: translateY(-2px);
}

.mix-agents-cta--plain {
  color: var(--agents-ink);
  background: transparent;
}

.mix-agents-cta--plain:hover {
  color: var(--agents-violet-deep);
  background: rgba(120, 57, 238, .07);
}

.mix-agents-cta--outline {
  color: var(--agents-violet-deep);
  border-color: rgba(120, 57, 238, .32);
  background: rgba(255, 255, 255, .7);
}

.mix-agents-cta--outline:hover {
  color: #fff;
  border-color: var(--agents-violet-deep);
  background: var(--agents-violet-deep);
}

.mix-agents-cta--light {
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
}

.mix-agents-cta--light:hover {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .14);
}

.mix-agents-cta--white {
  color: var(--agents-violet-deep);
  background: #fff;
}

.mix-agents-cta--white:hover {
  color: var(--agents-ink);
  transform: translateY(-2px);
}

.mix-agents-cta--violet {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
}

.mix-agents-cta--violet:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

/* Hero */
.mix-agents-hero {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  display: grid;
  align-items: center;
  padding:
    calc(var(--agents-header-bleed) + clamp(82px, 8vw, 122px))
    0
    clamp(82px, 9vw, 132px);
  overflow: hidden;
  border-bottom: 1px solid var(--agents-border);
  background:
    radial-gradient(circle at 87% 24%, rgba(120, 57, 238, .14), transparent 29%),
    radial-gradient(circle at 10% 100%, rgba(132, 109, 246, .08), transparent 31%),
    linear-gradient(180deg, #fff 0%, #f9f6f2 100%);
}

.mix-agents-hero::before,
.mix-agents-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(120, 57, 238, .13);
  border-radius: 50%;
  pointer-events: none;
}

.mix-agents-hero::before {
  top: 5%;
  right: -180px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 64px rgba(120, 57, 238, .027), 0 0 0 128px rgba(120, 57, 238, .014);
}

.mix-agents-hero::after {
  bottom: -220px;
  left: -120px;
  width: 390px;
  height: 390px;
}

.mix-agents-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(570px, 1.1fr);
  gap: clamp(54px, 6.3vw, 96px);
  align-items: center;
}

.mix-agents-hero__copy {
  min-width: 0;
}

.mix-agents-hero h1 {
  max-width: 650px;
  margin: 0;
  font: 700 clamp(54px, 5.7vw, 82px)/.94 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.mix-agents-hero__lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: var(--agents-muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.64;
}

.mix-agents-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.mix-agents-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 610px;
  margin: 0;
  padding: 64px 30px 30px;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(rgba(120, 57, 238, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 57, 238, .035) 1px, transparent 1px),
    rgba(255, 255, 255, .9);
  background-size: 26px 26px;
  box-shadow: 0 28px 76px rgba(32, 23, 55, .13);
}

.mix-agents-hero-visual::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 52%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 57, 238, .14), transparent 68%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mix-agents-hero-visual figcaption {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 6px 10px;
  color: #655f70;
  border: 1px solid rgba(21, 21, 23, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mix-agents-hero-context {
  position: absolute;
  z-index: 2;
  top: 142px;
  left: 28px;
  width: 158px;
  display: grid;
  gap: 9px;
}

.mix-agents-hero-context small,
.mix-agents-hero-approval small,
.mix-agents-hero-output small {
  color: #6f687d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.25;
}

.mix-agents-hero-context > span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 11px;
  border: 1px solid rgba(21, 21, 23, .1);
  border-radius: 12px;
  background: #fff;
  color: #383440;
  font-size: 11px;
  font-weight: 700;
}

.mix-agents-hero-context > span i {
  width: 7px;
  height: 7px;
  border: 2px solid var(--agents-violet);
  border-radius: 50%;
}

.mix-agents-hero-rail {
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 184px;
  width: 74px;
  height: 120px;
}

.mix-agents-hero-rail::before,
.mix-agents-hero-rail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(120, 57, 238, .32);
}

.mix-agents-hero-rail::after {
  left: auto;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--agents-violet);
  border-bottom: 1px solid var(--agents-violet);
  background: transparent;
  transform: translateY(-3px) rotate(-45deg);
}

.mix-agents-hero-rail i {
  position: absolute;
  top: calc(50% - 4px);
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--agents-violet);
  animation: agents-flow 2.8s cubic-bezier(.22, 1, .36, 1) infinite;
}

.mix-agents-hero-mission {
  position: absolute;
  z-index: 3;
  top: 106px;
  left: 254px;
  width: 270px;
  min-height: 330px;
  padding: 18px;
  color: #fff;
  border-radius: 24px;
  background: linear-gradient(145deg, #27204b, #121128 73%);
  box-shadow: 0 20px 44px rgba(18, 17, 40, .24);
}

.mix-agents-hero-mission header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mix-agents-hero-mission header span,
.mix-agents-hero-mission header em {
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
}

.mix-agents-hero-mission header span {
  color: #bca6f6;
}

.mix-agents-hero-mission header em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  color: #eee8ff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  letter-spacing: 0;
}

.mix-agents-hero-mission header em::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a788ff;
}

.mix-agents-hero-agent {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 26px 0 20px;
}

.mix-agents-hero-agent span {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--agents-violet);
  box-shadow: 0 10px 22px rgba(120, 57, 238, .28);
  font: 700 24px/1 "Bricolage Grotesque", Inter, sans-serif;
}

.mix-agents-hero-agent i {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(167, 136, 255, .28);
  border-radius: 50%;
  animation: agents-orbit 9s linear infinite;
}

.mix-agents-hero-agent i::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b99eff;
}

.mix-agents-hero-agent i:nth-of-type(2) {
  inset: 13px;
  animation-duration: 6s;
  animation-direction: reverse;
}

.mix-agents-hero-agent i:nth-of-type(3) {
  inset: -5px;
  animation-duration: 12s;
}

.mix-agents-hero-mission h2 {
  max-width: 220px;
  margin: 0;
  font: 700 25px/1.03 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.025em;
}

.mix-agents-hero-mission dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 20px 0 0;
}

.mix-agents-hero-mission dl div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
}

.mix-agents-hero-mission dt {
  color: #a9a1c1;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mix-agents-hero-mission dd {
  margin: 5px 0 0;
  color: #f4f1ff;
  font-size: 9px;
  line-height: 1.3;
}

.mix-agents-hero-mission > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
  color: #cdc4e6;
  font-size: 9px;
  font-weight: 700;
}

.mix-agents-hero-mission > p span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(120, 57, 238, .28);
}

.mix-agents-hero-mission > p svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #c7afff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mix-agents-hero-approval,
.mix-agents-hero-output {
  position: absolute;
  z-index: 4;
  right: 24px;
  width: 196px;
  display: grid;
  gap: 7px;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 23, 52, .12);
}

.mix-agents-hero-approval {
  top: 154px;
}

.mix-agents-hero-output {
  top: 330px;
  right: 18px;
  width: 220px;
}

.mix-agents-hero-approval strong,
.mix-agents-hero-output strong {
  color: #292531;
  font-size: 12px;
  line-height: 1.35;
}

.mix-agents-hero-approval > span,
.mix-agents-hero-output > span {
  color: #6e6877;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.4;
}

.mix-agents-hero-approval > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mix-agents-hero-approval > span i {
  width: 7px;
  height: 7px;
  border: 2px solid var(--agents-violet);
  border-radius: 50%;
}

.mix-agents-hero-trace {
  position: absolute;
  right: 29px;
  bottom: 34px;
  left: 29px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 13px 15px;
  color: #615a6e;
  border: 1px solid rgba(120, 57, 238, .14);
  border-radius: 13px;
  background: rgba(246, 242, 255, .92);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mix-agents-hero-trace i {
  position: relative;
  height: 1px;
  background: rgba(120, 57, 238, .27);
}

.mix-agents-hero-trace i::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--agents-violet);
  border-right: 1px solid var(--agents-violet);
  transform: rotate(45deg);
}

/* Work path */
.mix-agents-path {
  position: relative;
  padding: clamp(100px, 10vw, 148px) 0 clamp(110px, 11vw, 158px);
  overflow: hidden;
  color: #fff;
  background: var(--agents-navy);
}

.mix-agents-path::before {
  content: "";
  position: absolute;
  top: -340px;
  right: -250px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(155, 118, 241, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 82px rgba(120, 57, 238, .025), 0 0 0 164px rgba(120, 57, 238, .014);
}

.mix-agents-path .mix-agents-intro {
  position: relative;
  z-index: 1;
}

.mix-agents-path .mix-agents-intro h2 {
  color: #fff;
}

.mix-agents-path .mix-agents-intro > p {
  color: #c8c3da;
}

.mix-agents-path__rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: clamp(58px, 6vw, 82px) 0 0;
  padding: 0;
  list-style: none;
}

.mix-agents-path__rail > li {
  position: relative;
  min-width: 0;
  min-height: 364px;
  padding: 0 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.mix-agents-path__rail > li + li {
  padding-left: 28px;
}

.mix-agents-path__rail > li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--agents-navy);
  border-radius: 50%;
  background: #a27cf6;
  box-shadow: 0 0 0 1px #a27cf6;
}

.mix-agents-path__connector {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(255, 255, 255, .42);
  border-right: 1px solid rgba(255, 255, 255, .42);
  transform: rotate(45deg);
}

.mix-agents-path__index {
  display: block;
  margin-top: 25px;
  color: #9f82ec;
  font: 700 14px/1 "Bricolage Grotesque", Inter, sans-serif;
}

.mix-agents-path__copy {
  margin-top: 58px;
}

.mix-agents-path__copy small {
  color: #a997d0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.mix-agents-path__copy h3 {
  max-width: 250px;
  margin: 12px 0 0;
  font: 700 clamp(24px, 2.15vw, 31px)/1.03 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.025em;
}

.mix-agents-path__copy p {
  max-width: 255px;
  margin: 17px 0 0;
  color: #c4bfd3;
  font-size: 14px;
  line-height: 1.58;
}

.mix-agents-path__signal {
  position: absolute;
  right: 28px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 16px;
  color: #d9d0f2;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.mix-agents-path__rail > li + li .mix-agents-path__signal {
  left: 28px;
}

.mix-agents-path__signal i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 2px solid #a684f2;
  border-radius: 50%;
}

/* Scenarios */
.mix-agents-examples {
  padding: clamp(102px, 10vw, 150px) 0;
  background: var(--agents-cream);
}

.mix-agents-examples__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .5fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: end;
}

.mix-agents-disclosure {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0 0 5px;
  padding: 18px 0 0;
  color: #5f5967;
  border-top: 1px solid var(--agents-border);
  font-size: 12px;
  line-height: 1.58;
}

.mix-agents-disclosure i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 4px;
  border: 2px solid var(--agents-violet);
  border-radius: 50%;
}

.mix-agents-examples__workspace {
  display: grid;
  grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: stretch;
  margin-top: clamp(62px, 7vw, 92px);
}

.mix-agents-example-tabs {
  align-self: center;
  border-top: 1px solid var(--agents-border);
}

.mix-agents-example-tabs button {
  width: 100%;
  min-height: 94px;
  display: grid;
  grid-template-columns: 36px 1fr 22px;
  gap: 14px;
  align-items: center;
  padding: 18px 4px;
  color: #5b5562;
  border: 0;
  border-bottom: 1px solid var(--agents-border);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease-out, padding .2s ease-out, background-color .2s ease-out;
}

.mix-agents-example-tabs button > span {
  color: #8a8292;
  font-size: 11px;
  font-weight: 750;
}

.mix-agents-example-tabs button strong {
  font: 700 clamp(21px, 2vw, 28px)/1.05 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.02em;
}

.mix-agents-example-tabs button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  opacity: .35;
  transition: transform .2s ease-out, opacity .2s ease-out;
}

.mix-agents-example-tabs button:hover,
.mix-agents-example-tabs button[aria-selected="true"] {
  color: var(--agents-violet-deep);
  padding-inline: 14px 8px;
  background: rgba(255, 255, 255, .52);
}

.mix-agents-example-tabs button[aria-selected="true"] svg {
  opacity: 1;
  transform: translateX(3px);
}

.mix-agents-example-panel {
  min-height: 610px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(37, 28, 59, .1);
}

.mix-agents-example-panel > header {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px 34px 28px;
  color: #fff;
  background: var(--agents-navy);
}

.mix-agents-example-panel > header > span {
  width: 54px;
  height: 54px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  color: #bca4f3;
  font: 700 17px/1 "Bricolage Grotesque", Inter, sans-serif;
}

.mix-agents-example-panel > header small {
  color: #a9a1bf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.mix-agents-example-panel > header h3 {
  margin: 7px 0 0;
  font: 700 clamp(25px, 2.4vw, 35px)/1 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.025em;
}

.mix-agents-example-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 12px 34px 26px;
}

.mix-agents-example-panel dl div {
  min-width: 0;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--agents-border);
}

.mix-agents-example-panel dl div:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid var(--agents-border);
}

.mix-agents-example-panel dt {
  color: var(--agents-violet-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mix-agents-example-panel dd {
  margin: 11px 0 0;
  color: #4e4955;
  font-size: 13px;
  line-height: 1.58;
}

.mix-agents-example-output {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(190px, .58fr);
  gap: 12px 24px;
  align-items: center;
  margin: 0 34px 34px;
  padding: 22px 24px;
  color: #fff;
  border-radius: 16px;
  background: var(--agents-violet-deep);
}

.mix-agents-example-output small {
  grid-column: 1 / -1;
  color: #d8c9fb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-agents-example-output strong {
  font-size: 13px;
  line-height: 1.5;
}

.mix-agents-example-output span {
  padding-left: 20px;
  color: #e0d5fb;
  border-left: 1px solid rgba(255, 255, 255, .24);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

/* Governance */
.mix-agents-governance {
  padding: clamp(104px, 11vw, 160px) 0;
  background:
    radial-gradient(circle at 10% 25%, rgba(120, 57, 238, .09), transparent 25%),
    var(--agents-paper);
}

.mix-agents-governance__layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 8vw, 128px);
  align-items: start;
}

.mix-agents-governance__intro {
  position: sticky;
  top: calc(var(--soceo-header-height, 80px) + 38px);
}

.mix-agents-governance__intro .mix-agents-cta {
  margin-top: 34px;
}

.mix-agents-governance__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--agents-border);
  list-style: none;
}

.mix-agents-governance__list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(150px, .45fr);
  gap: 20px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--agents-border);
}

.mix-agents-governance__number {
  color: var(--agents-violet);
  font: 700 13px/1.2 "Bricolage Grotesque", Inter, sans-serif;
}

.mix-agents-governance__list h3 {
  margin: 0;
  font: 700 clamp(24px, 2.1vw, 31px)/1.03 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.025em;
}

.mix-agents-governance__list p {
  max-width: 500px;
  margin: 13px 0 0;
  color: var(--agents-muted);
  font-size: 14px;
  line-height: 1.62;
}

.mix-agents-governance__list strong {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4c4655;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.mix-agents-governance__list strong i {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border: 2px solid var(--agents-violet);
  border-radius: 50%;
}

/* Motors and trace */
.mix-agents-ecosystem {
  position: relative;
  padding: clamp(108px, 11vw, 164px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(152, 112, 255, .18), transparent 27%),
    linear-gradient(140deg, #17142f 0%, #121128 58%, #201448 100%);
}

.mix-agents-ecosystem::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -300px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(120, 57, 238, .025), 0 0 0 156px rgba(120, 57, 238, .016);
}

.mix-agents-ecosystem__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
}

.mix-agents-ecosystem .mix-agents-intro h2 {
  color: #fff;
}

.mix-agents-ecosystem .mix-agents-intro p {
  color: #c7c1d8;
}

.mix-agents-ecosystem__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.mix-agents-ecosystem__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: stretch;
  margin-top: clamp(68px, 8vw, 102px);
}

.mix-agents-motors {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.mix-agents-motors li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 14px;
  gap: 16px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.mix-agents-motors li > span {
  color: #a38bdb;
  font-size: 11px;
  font-weight: 750;
}

.mix-agents-motors h3 {
  margin: 0;
  font: 700 24px/1 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.02em;
}

.mix-agents-motors p {
  margin: 8px 0 0;
  color: #aca6bb;
  font-size: 12px;
  line-height: 1.5;
}

.mix-agents-motors li > i {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #8f6ddd;
  border-radius: 50%;
}

.mix-agents-motors li > i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b69bf5;
}

.mix-agents-trace {
  position: relative;
  min-height: 530px;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 25px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    rgba(255, 255, 255, .04);
  background-size: 25px 25px;
}

.mix-agents-trace figcaption {
  color: #aa9fc2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-agents-trace__line {
  position: absolute;
  top: 127px;
  right: 68px;
  left: 68px;
  height: 1px;
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, transparent, #8d6bdb 8%, #8d6bdb 92%, transparent);
}

.mix-agents-trace__line i {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border: 2px solid var(--agents-navy);
  border-radius: 50%;
  background: #b190ff;
  box-shadow: 0 0 0 1px #b190ff;
}

.mix-agents-trace ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 74px 0 0;
  padding: 0;
  list-style: none;
}

.mix-agents-trace li {
  min-width: 0;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  padding: 22px 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(18, 17, 40, .75);
}

.mix-agents-trace li > span {
  color: #9c80df;
  font: 700 12px/1 "Bricolage Grotesque", Inter, sans-serif;
}

.mix-agents-trace li small {
  margin-top: 73px;
  color: #9d96ad;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.mix-agents-trace li strong {
  margin-top: 9px;
  color: #f6f2ff;
  font-size: 12px;
  line-height: 1.45;
}

.mix-agents-trace > p {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 24px 0 0;
  padding: 17px 18px;
  color: #d5cee3;
  border-radius: 12px;
  background: rgba(120, 57, 238, .18);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.48;
}

.mix-agents-trace > p i {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 2px solid #ad8cff;
  border-radius: 50%;
}

/* Close */
.mix-agents-final {
  position: relative;
  isolation: isolate;
  padding: clamp(92px, 9vw, 134px) 0;
  overflow: hidden;
  color: #fff;
  background: var(--agents-violet-deep);
}

.mix-agents-final::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -250px;
  right: -150px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .025), 0 0 0 150px rgba(255, 255, 255, .015);
}

.mix-agents-final__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: clamp(46px, 8vw, 120px);
  align-items: end;
}

.mix-agents-final h2 {
  max-width: 760px;
  color: #fff;
}

.mix-agents-final p {
  color: #e3d9f8;
}

.mix-agents-final__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 230px;
}

@keyframes agents-flow {
  0% { opacity: 0; transform: translateX(0) scale(.7); }
  18% { opacity: 1; }
  76% { opacity: 1; }
  100% { opacity: 0; transform: translateX(50px) scale(1); }
}

@keyframes agents-orbit {
  to { transform: rotate(1turn); }
}

@media (max-width: 1180px) {
  .mix-agents-hero__layout {
    grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
    gap: 42px;
  }

  .mix-agents-hero h1 {
    font-size: clamp(50px, 5.6vw, 70px);
  }

  .mix-agents-hero-visual {
    min-height: 580px;
    transform: scale(.94);
    transform-origin: right center;
  }

  .mix-agents-hero-mission {
    left: 224px;
  }

  .mix-agents-hero-rail {
    left: 174px;
    width: 53px;
  }

  .mix-agents-hero-approval,
  .mix-agents-hero-output {
    right: 14px;
  }

  .mix-agents-trace {
    padding-inline: 22px;
  }

  .mix-agents-trace li {
    padding-inline: 13px;
  }
}

@media (max-width: 980px) {
  .mix-agents-shell {
    width: min(100% - 40px, 820px);
  }

  .mix-agents-hero {
    min-height: auto;
  }

  .mix-agents-hero__layout {
    grid-template-columns: 1fr;
  }

  .mix-agents-hero__copy,
  .mix-agents-hero h1,
  .mix-agents-hero__lead {
    max-width: 760px;
  }

  .mix-agents-hero-visual {
    width: min(100%, 680px);
    margin-inline: auto;
    transform: none;
  }

  .mix-agents-path__rail {
    grid-template-columns: 1fr 1fr;
    gap: 54px 0;
  }

  .mix-agents-path__rail > li:nth-child(3) {
    padding-left: 0;
  }

  .mix-agents-path__rail > li:nth-child(3) .mix-agents-path__signal {
    left: 0;
  }

  .mix-agents-path__rail > li:nth-child(2) .mix-agents-path__connector {
    display: none;
  }

  .mix-agents-examples__head,
  .mix-agents-governance__layout,
  .mix-agents-ecosystem__head,
  .mix-agents-final__layout {
    grid-template-columns: 1fr;
  }

  .mix-agents-examples__head {
    align-items: start;
  }

  .mix-agents-disclosure {
    max-width: 540px;
  }

  .mix-agents-examples__workspace {
    grid-template-columns: minmax(230px, .58fr) minmax(0, 1.42fr);
    gap: 28px;
  }

  .mix-agents-governance__intro {
    position: static;
    max-width: 740px;
  }

  .mix-agents-ecosystem__links {
    justify-content: flex-start;
  }

  .mix-agents-ecosystem__layout {
    grid-template-columns: 1fr;
  }

  .mix-agents-motors {
    grid-template-columns: 1fr 1fr;
  }

  .mix-agents-motors li:nth-child(odd) {
    padding-right: 24px;
  }

  .mix-agents-motors li:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .16);
  }

  .mix-agents-final__actions {
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .mix-agents-shell {
    width: min(100% - 32px, 620px);
  }

  .mix-agents-hero {
    padding-top: calc(var(--agents-header-bleed) + 70px);
  }

  .mix-agents-hero h1 {
    font-size: clamp(47px, 13vw, 66px);
  }

  .mix-agents-hero-visual {
    min-height: 670px;
    padding-inline: 18px;
  }

  .mix-agents-hero-context {
    top: 86px;
    right: 18px;
    left: 18px;
    width: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .mix-agents-hero-context small {
    grid-column: 1 / -1;
  }

  .mix-agents-hero-context > span {
    justify-content: center;
  }

  .mix-agents-hero-rail {
    top: 190px;
    left: calc(50% - 1px);
    width: 1px;
    height: 52px;
  }

  .mix-agents-hero-rail::before {
    top: 0;
    width: 1px;
    height: 100%;
  }

  .mix-agents-hero-rail::after,
  .mix-agents-hero-rail i {
    display: none;
  }

  .mix-agents-hero-mission {
    top: 235px;
    left: 50%;
    width: 280px;
    min-height: 320px;
    transform: translateX(-50%);
  }

  .mix-agents-hero-approval {
    top: 438px;
    right: 18px;
    width: 188px;
  }

  .mix-agents-hero-output {
    top: 547px;
    right: auto;
    left: 18px;
    width: 210px;
  }

  .mix-agents-hero-trace {
    display: none;
  }

  .mix-agents-path__rail {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 24px;
  }

  .mix-agents-path__rail > li,
  .mix-agents-path__rail > li + li,
  .mix-agents-path__rail > li:nth-child(3) {
    min-height: auto;
    padding: 0 0 54px 34px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .mix-agents-path__rail > li::before {
    top: 3px;
    left: -7px;
  }

  .mix-agents-path__connector,
  .mix-agents-path__rail > li:nth-child(2) .mix-agents-path__connector {
    display: block;
    top: auto;
    right: auto;
    bottom: 24px;
    left: -5px;
    transform: rotate(135deg);
  }

  .mix-agents-path__rail > li:last-child .mix-agents-path__connector {
    display: none;
  }

  .mix-agents-path__index,
  .mix-agents-path__copy {
    margin-top: 0;
  }

  .mix-agents-path__copy {
    margin-top: 16px;
  }

  .mix-agents-path__copy h3,
  .mix-agents-path__copy p {
    max-width: 480px;
  }

  .mix-agents-path__signal,
  .mix-agents-path__rail > li + li .mix-agents-path__signal,
  .mix-agents-path__rail > li:nth-child(3) .mix-agents-path__signal {
    position: static;
    margin-top: 20px;
    padding-top: 13px;
  }

  .mix-agents-examples__workspace {
    grid-template-columns: 1fr;
  }

  .mix-agents-example-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
  }

  .mix-agents-example-tabs button {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--agents-border);
    border-right: 0;
  }

  .mix-agents-example-tabs button:last-child {
    border-right: 1px solid var(--agents-border);
  }

  .mix-agents-example-tabs button:hover,
  .mix-agents-example-tabs button[aria-selected="true"] {
    padding: 13px;
  }

  .mix-agents-example-tabs button strong {
    font-size: 17px;
  }

  .mix-agents-example-tabs button svg {
    display: none;
  }

  .mix-agents-governance__list li {
    grid-template-columns: 38px 1fr;
  }

  .mix-agents-governance__list strong {
    grid-column: 2;
  }

  .mix-agents-trace {
    min-height: auto;
  }

  .mix-agents-trace__line {
    top: 124px;
    bottom: 104px;
    left: 52px;
    width: 1px;
    height: auto;
    display: none;
  }

  .mix-agents-trace ol {
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
  }

  .mix-agents-trace li {
    min-height: 175px;
  }

  .mix-agents-trace li small {
    margin-top: 42px;
  }
}

@media (max-width: 520px) {
  .mix-agents-shell {
    width: calc(100% - 28px);
  }

  .mix-agents-intro h2,
  .mix-agents-final h2 {
    font-size: clamp(38px, 11.7vw, 52px);
  }

  .mix-agents-intro > p,
  .mix-agents-final p {
    font-size: 16px;
  }

  .mix-agents-actions,
  .mix-agents-final__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mix-agents-hero {
    padding-bottom: 72px;
  }

  .mix-agents-hero h1 {
    font-size: clamp(45px, 13.7vw, 58px);
  }

  .mix-agents-hero__lead {
    font-size: 16px;
  }

  .mix-agents-hero-visual {
    min-height: 640px;
    border-radius: 22px;
  }

  .mix-agents-hero-visual figcaption {
    top: 14px;
    right: 14px;
  }

  .mix-agents-hero-context {
    top: 72px;
    gap: 6px;
  }

  .mix-agents-hero-context > span {
    gap: 5px;
    padding: 10px 6px;
    font-size: 9px;
  }

  .mix-agents-hero-mission {
    top: 207px;
    width: min(280px, calc(100% - 36px));
  }

  .mix-agents-hero-approval {
    top: 414px;
    right: 10px;
    width: 174px;
  }

  .mix-agents-hero-output {
    top: 525px;
    left: 10px;
    width: 196px;
  }

  .mix-agents-example-tabs {
    grid-template-columns: 1fr;
  }

  .mix-agents-example-tabs button {
    min-height: 66px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid var(--agents-border);
    border-bottom: 0;
  }

  .mix-agents-example-tabs button:last-child {
    border-bottom: 1px solid var(--agents-border);
  }

  .mix-agents-example-panel {
    min-height: 0;
    border-radius: 20px;
  }

  .mix-agents-example-panel > header {
    padding: 24px 20px;
  }

  .mix-agents-example-panel dl {
    grid-template-columns: 1fr;
    padding: 8px 20px 22px;
  }

  .mix-agents-example-panel dl div,
  .mix-agents-example-panel dl div:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }

  .mix-agents-example-output {
    grid-template-columns: 1fr;
    margin: 0 20px 20px;
    padding: 20px;
  }

  .mix-agents-example-output span {
    padding: 13px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 0;
  }

  .mix-agents-governance__list li {
    grid-template-columns: 30px 1fr;
    gap: 13px;
  }

  .mix-agents-motors {
    grid-template-columns: 1fr;
  }

  .mix-agents-motors li:nth-child(odd),
  .mix-agents-motors li:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }

  .mix-agents-trace {
    padding: 22px 15px;
    border-radius: 20px;
  }

  .mix-agents-trace ol {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mix-agents-trace li {
    min-height: auto;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 7px 10px;
    padding: 17px;
  }

  .mix-agents-trace li > span {
    grid-row: 1 / 3;
  }

  .mix-agents-trace li small,
  .mix-agents-trace li strong {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mix-agents-route {
    scroll-behavior: auto;
  }

  .mix-agents-page *,
  .mix-agents-page *::before,
  .mix-agents-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
