:root {
  --landing-cream: #f6f2ed;
  --landing-paper: #fdfdfb;
  --landing-white: #ffffff;
  --landing-ink: #151517;
  --landing-muted: #5d5d68;
  --landing-cobalt: var(--soceo-primary, #7839ee);
  --landing-navy: var(--soceo-navy-950, #121128);
  --landing-lavender: var(--soceo-violet-100, #ece9fe);
  --landing-border: rgba(21, 21, 23, .13);
  --landing-radius: 24px;
  --landing-width: 1180px;
}

.lp-franquias-root > [data-mix-legacy-hidden="true"] {
  display: none !important;
}

.mix-landing-section {
  position: relative;
  color: var(--landing-ink);
  font-family: Inter, Arial, sans-serif;
}

.mix-section-inner {
  width: min(var(--landing-width), calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(78px, 9vw, 132px) 0;
}

.mix-section-eyebrow {
  margin: 0 0 16px;
  color: var(--landing-cobalt);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.mix-turn {
  background: var(--landing-paper);
}

.mix-turn-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.mix-turn-copy h2 {
  max-width: 560px;
  margin: 0;
  font: 700 clamp(40px, 5vw, 68px)/1 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.mix-turn-copy > p:last-child {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--landing-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.mix-proof-panel {
  overflow: hidden;
  border: 1px solid rgba(52, 60, 237, .16);
  border-radius: var(--landing-radius);
  background: var(--landing-white);
  box-shadow: 0 28px 70px rgba(25, 25, 54, .10);
}

.mix-proof-panel header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--landing-border);
}

.mix-proof-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--landing-cobalt);
  font-weight: 800;
}

.mix-proof-panel header small,
.mix-proof-panel header strong {
  display: block;
}

.mix-proof-panel header small,
.mix-proof-panel footer small {
  color: var(--landing-cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.mix-proof-panel header strong {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.3;
}

.mix-proof-panel header em {
  color: var(--landing-muted);
  font-size: 9px;
  font-style: normal;
}

.mix-proof-panel > p {
  margin: 0;
  padding: 28px 24px 22px;
  color: #45454f;
  font-size: 15px;
  line-height: 1.6;
}

.mix-proof-panel > p strong {
  color: var(--landing-cobalt);
  font-variant-numeric: tabular-nums;
}

.mix-proof-records {
  margin: 0 24px 24px;
  border: 1px solid var(--landing-border);
  border-radius: 14px;
}

.mix-proof-records > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border-top: 1px solid var(--landing-border);
}

.mix-proof-records > div:first-child {
  border-top: 0;
}

.mix-proof-records dt,
.mix-proof-records dd {
  margin: 0;
  font: 600 11px/1.35 "DM Mono", ui-monospace, monospace;
}

.mix-proof-records dd {
  color: var(--landing-muted);
  text-align: right;
}

.mix-proof-panel footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  background: var(--landing-lavender);
}

.mix-proof-panel footer strong {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.mix-proof-panel footer time {
  color: var(--landing-muted);
  font-size: 10px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .mix-section-inner {
    width: calc(100% - 48px);
  }

  .mix-turn-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mix-section-inner {
    width: calc(100% - 34px);
  }

  .mix-proof-panel header {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .mix-proof-panel header em {
    grid-column: 2;
  }

  .mix-proof-records > div,
  .mix-proof-panel footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .mix-proof-records dd {
    text-align: left;
  }
}

.mix-motors {
  background: var(--landing-cream);
}

.mix-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 108px);
}

.mix-section-intro .mix-section-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.mix-section-intro h2 {
  margin: 0;
  font: 700 clamp(42px, 5vw, 70px)/.98 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.mix-section-intro > p:last-child {
  margin: 0;
  color: var(--landing-muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
}

.mix-motors-list {
  border-top: 1px solid var(--landing-border);
}

.mix-motor {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
  padding: clamp(54px, 7vw, 92px) 0;
  border-bottom: 1px solid var(--landing-border);
}

.mix-motor:nth-child(even) .mix-motor-copy {
  order: 2;
}

.mix-motor-label {
  margin: 0 0 18px;
  color: var(--landing-cobalt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.mix-motor h3 {
  margin: 0;
  font: 700 clamp(31px, 3.5vw, 50px)/1.03 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.035em;
}

.mix-motor-body {
  margin: 22px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.65;
}

.mix-motor-visual > div {
  overflow: hidden;
  border: 1px solid rgba(52, 60, 237, .16);
  border-radius: var(--landing-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(25, 25, 54, .09);
}

.mix-motor-visual header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--landing-border);
}

.mix-motor-visual header strong {
  font-size: 13px;
}

.mix-motor-visual header em {
  color: var(--landing-muted);
  font-size: 10px;
  font-style: normal;
}

.mix-source-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--landing-border);
}

.mix-source-list > div {
  min-width: 0;
  padding: 18px;
  background: #fff;
}

.mix-source-list b,
.mix-source-list span,
.mix-source-list small {
  display: block;
}

.mix-source-list b {
  font-size: 12px;
}

.mix-source-list span {
  margin-top: 12px;
  color: #4f4f59;
  font-size: 11px;
}

.mix-source-list small {
  margin-top: 4px;
  color: var(--landing-muted);
  font-size: 10px;
}

.mix-connect-demo article {
  margin: 20px;
  padding: 18px;
  border-radius: 14px;
  background: var(--landing-lavender);
}

.mix-connect-demo article small,
.mix-connect-demo article strong,
.mix-connect-demo article span {
  display: block;
}

.mix-connect-demo article small {
  color: var(--landing-cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-connect-demo article strong {
  margin-top: 9px;
  font-size: 14px;
}

.mix-connect-demo article span {
  margin-top: 6px;
  color: #666576;
  font-size: 10px;
}

.mix-plan-demo dl,
.mix-action-demo dl {
  margin: 0;
  padding: 18px 20px;
}

.mix-plan-demo dl > div,
.mix-action-demo dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--landing-border);
}

.mix-plan-demo dt,
.mix-plan-demo dd,
.mix-action-demo dt,
.mix-action-demo dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.mix-plan-demo dt,
.mix-action-demo dt {
  color: #74747d;
}

.mix-plan-demo dd,
.mix-action-demo dd {
  max-width: 64%;
  text-align: right;
  font-weight: 650;
}

.mix-plan-demo ol {
  margin: 0;
  padding: 18px 20px 22px;
  list-style: none;
  background: var(--landing-lavender);
}

.mix-plan-demo li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 8px 0;
  font-size: 11px;
}

.mix-plan-demo li span {
  color: var(--landing-cobalt);
  font: 700 10px/1.5 "DM Mono", monospace;
}

.mix-action-demo > p,
.mix-action-demo h4 {
  margin: 0;
  padding: 18px 20px 0;
}

.mix-action-demo > p {
  color: #62626b;
  font-size: 11px;
  line-height: 1.5;
}

.mix-action-demo > p small {
  display: block;
  margin-bottom: 5px;
  color: var(--landing-cobalt);
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-action-demo h4 {
  font-size: 18px;
  line-height: 1.25;
}

.mix-action-demo footer {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 15px 20px;
  color: #44435b;
  background: var(--landing-lavender);
  font-size: 11px;
}

.mix-action-demo footer span {
  color: var(--landing-cobalt);
  font-size: 18px;
}

.mix-kpi-reading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px 20px;
}

.mix-kpi-reading small,
.mix-kpi-reading b {
  display: block;
}

.mix-kpi-reading small {
  color: #6f6f79;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.mix-kpi-reading b {
  margin-top: 10px;
  color: var(--landing-cobalt);
  font: 700 38px/1 "Bricolage Grotesque", sans-serif;
  font-variant-numeric: tabular-nums;
}

.mix-kpi-reading dl {
  margin: 0;
}

.mix-kpi-reading dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid var(--landing-border);
}

.mix-kpi-reading dt,
.mix-kpi-reading dd {
  margin: 0;
  font-size: 10px;
}

.mix-kpi-reading dd {
  font-weight: 700;
}

.mix-control-demo > p {
  margin: 0 20px 20px;
  padding: 15px;
  border-left: 3px solid var(--landing-cobalt);
  color: #50505a;
  background: #f7f7fb;
  font-size: 11px;
  line-height: 1.5;
}

.mix-control-demo > p strong {
  display: block;
  margin-bottom: 4px;
  color: var(--landing-ink);
}

.mix-control-demo > footer {
  padding: 14px 20px;
  color: var(--landing-muted);
  background: var(--landing-lavender);
  font: 600 10px/1.4 "DM Mono", monospace;
}

@media (max-width: 980px) {
  .mix-section-intro,
  .mix-motor {
    grid-template-columns: 1fr;
  }

  .mix-motor:nth-child(even) .mix-motor-copy {
    order: initial;
  }
}

@media (max-width: 620px) {
  .mix-source-list,
  .mix-kpi-reading {
    grid-template-columns: 1fr;
  }

  .mix-plan-demo dl > div,
  .mix-action-demo dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .mix-plan-demo dd,
  .mix-action-demo dd {
    max-width: none;
    text-align: left;
  }
}

.mix-metrics {
  color: #fff;
  background: var(--landing-navy);
}

.mix-metrics-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.mix-metrics .mix-section-eyebrow {
  color: #aeb4ff;
}

.mix-metrics-copy h2 {
  margin: 0;
  font: 700 clamp(42px, 5vw, 70px)/.98 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.mix-metrics-copy > p:last-child {
  margin: 26px 0 0;
  color: #c8c7d8;
  font-size: 16px;
  line-height: 1.68;
}

.mix-metric-board {
  overflow: hidden;
  color: var(--landing-ink);
  border: 1px solid rgba(174, 180, 255, .28);
  border-radius: var(--landing-radius);
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .28);
}

.mix-metric-board > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--landing-border);
}

.mix-metric-board > header strong {
  font-size: 13px;
}

.mix-metric-board > header em {
  color: var(--landing-muted);
  font-size: 9px;
  font-style: normal;
}

.mix-metric-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--landing-border);
}

.mix-metric-tab {
  min-width: 0;
  min-height: 48px;
  padding: 10px 8px;
  color: #62626d;
  border: 0;
  border-left: 1px solid var(--landing-border);
  background: #fafafd;
  font: 650 10px/1.25 Inter, sans-serif;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.mix-metric-tab:first-child {
  border-left: 0;
}

.mix-metric-tab[aria-selected="true"] {
  color: #fff;
  background: var(--landing-cobalt);
}

.mix-metric-tab:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--landing-cobalt);
  outline-offset: -3px;
  transition: none;
}

.mix-metric-tab[aria-selected="true"]:focus-visible {
  outline-color: #fff;
}

.mix-metric-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 360px;
}

.mix-metric-panel[hidden] {
  display: none;
}

.mix-metric-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background: var(--landing-lavender);
}

.mix-metric-value strong {
  color: var(--landing-cobalt);
  font: 700 clamp(38px, 4.5vw, 62px)/1 "Bricolage Grotesque", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
}

.mix-metric-value span {
  margin-top: 14px;
  color: #656478;
  font-size: 11px;
  line-height: 1.45;
}

.mix-metric-evidence {
  padding: 30px;
}

.mix-metric-evidence > small {
  color: var(--landing-cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-metric-evidence > p {
  margin: 10px 0 24px;
  color: #4d4d57;
  font: 600 11px/1.5 "DM Mono", monospace;
}

.mix-metric-evidence h3 {
  margin: 0;
  font-size: 12px;
}

.mix-metric-evidence ul {
  margin: 12px 0 22px;
  padding: 0;
  list-style: none;
}

.mix-metric-evidence li {
  padding: 9px 0;
  border-bottom: 1px solid var(--landing-border);
  color: #5d5d67;
  font: 600 10px/1.4 "DM Mono", monospace;
}

.mix-metric-evidence footer {
  padding: 13px;
  border-left: 3px solid var(--landing-cobalt);
  background: #f7f7fb;
}

.mix-metric-evidence footer b,
.mix-metric-evidence footer span {
  display: block;
  font-size: 10px;
  line-height: 1.45;
}

.mix-metric-evidence footer span {
  margin-top: 4px;
  color: #666670;
}

@media (max-width: 980px) {
  .mix-metrics-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mix-metric-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .mix-metric-tab {
    border-top: 1px solid var(--landing-border);
  }

  .mix-metric-panel {
    grid-template-columns: 1fr;
  }
}

.mix-audiences {
  background: var(--landing-cream);
}

.mix-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--landing-border);
  border-left: 1px solid var(--landing-border);
}

.mix-audience-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 40px);
  color: var(--landing-ink);
  border-right: 1px solid var(--landing-border);
  border-bottom: 1px solid var(--landing-border);
  background: rgba(255, 255, 255, .52);
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease;
}

.mix-audience-card:hover,
.mix-audience-card:focus-within {
  color: #fff;
  background: var(--landing-cobalt);
}

.mix-audience-chat-trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.mix-audience-chat-trigger:focus-visible {
  outline: 3px solid var(--soceo-focus-ring, #875bf7);
  outline-offset: 3px;
}

.mix-audience-card > :not(.mix-audience-chat-trigger):not(.mix-audience-cta) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.mix-audience-label {
  color: var(--landing-cobalt);
  font-size: clamp(12px, 1vw, 13px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .1em;
}

.mix-audience-card:hover .mix-audience-label,
.mix-audience-card:focus-within .mix-audience-label {
  color: #cfd2ff;
}

.mix-audience-card h3 {
  margin: 24px 0 0;
  font: 700 clamp(23px, 2.2vw, 32px)/1.08 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.03em;
}

.mix-audience-card p {
  margin: 18px 0 28px;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.62;
}

.mix-audience-card:hover p,
.mix-audience-card:focus-within p {
  color: #e7e7ff;
}

.mix-audience-card .mix-audience-cta {
  position: relative;
  z-index: 3;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 0 16px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--soceo-violet-800, #5b21c9);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.mix-audience-card:hover .mix-audience-cta,
.mix-audience-card:focus-within .mix-audience-cta {
  color: var(--soceo-violet-800, #5b21c9);
  border-color: rgba(255, 255, 255, .64);
  background: #fff;
}

.mix-audience-cta:hover {
  transform: translateY(-2px);
}

.mix-audience-cta:focus-visible {
  outline: 3px solid var(--soceo-focus-ring, #875bf7);
  outline-offset: 3px;
}

.mix-final-cta {
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 72% 20%, var(--soceo-violet-400, #9c6bff) 0, var(--landing-cobalt) 44%, #35106f 100%);
}

.mix-final-cta-inner {
  max-width: 900px;
  text-align: center;
}

.mix-final-cta .mix-section-eyebrow {
  color: #d5d7ff;
}

.mix-final-cta h2 {
  margin: 0;
  font: 700 clamp(44px, 6vw, 82px)/.96 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.mix-final-cta p {
  max-width: 650px;
  margin: 24px auto 0;
  color: #e3e4ff;
  font-size: 17px;
  line-height: 1.6;
}

.mix-final-cta button {
  min-height: 50px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
  padding: 0 24px;
  color: var(--landing-ink);
  border: 0;
  border-radius: 999px;
  background: #fff;
  font: 750 14px/1 Inter, sans-serif;
  cursor: pointer;
}

.mix-final-cta button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .58);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .mix-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mix-audience-grid {
    grid-template-columns: 1fr;
  }

  .mix-audience-card {
    min-height: 0;
  }
}

/* ============================================================
   Coreografia de entrada e micro-detalhes.
   Estados escondidos só existem sob html.mix-lp-anim (armado pelo
   JS depois de criar os observers). Sem JS, com erro ou com
   reduced motion, o CSS base já descreve o estado final: a home
   nunca depende da animação pra ficar visível.
   ============================================================ */

:root {
  --landing-ease-out: cubic-bezier(.16, 1, .3, 1);
}

.mix-landing-section ::selection {
  background: rgba(52, 60, 237, .16);
}

html.mix-lp-anim .mix-lp-watch [data-lp-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 640ms ease,
    transform 640ms var(--landing-ease-out),
    box-shadow 640ms ease;
  transition-delay: calc(var(--i, 0) * 85ms);
}

html.mix-lp-anim .mix-lp-watch [data-lp-reveal="fade"] {
  transform: none;
}

html.mix-lp-anim .mix-lp-watch [data-lp-reveal="rise-sm"] {
  transform: translateY(12px);
}

html.mix-lp-anim .mix-lp-watch [data-lp-card] {
  transform: translateY(34px) scale(.985);
}

html.mix-lp-anim .mix-lp-watch:not(.is-inview) [data-lp-card] {
  box-shadow: 0 10px 26px rgba(25, 25, 54, .05);
}

html.mix-lp-anim .mix-lp-watch.is-inview [data-lp-reveal] {
  opacity: 1;
  transform: none;
}

/* --- A virada: recibos carimbados, números marcados, análise viva --- */

.mix-proof-records dt {
  position: relative;
  padding-left: 17px;
}

.mix-proof-records dt::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--landing-cobalt);
  font: 700 10px/1.5 "DM Mono", ui-monospace, monospace;
}

html.mix-lp-anim .mix-lp-watch .mix-proof-records dt::before {
  opacity: 0;
  transform: scale(.4);
  transition: opacity 300ms ease, transform 420ms var(--landing-ease-out);
  transition-delay: calc(var(--i, 0) * 85ms + 340ms);
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-proof-records dt::before {
  opacity: 1;
  transform: none;
}

.mix-proof-records > div:hover {
  background-color: rgba(52, 60, 237, .045);
}

.mix-proof-panel > p strong {
  padding: 1px 4px;
  margin: -1px -2px;
  border-radius: 5px;
  background-image: linear-gradient(0deg, rgba(52, 60, 237, .11), rgba(52, 60, 237, .11));
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

html.mix-lp-anim .mix-lp-watch .mix-proof-panel > p strong {
  background-size: 0% 100%;
  transition: background-size 520ms var(--landing-ease-out);
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-proof-panel > p strong {
  background-size: 100% 100%;
  transition-delay: 2.5s;
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-proof-panel > p strong:nth-of-type(2) {
  transition-delay: 2.85s;
}

/* O "S" pensa por um instante antes da resposta chegar: duas pulsações
   de glow e o texto entra logo em seguida. */
@keyframes mix-proof-think {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(52, 60, 237, 0);
    transform: none;
  }

  50% {
    box-shadow: 0 0 0 8px rgba(52, 60, 237, .16);
    transform: scale(1.05);
  }
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-proof-mark {
  animation: mix-proof-think .45s ease-in-out 1.05s 2;
}

/* Caret da pergunta sendo digitada */
.mix-lp-caret {
  display: inline-block;
  width: 2px;
  height: .95em;
  margin-left: 3px;
  vertical-align: -.12em;
  background: var(--landing-cobalt);
  animation: mix-lp-blink .75s steps(1) infinite;
}

@keyframes mix-lp-blink {
  50% { opacity: 0; }
}

/* Proveniência tangível: fonte acende o número que sustenta, e vice-versa. */
.mix-proof-panel > p strong[data-fig] {
  cursor: default;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.mix-proof-panel > p strong.is-linked {
  background-color: rgba(52, 60, 237, .16);
  box-shadow: 0 0 0 1px rgba(52, 60, 237, .38);
}

.mix-proof-records > div {
  transition: background-color 160ms ease, opacity 200ms ease;
}

.mix-proof-records > div.is-linked {
  background-color: rgba(52, 60, 237, .07);
}

.mix-proof-records.has-link > div:not(.is-linked) {
  opacity: .45;
}

@keyframes mix-lp-pulse {
  0%, 100% { opacity: .35; }
  50% { opacity: 1; }
}

.mix-proof-panel footer time {
  position: relative;
  padding-left: 14px;
}

.mix-proof-panel footer time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--landing-cobalt);
  animation: mix-lp-pulse 2.6s ease-in-out infinite;
}

/* --- Motor 1 · Conecta: fontes frescas pulsam como "ao vivo" --- */

.mix-source-list > div:nth-child(-n+2) small {
  position: relative;
  padding-left: 12px;
}

.mix-source-list > div:nth-child(-n+2) small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: var(--landing-cobalt);
  animation: mix-lp-pulse 2.4s ease-in-out infinite;
}

.mix-source-list > div:nth-child(2) small::before {
  animation-delay: .9s;
}

/* --- Motor 2 · Planeja: o trilho da rota se desenha 01 → 02 → 03 --- */

.mix-plan-demo ol {
  position: relative;
}

.mix-plan-demo ol::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 38px;
  left: 25px;
  width: 2px;
  background: rgba(52, 60, 237, .22);
  transform-origin: top;
}

.mix-plan-demo li span {
  position: relative;
  padding: 2px 0;
  background: var(--landing-lavender);
}

html.mix-lp-anim .mix-lp-watch .mix-plan-demo ol::before {
  transform: scaleY(0);
  transition: transform 900ms var(--landing-ease-out) 1s;
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-plan-demo ol::before {
  transform: scaleY(1);
}

html.mix-lp-anim .mix-lp-watch .mix-plan-demo li {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 520ms var(--landing-ease-out);
}

html.mix-lp-anim .mix-lp-watch .mix-plan-demo li span {
  color: #9b9ec4;
  transition: color 360ms ease;
}

html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(1) { transition-delay: .62s; }
html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(2) { transition-delay: .76s; }
html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(3) { transition-delay: .9s; }
html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(1) span { transition-delay: 1.1s; }
html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(2) span { transition-delay: 1.42s; }
html.mix-lp-anim .mix-lp-watch .mix-plan-demo li:nth-child(3) span { transition-delay: 1.74s; }

html.mix-lp-anim .mix-lp-watch.is-inview .mix-plan-demo li {
  opacity: 1;
  transform: none;
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-plan-demo li span {
  color: var(--landing-cobalt);
}

/* --- Motor 3 · Age: aprovação pendente respira como um radar --- */

.mix-action-demo footer span {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.mix-action-demo footer span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(52, 60, 237, .55);
  border-radius: 50%;
  animation: mix-lp-ping 2.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

@keyframes mix-lp-ping {
  0% {
    opacity: .8;
    transform: scale(.45);
  }

  70%, 100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

/* --- Motor 4 · Controla: KPI conta, sparkline se desenha contra a meta --- */

html.mix-lp-anim .mix-lp-watch .mix-control-demo > p[data-lp-reveal] {
  transform: translateX(-18px);
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-control-demo > p[data-lp-reveal] {
  transform: none;
}

.mix-kpi-spark {
  display: block;
  width: 100%;
  max-width: 132px;
  height: 34px;
  margin-top: 14px;
}

.mix-kpi-spark [data-spark-meta] {
  stroke: #b9bdd6;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.mix-kpi-spark [data-spark-line] {
  fill: none;
  stroke: var(--landing-cobalt);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-kpi-spark [data-spark-dot] {
  fill: var(--landing-cobalt);
}

html.mix-lp-anim .mix-lp-watch .mix-kpi-spark [data-spark-line] {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 1100ms ease 750ms;
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-kpi-spark [data-spark-line] {
  stroke-dashoffset: 0;
}

html.mix-lp-anim .mix-lp-watch .mix-kpi-spark [data-spark-dot] {
  opacity: 0;
  transition: opacity 300ms ease 1.7s;
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-kpi-spark [data-spark-dot] {
  opacity: 1;
}

/* --- Pare de calcular: painel entra suave na troca de aba --- */

.mix-metric-tab:not([aria-selected="true"]):hover {
  color: var(--landing-ink);
  background: #f0f0f8;
}

@keyframes mix-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

html.mix-lp-anim .mix-metric-panel {
  animation: mix-panel-in 320ms ease;
}

/* --- Feito para cada área: a seta acompanha a mão --- */

.mix-audience-label,
.mix-audience-card p {
  transition: color 200ms ease;
}

.mix-audience-cta span {
  transition: transform 240ms var(--landing-ease-out);
}

.mix-audience-cta:hover span,
.mix-audience-cta:focus-visible span {
  transform: translateX(5px);
}

/* --- CTA final: luz ambiente derivando devagar + botão vivo --- */

.mix-final-cta::before {
  content: "";
  position: absolute;
  inset: -22%;
  background:
    radial-gradient(42% 56% at 24% 80%, rgba(255, 255, 255, .12), transparent 70%),
    radial-gradient(48% 62% at 82% 10%, rgba(129, 137, 255, .5), transparent 72%);
  animation: mix-lp-drift 17s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes mix-lp-drift {
  from {
    transform: translate3d(-2.5%, -2%, 0) scale(1);
  }

  to {
    transform: translate3d(2.5%, 3%, 0) scale(1.07);
  }
}

.mix-final-cta-inner {
  position: relative;
}

.mix-final-cta button {
  transition: transform 200ms var(--landing-ease-out), box-shadow 200ms ease;
}

.mix-final-cta button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(10, 12, 64, .32);
}

.mix-final-cta button:active {
  transform: translateY(0) scale(.97);
  box-shadow: 0 6px 16px rgba(10, 12, 64, .28);
}

.mix-final-cta button span {
  transition: transform 220ms var(--landing-ease-out);
}

.mix-final-cta button:hover span {
  transform: translateX(4px);
}

/* --- Assinatura tipográfica: o traço das eyebrows se desenha --- */

.mix-section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-right: 10px;
  border-radius: 1px;
  background: currentColor;
  vertical-align: 3px;
}

html.mix-lp-anim .mix-lp-watch .mix-section-eyebrow::before {
  width: 0;
  margin-right: 0;
  transition: width 480ms var(--landing-ease-out), margin-right 480ms var(--landing-ease-out);
  transition-delay: calc(var(--i, 0) * 85ms + 220ms);
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-section-eyebrow::before {
  width: 18px;
  margin-right: 10px;
}

/* --- Métricas: indicador que desliza entre as abas --- */

.mix-metric-tabs {
  position: relative;
}

.mix-metric-glider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--landing-cobalt);
  pointer-events: none;
}

.mix-metric-tabs-glide {
  background: #fafafd;
}

.mix-metric-tabs-glide .mix-metric-glider {
  transition:
    transform 360ms var(--landing-ease-out),
    width 360ms var(--landing-ease-out),
    height 360ms var(--landing-ease-out);
}

.mix-metric-tabs-glide .mix-metric-tab {
  position: relative;
  z-index: 2;
  background: transparent;
}

.mix-metric-tabs-glide .mix-metric-tab[aria-selected="true"] {
  background: transparent;
}

.mix-metric-tabs-glide .mix-metric-tab:not([aria-selected="true"]):hover {
  color: var(--landing-ink);
  background: rgba(21, 21, 23, .05);
}

/* --- Métricas: conteúdo do painel entra em cascata na troca de aba --- */

@keyframes mix-panel-item-in {
  from {
    opacity: 0;
    transform: translateY(9px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

html.mix-lp-anim .mix-metric-panel .mix-metric-value,
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > * {
  animation: mix-panel-item-in 420ms var(--landing-ease-out) backwards;
}

html.mix-lp-anim .mix-metric-panel .mix-metric-value { animation-delay: 60ms; }
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > :nth-child(1) { animation-delay: 110ms; }
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > :nth-child(2) { animation-delay: 160ms; }
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > :nth-child(3) { animation-delay: 210ms; }
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > :nth-child(4) { animation-delay: 260ms; }
html.mix-lp-anim .mix-metric-panel .mix-metric-evidence > :nth-child(5) { animation-delay: 310ms; }

/* --- Métricas: profundidade no navy (brilho cobalto + matriz de pontos) --- */

.mix-metrics .mix-section-inner {
  position: relative;
}

.mix-metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(58% 46% at 80% 4%, rgba(52, 60, 237, .28), transparent 70%),
    radial-gradient(44% 40% at 6% 96%, rgba(52, 60, 237, .16), transparent 72%),
    radial-gradient(rgba(174, 180, 255, .10) 1px, transparent 1.3px);
  background-size: auto, auto, 24px 24px;
  pointer-events: none;
}

/* --- CTA final: título em cascata de palavras + halo respirando --- */

.mix-lp-word {
  display: inline-block;
}

html.mix-lp-anim .mix-lp-watch .mix-lp-word {
  opacity: 0;
  transform: translateY(.38em);
  filter: blur(7px);
  transition: opacity 500ms ease, transform 620ms var(--landing-ease-out), filter 560ms ease;
  transition-delay: calc(140ms + var(--w, 0) * 70ms);
}

html.mix-lp-anim .mix-lp-watch.is-inview .mix-lp-word {
  opacity: 1;
  transform: none;
  filter: none;
}

@keyframes mix-lp-breathe {
  0%, 100% { opacity: .2; }
  50% { opacity: .6; }
}

html.mix-lp-anim .mix-final-cta button {
  position: relative;
  z-index: 0;
}

html.mix-lp-anim .mix-final-cta button::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .3);
  filter: blur(15px);
  animation: mix-lp-breathe 3.6s ease-in-out infinite;
  pointer-events: none;
}

/* --- Controla: o ponto da sparkline segue vivo depois do desenho --- */

html.mix-lp-anim .mix-lp-watch.is-inview .mix-kpi-spark [data-spark-dot] {
  animation: mix-lp-pulse 2.6s ease-in-out 2.4s infinite;
}

/* --- Parallax leve nas colunas de dados dos motores --- */

html.mix-lp-anim .mix-lp-parallax {
  transform: translate3d(0, var(--lp-py, 0px), 0);
  will-change: transform;
}

/* --- O expediente do Sócio: status fixo narrando a seção atual --- */

.mix-socio-hud {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 60;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 8px 14px 8px 8px;
  color: var(--landing-ink);
  border: 1px solid rgba(21, 21, 23, .1);
  border-radius: 999px;
  background: rgba(253, 253, 251, .9);
  box-shadow: 0 10px 30px rgba(25, 25, 54, .14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font: 600 10px/1 "DM Mono", ui-monospace, monospace;
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 360ms var(--landing-ease-out);
  pointer-events: none;
}

.mix-socio-hud.is-on {
  opacity: 1;
  transform: none;
}

.mix-socio-hud b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 7px;
  background: var(--landing-cobalt);
  font: 800 11px/1 Inter, sans-serif;
}

.mix-socio-hud span.is-swap {
  display: inline-block;
  animation: mix-hud-swap 300ms var(--landing-ease-out);
}

@keyframes mix-hud-swap {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.mix-socio-hud i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--landing-cobalt);
  animation: mix-lp-pulse 1.8s ease-in-out infinite;
}

@media (max-width: 979px), (pointer: coarse) {
  .mix-socio-hud {
    display: none;
  }
}

/* ============================================================
   Camadas de substância nas seções originais.
   ============================================================ */

/* A Virada: as três garantias da resposta */

.mix-turn-proofs {
  max-width: 560px;
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mix-turn-proofs li {
  position: relative;
  padding-left: 31px;
}

.mix-turn-proofs li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: var(--landing-cobalt);
  border: 1px solid rgba(52, 60, 237, .3);
  border-radius: 6px;
  font: 700 10px/1 "DM Mono", ui-monospace, monospace;
}

.mix-turn-proofs strong {
  display: block;
  font-size: 14px;
  letter-spacing: -.01em;
}

.mix-turn-proofs span {
  display: block;
  margin-top: 3px;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* A Virada: sugestões de próximas perguntas no painel */

.mix-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 15px 24px 18px;
  border-top: 1px solid var(--landing-border);
  background: #fff;
}

.mix-proof-chips small {
  margin-right: 4px;
  color: var(--landing-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.mix-proof-chips span {
  padding: 7px 13px;
  color: #45454f;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  background: #fafafd;
  font-size: 11px;
  cursor: default;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.mix-proof-chips span:hover {
  color: var(--landing-cobalt);
  border-color: rgba(52, 60, 237, .4);
  background: #f2f2ff;
}

/* Motores: os três pontos concretos de cada um */

.mix-motor-points {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.mix-motor-points li {
  position: relative;
  padding-left: 20px;
  color: #4a4a55;
  font-size: 13.5px;
  line-height: 1.5;
}

.mix-motor-points li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--landing-cobalt);
  opacity: .85;
}

/* Métricas: a régua 5 · 0 · 1 clique */

.mix-metrics-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(174, 180, 255, .22);
}

.mix-metrics-stats > div {
  min-width: 0;
}

.mix-metrics-stats dt {
  margin: 0;
  color: #fff;
  font: 700 clamp(22px, 2vw, 30px)/1 "Bricolage Grotesque", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}

.mix-metrics-stats dd {
  margin: 8px 0 0;
  color: #b9b8cc;
  font-size: 11.5px;
  line-height: 1.45;
}

/* Áreas: tags de capacidade por card */

.mix-audience-card p {
  margin: 18px 0 20px;
}

.mix-audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mix-audience-tags li {
  padding: 6px 11px;
  color: #55555f;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  font: 600 10px/1 "DM Mono", ui-monospace, monospace;
  transition: color 200ms ease, border-color 200ms ease;
}

.mix-audience-card:hover .mix-audience-tags li,
.mix-audience-card:focus-within .mix-audience-tags li {
  color: #e7e7ff;
  border-color: rgba(255, 255, 255, .38);
}

/* CTA final: reasseguramento sob o botão */

.mix-final-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  margin-top: 20px;
  color: #d5d7ff;
  font: 600 11px/1.4 "DM Mono", ui-monospace, monospace;
}

.mix-final-note span {
  position: relative;
}

.mix-final-note span + span::before {
  content: "·";
  position: absolute;
  left: -15px;
  color: rgba(213, 215, 255, .6);
}

@media (max-width: 620px) {
  .mix-metrics-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* --- Do blog: vitrine dos posts recentes na home --- */

.mix-blog-teaser {
  border-top: 1px solid var(--landing-border);
  background: var(--landing-paper);
}

.mix-blog-teaser-head {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.mix-blog-teaser-head h2 {
  margin: 0;
  font: 700 clamp(30px, 3.6vw, 48px)/1.04 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.mix-blog-teaser-all {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  color: var(--landing-cobalt);
  border-radius: 8px;
  text-decoration: none;
  font: 700 13px/1 Inter, sans-serif;
}

.mix-blog-teaser-all span {
  transition: transform 240ms var(--landing-ease-out);
}

.mix-blog-teaser-all:hover span {
  transform: translateX(5px);
}

.mix-blog-teaser-all:focus-visible {
  outline: 3px solid var(--soceo-focus-ring, #875bf7);
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .mix-blog-teaser-head h2 {
    overflow-wrap: anywhere;
  }
}

/* ============================================================
   Seção nova: Proativo — comparação + conversa de WhatsApp.
   ============================================================ */

/* --- Proativo: comparação + conversa de WhatsApp --- */

.mix-proactive {
  background: var(--landing-lavender);
}

.mix-proactive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.mix-proactive-copy h2 {
  margin: 0;
  font: 700 clamp(38px, 4.6vw, 62px)/1 "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.mix-proactive-copy > p {
  max-width: 560px;
  margin: 26px 0 0;
  color: #4c4c58;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.mix-proactive-compare {
  margin: 32px 0 0;
  overflow: hidden;
  border: 1px solid rgba(52, 60, 237, .18);
  border-radius: 16px;
  background: #fff;
}

.mix-proactive-compare > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 12px 18px;
  border-top: 1px solid var(--landing-border);
}

.mix-proactive-compare > div:first-child {
  border-top: 0;
}

.mix-proactive-compare dt,
.mix-proactive-compare dd {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
}

.mix-proactive-compare dt {
  color: #6b6b76;
}

.mix-proactive-compare dd {
  position: relative;
  padding-left: 20px;
  font-weight: 650;
}

.mix-proactive-compare > div:not(.mix-proactive-compare-head) dd::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--landing-cobalt);
  font: 700 11px/1.5 "DM Mono", ui-monospace, monospace;
}

.mix-proactive-compare-head {
  background: #fafafd;
}

.mix-proactive-compare-head dt,
.mix-proactive-compare-head dd {
  font: 700 10px/1.3 "DM Mono", ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mix-proactive-compare-head dd {
  color: var(--landing-cobalt);
}

.mix-phone {
  max-width: 460px;
  justify-self: end;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(52, 60, 237, .16);
  border-radius: var(--landing-radius);
  background: #fff;
  box-shadow: 0 28px 70px rgba(25, 25, 54, .12);
}

.mix-phone > header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--landing-border);
}

.mix-phone-mark {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: var(--landing-cobalt);
  font-weight: 800;
}

.mix-phone-mark i {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #1fa855;
}

.mix-phone > header strong {
  display: block;
  font-size: 14px;
}

.mix-phone > header small {
  display: block;
  margin-top: 3px;
  color: var(--landing-muted);
  font-size: 10px;
}

.mix-phone > header em {
  color: var(--landing-muted);
  font-size: 9px;
  font-style: normal;
}

.mix-phone-chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--landing-cream);
}

.mix-phone-chat p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
}

.mix-phone-in,
.mix-phone-out {
  max-width: 86%;
  padding: 12px 14px;
}

.mix-phone-in {
  align-self: flex-start;
  color: #35353f;
  border: 1px solid var(--landing-border);
  border-radius: 14px 14px 14px 4px;
  background: #fff;
}

.mix-phone-out {
  align-self: flex-end;
  color: #26264a;
  border-radius: 14px 14px 4px 14px;
  background: #dcdcfa;
}

.mix-phone-chat time {
  display: block;
  margin-top: 6px;
  color: #8a8a94;
  text-align: right;
  font: 600 9px/1 "DM Mono", ui-monospace, monospace;
}

.mix-phone-src {
  display: block;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid var(--landing-border);
  color: var(--landing-cobalt);
  font: 600 10px/1.4 "DM Mono", ui-monospace, monospace;
}

.mix-phone-actions {
  display: flex;
  gap: 8px;
  margin-top: 11px;
}

.mix-phone-actions b,
.mix-phone-actions i {
  padding: 7px 14px;
  border-radius: 999px;
  font: 700 11px/1 Inter, sans-serif;
  font-style: normal;
}

.mix-phone-actions b {
  color: #fff;
  background: var(--landing-cobalt);
}

.mix-phone-actions i {
  color: #45454f;
  border: 1px solid var(--landing-border);
  background: #fff;
}

.mix-phone-status {
  align-self: center;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 4px;
  color: #24693c;
  font: 600 10px/1.3 "DM Mono", ui-monospace, monospace;
}

@media (max-width: 980px) {
  .mix-proactive-layout {
    grid-template-columns: 1fr;
  }

  .mix-phone {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .mix-proactive-compare > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mix-turn-copy h2,
  .mix-section-intro h2,
  .mix-metrics-copy h2,
  .mix-proactive-copy h2 {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mix-landing-section *,
  .mix-landing-section *::before,
  .mix-landing-section *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
    animation-duration: .01ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
  }

  /* Estados finais garantidos mesmo se o usuário ligar reduced motion
     depois que a página já foi armada. */
  html.mix-lp-anim .mix-lp-watch [data-lp-reveal],
  html.mix-lp-anim .mix-lp-watch .mix-plan-demo li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-plan-demo ol::before {
    transform: none !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-plan-demo li span {
    color: var(--landing-cobalt) !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-proof-records dt::before {
    opacity: 1 !important;
    transform: none !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-proof-panel > p strong {
    background-size: 100% 100% !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-kpi-spark [data-spark-line] {
    stroke-dashoffset: 0 !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-kpi-spark [data-spark-dot] {
    opacity: 1 !important;
  }

  .mix-proof-panel footer time::before,
  .mix-source-list > div:nth-child(-n+2) small::before {
    animation: none !important;
  }

  .mix-action-demo footer span::after {
    display: none;
  }

  .mix-final-cta::before {
    animation: none !important;
  }

  html.mix-lp-anim .mix-lp-word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  html.mix-lp-anim .mix-lp-parallax {
    transform: none !important;
  }

  html.mix-lp-anim .mix-lp-watch .mix-section-eyebrow::before {
    width: 18px !important;
    margin-right: 10px !important;
    transition: none !important;
  }

  html.mix-lp-anim .mix-final-cta button::after {
    animation: none !important;
  }

  .mix-socio-hud,
  .mix-lp-caret {
    display: none !important;
  }
}
