:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --ink: #0f172a;
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, 0.12);
  --accent: #7c3aed;
  --accent-hover: #6d28d9;
  --accent-deep: #4c1d95;
  --accent-soft: #f5f0ff;
  --accent-glow: #c084fc;
  --accent-pale: #ddd6fe;
  --teal: #14b8a6;
  --teal-soft: #ccfbf1;
  --shadow: 0 24px 70px rgba(76, 29, 149, 0.11);
  --radius: 8px;
  --topbar-clearance: 92px;
  --anchor-offset: 116px;
  --font-main:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-main);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0 1px, transparent 1px 36px),
    linear-gradient(90deg, rgba(20, 184, 166, 0.05) 0 1px, transparent 1px 46px),
    var(--bg);
}

body::before {
  position: fixed;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(192, 132, 252, 0.18), transparent 34%),
    linear-gradient(300deg, rgba(20, 184, 166, 0.12), transparent 32%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

body > * {
  position: relative;
  z-index: 1;
}

.ehx-pixel-noscript {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  width: 100%;
  padding-top: var(--topbar-clearance);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

/*nao mexa nesses valores das seçoes # */

#conteudo {
  scroll-margin-top: -95px;
}

#problema {
  scroll-margin-top: -70px;
}

#publico {
  scroll-margin-top: -60px;
}

#calculadora {
  scroll-margin-top: -90px;
}

#oferta {
  scroll-margin-top: -60px;
}

#faq {
  scroll-margin-top: -60px;
}
/* ===================================================================
   EmpreenderHub — style.css
   Limpeza: removidas 2 gerações antigas de design (linhas ~123–4738
   do arquivo original: blocos sem prefixo e .eh-*), que não eram
   referenciadas por nenhum elemento do HTML atual.
   Mantido: variáveis globais e scroll-margins customizados (acima),
   + design ativo .ehx-* (abaixo).
   =================================================================== */

/* Redesign identidade EmpreenderHub v3 */
.ehx-page,
.ehx-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.eh-sales {
  position: static;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  color: #101114;
  background: #08090d;
}

body.eh-sales::before {
  display: none;
}

.ehx-page {
  --bg: #030303;
  --panel: #0b0b0d;
  --panel-soft: #101012;
  --paper: #f8fafc;
  --paper-strong: #ffffff;
  --ink: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --brand: #7c3aed;
  --brand-deep: #4c1d95;
  --brand-hover: #6d28d9;
  --brand-soft: #a78bfa;
  --purple: #7c3aed;
  --teal: #14b8a6;
  --teal-bright: #2dd4bf;
  --green: #16a34a;
  --cyan: #38bdf8;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-main);
}

.ehx-page main {
  width: 100%;
  padding-top: 0;
}

.ehx-page section[id] {
  scroll-margin-top: 96px;
}

body.eh-sales .ehx-page #topo,
body.eh-sales .ehx-page #problema,
body.eh-sales .ehx-page #plataforma,
body.eh-sales .ehx-page #ferramentas,
body.eh-sales .ehx-page #ia,
body.eh-sales .ehx-page #plano,
body.eh-sales .ehx-page #oferta {
  scroll-margin-top: 96px;
}

.ehx-page a {
  color: inherit;
  text-decoration: none;
}

.ehx-container {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.ehx-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 100;
  display: grid;
  width: min(1280px, calc(100% - 32px));
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 66px;
  padding: 10px;
  color: #ffffff;
  background: rgba(12, 13, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.ehx-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  font-weight: 950;
}

.ehx-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.ehx-nav nav {
  display: flex;
  gap: 4px;
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
}

.ehx-nav nav a {
  padding: 10px 11px;
  border-radius: 8px;
}

.ehx-nav nav a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.ehx-button,
.ehx-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-weight: 950;
  border-radius: 8px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.ehx-button:hover,
.ehx-nav-cta:hover {
  transform: translateY(-2px);
}

.ehx-page .ehx-button-disabled,
.ehx-page .ehx-button-disabled:hover {
  transform: none;
  border: 1px solid rgba(104, 115, 134, 0.35);
  background: #d8dde5;
  color: #596273;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.ehx-page .ehx-button-primary,
.ehx-page .ehx-nav-cta {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 18px 42px rgba(124, 58, 237, 0.28);
}

.ehx-page .ehx-button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ehx-page .ehx-button-dark {
  color: #ffffff;
  background: #111111;
}

.ehx-hero {
  position: relative;
  min-height: clamp(760px, 100svh, 960px);
  padding: 128px 0 0;
  overflow: hidden;
  color: #ffffff;
  background: var(--bg);
}

.ehx-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(124, 58, 237, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(18, 185, 129, 0.14), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}

.ehx-hero::after {
  position: absolute;
  right: -8vw;
  bottom: 7vh;
  width: 50vw;
  height: 26vw;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(124, 58, 237, 0.22), rgba(20, 184, 166, 0.14)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.18;
  transform: skewY(-10deg);
}

.ehx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: clamp(620px, calc(100svh - 178px), 760px);
  padding-bottom: 72px;
}

.ehx-hero-copy {
  max-width: 680px;
}

.ehx-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-kicker::before {
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
}

.ehx-hero h1,
.ehx-section h2 {
  margin: 14px 0 0;
  font-size: clamp(3rem, 6vw, 5.65rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.ehx-hero p {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
  line-height: 1.72;
}

.ehx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ehx-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.ehx-proof-strip span {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 13px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.ehx-proof-strip strong {
  color: #ffffff;
  font-size: 1.35rem;
}

.ehx-command {
  position: relative;
  min-height: 610px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    #101119;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.48);
}

.ehx-command::before {
  position: absolute;
  inset: 52px 14px auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.72), transparent);
  animation: ehx-scan 3.8s ease-in-out infinite;
}

.ehx-command-top {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 34px;
  padding: 0 6px 12px;
  color: rgba(255, 255, 255, 0.72);
}

.ehx-command-top span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.ehx-command-top span:first-child {
  background: var(--brand-soft);
}

.ehx-command-top span:nth-child(2) {
  background: var(--purple);
}

.ehx-command-top span:nth-child(3) {
  background: var(--teal);
}

.ehx-command-top strong {
  margin-left: auto;
  font-size: 0.8rem;
}

.ehx-command img {
  display: block;
  width: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: top left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  opacity: 0.78;
}

.ehx-command-overlay {
  position: absolute;
  right: 30px;
  bottom: 34px;
  display: grid;
  width: min(330px, calc(100% - 60px));
  gap: 10px;
}

.ehx-command-overlay article,
.ehx-signal-card {
  padding: 14px;
  background: rgba(12, 13, 18, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.ehx-command-overlay span,
.ehx-signal-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--brand-soft);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-command-overlay strong,
.ehx-signal-card strong {
  display: block;
  color: #ffffff;
  line-height: 1.25;
}

.ehx-signal-card small {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 750;
}

.ehx-signal-one {
  position: absolute;
  top: 104px;
  left: -28px;
  width: 170px;
  animation: ehx-float 5.8s ease-in-out infinite;
}

.ehx-signal-one strong {
  color: var(--teal-bright);
  font-size: 3.2rem;
  line-height: 0.95;
}

.ehx-signal-two {
  position: absolute;
  right: -22px;
  top: 214px;
  width: 205px;
  animation: ehx-float 6.4s ease-in-out infinite reverse;
}

.ehx-market-rail {
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--teal));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ehx-market-rail div {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 14px 0;
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: ehx-rail 22s linear infinite;
}

.ehx-market-rail span {
  white-space: nowrap;
}

.ehx-section {
  padding: 112px 0;
}

.ehx-section h2 {
  color: var(--ink);
  font-size: clamp(2.45rem, 4.5vw, 4.45rem);
  line-height: 0.96;
}

.ehx-section p {
  color: var(--muted);
  line-height: 1.72;
}

.ehx-split-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 38px;
}

.ehx-split-head .ehx-kicker {
  grid-column: 1;
  grid-row: 1;
  margin-top: 16px;
}

.ehx-split-head h2 {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}

.ehx-split-head p {
  grid-column: 2;
  grid-row: 2;
}

.ehx-split-head p,
.ehx-section-head p,
.ehx-answer-copy p,
.ehx-product-copy p,
.ehx-ai-copy p,
.ehx-offer-head p,
.ehx-faq-grid p {
  max-width: 660px;
  margin: 20px 0 0;
}

.ehx-pain,
.ehx-tools,
.ehx-method,
.ehx-faq {
  background: var(--paper);
}

.ehx-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ehx-pain-grid article {
  min-height: 290px;
  padding: 22px;
  background: var(--paper-strong);
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 17, 20, 0.06);
}

.ehx-pain-grid article:nth-child(even) {
  margin-top: 46px;
}

.ehx-pain-grid span,
.ehx-tool-card > span,
.ehx-plan-label {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-pain-grid h3,
.ehx-tool-card h3,
.ehx-timeline h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

.ehx-pain-grid p,
.ehx-tool-card p,
.ehx-timeline p {
  margin: 0;
}

.ehx-answer {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.98)),
    var(--bg);
}

.ehx-answer h2,
.ehx-ai h2,
.ehx-offer h2 {
  color: #ffffff;
}

.ehx-answer p,
.ehx-ai p,
.ehx-offer p {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-answer-grid,
.ehx-product-grid,
.ehx-ai-grid,
.ehx-compare-grid,
.ehx-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
}

.ehx-inline-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 26px;
  color: var(--teal-bright);
  font-weight: 950;
  border-bottom: 2px solid currentColor;
}

.ehx-decision-map {
  display: grid;
  gap: 12px;
}

.ehx-decision-map article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 16px;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.ehx-decision-map article.is-active {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(167, 139, 250, 0.46);
}

.ehx-decision-map span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  border-radius: 8px;
}

.ehx-decision-map strong {
  color: #ffffff;
  font-size: 1.04rem;
}

.ehx-decision-map small {
  color: rgba(255, 255, 255, 0.62);
}

.ehx-section-head {
  max-width: 880px;
  margin-bottom: 38px;
}

.ehx-tools {
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 36%, #f4f7fb 100%);
}

.ehx-tools .ehx-container {
  width: min(100% - 64px, 1440px);
}

.ehx-tools .ehx-section-head {
  max-width: 980px;
  margin-bottom: 72px;
}

.ehx-tools .ehx-section-head p {
  max-width: 760px;
  margin-top: 18px;
}

.ehx-showcase-stack {
  display: grid;
  gap: 112px;
}

.ehx-tool-showcase {
  display: grid;
  grid-template-columns: minmax(500px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(80px, 7vw, 136px);
  align-items: center;
  padding-bottom: 112px;
  border-bottom: 1px solid rgba(16, 17, 20, 0.1);
}

.ehx-tool-showcase:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ehx-tool-showcase.is-reverse {
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
}

.ehx-tool-showcase.is-reverse .ehx-showcase-visual {
  order: -1;
}

.ehx-tool-copy {
  max-width: 680px;
}

.ehx-tool-copy > span,
.ehx-tool-support span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-tool-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.ehx-tool-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #536073;
  font-size: 1.06rem;
  line-height: 1.72;
}

.ehx-tool-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.ehx-tool-copy li {
  position: relative;
  padding-left: 30px;
  color: #273244;
  font-weight: 800;
  line-height: 1.45;
}

.ehx-tool-copy li::before {
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: linear-gradient(135deg, var(--brand), var(--teal));
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.24);
}

.ehx-showcase-visual {
  isolation: isolate;
  position: relative;
  justify-self: end;
  width: min(108%, 860px);
  margin: 0;
  padding: clamp(8px, 1.3vw, 16px);
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(45, 212, 191, 0.1)),
    #090a0f;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 8px;
  box-shadow:
    0 46px 120px rgba(15, 23, 42, 0.2),
    0 12px 30px rgba(124, 58, 237, 0.16);
  animation: ehx-showcase-float 7s ease-in-out infinite;
}

.ehx-tool-showcase.is-reverse .ehx-showcase-visual {
  justify-self: start;
  animation-delay: -2.3s;
}

.ehx-showcase-visual::before {
  position: absolute;
  inset: -24px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 24% 20%, rgba(124, 58, 237, 0.2), transparent 34%),
    radial-gradient(circle at 74% 80%, rgba(45, 212, 191, 0.16), transparent 36%);
  border-radius: 14px;
  filter: blur(8px);
}

.ehx-showcase-visual::after {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -38%;
  z-index: 2;
  width: 28%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  animation: ehx-showcase-sheen 6.5s ease-in-out infinite;
  pointer-events: none;
}

.ehx-showcase-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1608 / 856;
  object-fit: cover;
  object-position: left top;
  background: #050609;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  transform: perspective(1200px) rotateX(1.2deg) rotateY(-1.5deg);
  transform-origin: center;
}

.ehx-tool-showcase.is-reverse .ehx-showcase-visual img {
  transform: perspective(1200px) rotateX(1.2deg) rotateY(1.5deg);
}

.ehx-showcase-pop {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 166px;
  gap: 4px;
  padding: 14px 16px;
  color: #ffffff;
  background: rgba(9, 10, 15, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 8px 18px rgba(124, 58, 237, 0.16);
  backdrop-filter: blur(14px);
  animation: ehx-pop-float 6.6s ease-in-out infinite;
}

.ehx-showcase-pop span {
  color: var(--brand-soft);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-showcase-pop strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.ehx-showcase-pop small {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 760;
}

.ehx-pop-left {
  top: 16%;
  left: 16px;
}

.ehx-pop-right {
  right: -36px;
  bottom: 13%;
  animation-delay: -2s;
}

.ehx-tool-showcase.is-reverse .ehx-pop-left {
  right: auto;
  left: -36px;
}

.ehx-tool-showcase.is-reverse .ehx-pop-right {
  right: auto;
  left: 16px;
}

.ehx-tool-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 84px;
}

.ehx-tool-support article {
  min-height: 230px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 17, 20, 0.06);
}

.ehx-tool-support h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.32rem;
  line-height: 1.15;
}

.ehx-tool-support p {
  margin: 0;
}

.ehx-tools-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
}

.ehx-tool-card {
  display: grid;
  gap: 10px;
  min-height: 240px;
  align-content: end;
  overflow: hidden;
  padding: 24px;
  background: var(--paper-strong);
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 17, 20, 0.06);
}

.ehx-tool-feature {
  grid-column: span 2;
  grid-row: span 2;
  align-content: space-between;
  min-height: 560px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(124, 58, 237, 0.22), rgba(18, 20, 27, 0)),
    #12141b;
  border-color: rgba(255, 255, 255, 0.12);
}

.ehx-tool-feature h3,
.ehx-tool-dark h3 {
  color: #ffffff;
}

.ehx-tool-feature p,
.ehx-tool-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-tool-dark {
  color: #ffffff;
  background: #12141b;
  border-color: rgba(255, 255, 255, 0.12);
}

.ehx-tool-with-image {
  align-content: start;
  padding-bottom: 18px;
}

.ehx-tool-with-image p {
  max-width: 720px;
}

.ehx-tool-image {
  margin: 14px -10px 0;
  overflow: hidden;
  background: #050609;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 17, 20, 0.16);
}

.ehx-tool-feature .ehx-tool-image {
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.ehx-tool-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1608 / 856;
  object-fit: cover;
  object-position: left top;
}

body.reveal-ready .ehx-tools .revealable {
  opacity: 1;
  transform: none;
}

body.reveal-ready .ehx-product .revealable {
  opacity: 1;
  transform: none;
}

.ehx-meter {
  display: grid;
  gap: 10px;
  margin-top: 46px;
}

.ehx-meter strong {
  color: var(--teal-bright);
  font-size: 5.4rem;
  line-height: 0.9;
}

.ehx-meter div {
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.ehx-meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--brand-soft));
}

.ehx-meter small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 850;
}

.ehx-product {
  overflow: hidden;
  background: #f5f7fb;
}

.ehx-product .ehx-container {
  width: min(100% - 64px, 1440px);
}

.ehx-product-grid {
  grid-template-columns: minmax(560px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(86px, 7vw, 136px);
}

.ehx-product-copy {
  max-width: 700px;
}

.ehx-product-copy h2 {
  max-width: 720px;
  font-size: clamp(2.75rem, 4vw, 3.75rem);
  line-height: 1;
}

.ehx-product-copy p {
  max-width: 700px;
}

.ehx-checks {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.ehx-checks li {
  position: relative;
  padding-left: 28px;
  color: #303846;
  line-height: 1.55;
}

.ehx-checks li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 12px;
  height: 7px;
  content: "";
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.ehx-product-shot {
  isolation: isolate;
  position: relative;
  justify-self: end;
  width: min(106%, 880px);
  margin-right: -10px;
}

.ehx-product-shot::before {
  position: absolute;
  inset: -26px 26px 26px -26px;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 22% 24%, rgba(124, 58, 237, 0.24), transparent 34%),
    radial-gradient(circle at 78% 78%, rgba(45, 212, 191, 0.18), transparent 36%),
    #111111;
  border-radius: 8px;
  filter: blur(0.2px);
}

.ehx-product-shot img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border: 1px solid rgba(16, 17, 20, 0.16);
  border-radius: 8px;
  box-shadow:
    0 42px 110px rgba(16, 17, 20, 0.22),
    0 12px 30px rgba(124, 58, 237, 0.14);
  transform: perspective(1200px) rotateX(1.2deg) rotateY(-1.4deg);
}

.ehx-product-shot .ehx-pop-left {
  top: -18px;
  left: -24px;
}

.ehx-product-shot .ehx-pop-right {
  right: -28px;
  bottom: -20px;
}

.ehx-ai,
.ehx-offer {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(18, 185, 129, 0.16), transparent 30%),
    var(--bg);
}

.ehx-ai-stack {
  display: grid;
  gap: 12px;
}

.ehx-ai-stack article {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.ehx-ai-stack span {
  color: var(--teal-bright);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-ai-stack strong {
  color: #ffffff;
  line-height: 1.35;
}

.ehx-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ehx-timeline article {
  min-height: 280px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(16, 17, 20, 0.06);
}

.ehx-timeline article:nth-child(2),
.ehx-timeline article:nth-child(4) {
  margin-top: 44px;
}

.ehx-timeline span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ehx-compare {
  background: #ffffff;
}

.ehx-compare-grid {
  align-items: start;
}

.ehx-compare-table {
  display: grid;
  gap: 10px;
}

.ehx-compare-table div {
  display: grid;
  gap: 6px;
  padding: 20px;
  background: #f7f7f3;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 8px;
}

.ehx-compare-table .is-highlight {
  color: #ffffff;
  background: #12141b;
  border-color: rgba(124, 58, 237, 0.36);
}

.ehx-compare-table strong {
  font-size: 1.05rem;
}

.ehx-compare-table span {
  color: var(--muted);
  line-height: 1.55;
}

.ehx-compare-table .is-highlight span {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-offer-head {
  display: grid;
  max-width: 920px;
  margin-bottom: 34px;
}

.ehx-offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ehx-offer-badges span {
  padding: 9px 12px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(124, 58, 237, 0.16);
  border: 1px solid rgba(167, 139, 250, 0.28);
  border-radius: 8px;
}

.ehx-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}

.ehx-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 630px;
  padding: 30px;
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.ehx-price-featured {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.42), rgba(20, 184, 166, 0.12) 52%, rgba(18, 20, 27, 0)),
    #0b0b0d;
  border-color: rgba(167, 139, 250, 0.42);
  box-shadow:
    0 34px 110px rgba(124, 58, 237, 0.22),
    inset 0 4px 0 var(--teal);
  transform: translateY(-14px);
}

.ehx-price-annual {
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.12), rgba(124, 58, 237, 0.08) 54%, rgba(255, 255, 255, 0)),
    #ffffff;
  border-color: rgba(20, 184, 166, 0.26);
}

.ehx-save-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 950;
  background: linear-gradient(135deg, var(--teal), var(--brand));
  border-radius: 8px;
}

.ehx-save-badge-soft {
  color: #0f172a;
  background: linear-gradient(135deg, #99f6e4, #ddd6fe);
}

.ehx-plan-status {
  width: fit-content;
  padding: 7px 10px;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 6px;
}

.ehx-price-featured .ehx-plan-status {
  color: #99f6e4;
  background: rgba(20, 184, 166, 0.14);
}

.ehx-price {
  display: block;
  font-size: clamp(2.35rem, 4.2vw, 3.65rem);
  line-height: 0.92;
}

.ehx-price-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  color: #687386;
  font-size: 0.84rem;
  font-weight: 750;
}

.ehx-price-reference s {
  color: #4b5563;
  text-decoration-color: #fb7185;
  text-decoration-thickness: 2px;
}

.ehx-price-featured .ehx-price-reference {
  color: rgba(255, 255, 255, 0.66);
}

.ehx-price-featured .ehx-price-reference s {
  color: rgba(255, 255, 255, 0.52);
}

.ehx-price span {
  color: var(--muted);
  font-size: 1rem;
}

.ehx-price-featured .ehx-price span,
.ehx-price-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-price-featured .ehx-button-primary {
  background: linear-gradient(135deg, var(--teal), var(--brand));
  box-shadow: 0 18px 42px rgba(20, 184, 166, 0.18);
}

.ehx-price-card ul {
  display: grid;
  flex: 1;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ehx-price-card li {
  position: relative;
  padding-left: 26px;
  color: #303846;
  line-height: 1.5;
}

.ehx-price-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--teal);
  font-weight: 950;
  content: "✓";
}

.ehx-price-featured li {
  color: rgba(255, 255, 255, 0.82);
}

.ehx-price-card .ehx-button {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
}

.ehx-plan-note {
  color: #687386;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.ehx-price-featured .ehx-plan-note {
  color: rgba(255, 255, 255, 0.62);
}

.ehx-offer-footnote {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.ehx-offer-footnote strong {
  flex: 0 0 auto;
  color: #ffffff;
}

.ehx-faq-grid {
  align-items: start;
}

.ehx-faq .faq-list {
  display: grid;
  gap: 10px;
}

.ehx-faq details {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 8px;
}

.ehx-faq summary {
  cursor: pointer;
  padding: 20px;
  color: var(--ink);
  font-weight: 950;
  list-style: none;
}

.ehx-faq summary::-webkit-details-marker {
  display: none;
}

.ehx-faq .faq-answer {
  overflow: hidden;
  transition:
    height 0.24s ease,
    opacity 0.24s ease;
}

.ehx-faq .faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
}

.ehx-footer {
  padding: 58px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  background: #08090d;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ehx-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.ehx-footer-brand {
  color: #ffffff;
}

.ehx-footer p,
.ehx-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-footer nav,
.ehx-footer-grid > div:last-child {
  display: grid;
  gap: 10px;
}

.ehx-footer-grid strong {
  color: #ffffff;
}

.ehx-footer-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ehx-footer-bottom p {
  max-width: 820px;
  margin: 0;
}

.ehx-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 120;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 9px 15px 9px 9px;
  color: #087c3a;
  font-weight: 950;
  background: #ffffff;
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.ehx-whatsapp img {
  width: 32px;
  height: 32px;
}

@keyframes ehx-rail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ehx-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes ehx-showcase-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes ehx-showcase-sheen {
  0%,
  58% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  68% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(560%) skewX(-18deg);
  }
}

@keyframes ehx-pop-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes ehx-scan {
  0%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  35%,
  65% {
    opacity: 1;
  }

  50% {
    transform: translateY(410px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ehx-market-rail div,
  .ehx-signal-card,
  .ehx-command::before,
  .ehx-showcase-visual,
  .ehx-showcase-visual::after,
  .ehx-showcase-pop {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .ehx-hero-grid,
  .ehx-answer-grid,
  .ehx-product-grid,
  .ehx-tool-showcase,
  .ehx-tool-showcase.is-reverse,
  .ehx-ai-grid,
  .ehx-compare-grid,
  .ehx-faq-grid {
    grid-template-columns: 1fr;
  }

  .ehx-tool-showcase.is-reverse .ehx-showcase-visual {
    order: 0;
  }

  .ehx-showcase-visual,
  .ehx-tool-showcase.is-reverse .ehx-showcase-visual,
  .ehx-product-shot {
    justify-self: stretch;
    width: 100%;
    margin-right: 0;
  }

  .ehx-showcase-visual img,
  .ehx-tool-showcase.is-reverse .ehx-showcase-visual img,
  .ehx-product-shot img {
    transform: none;
  }

  .ehx-pop-left,
  .ehx-tool-showcase.is-reverse .ehx-pop-left {
    top: 16px;
    right: auto;
    left: 16px;
  }

  .ehx-pop-right,
  .ehx-tool-showcase.is-reverse .ehx-pop-right {
    right: 16px;
    bottom: 16px;
    left: auto;
  }

  .ehx-tool-copy {
    max-width: 760px;
  }

  .ehx-hero-grid {
    min-height: auto;
    padding-bottom: 70px;
  }

  .ehx-command {
    min-height: auto;
  }

  .ehx-signal-one {
    left: 18px;
  }

  .ehx-signal-two {
    right: 18px;
  }

  .ehx-pain-grid,
  .ehx-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ehx-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ehx-tool-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ehx-nav {
    grid-template-columns: 1fr auto;
  }

  .ehx-nav nav {
    display: none;
  }

  .ehx-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .ehx-split-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ehx-split-head .ehx-kicker,
  .ehx-split-head h2,
  .ehx-split-head p {
    grid-column: auto;
    grid-row: auto;
  }

  .ehx-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ehx-pricing,
  .ehx-tool-support,
  .ehx-footer-grid {
    grid-template-columns: 1fr;
  }

  .ehx-pricing .ehx-price-card {
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }

  .ehx-price-featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .ehx-container {
    width: min(100% - 24px, 1180px);
  }

  .ehx-tools .ehx-container,
  .ehx-product .ehx-container {
    width: min(100% - 24px, 1180px);
  }

  .ehx-nav {
    top: 8px;
    width: calc(100% - 18px);
  }

  .ehx-brand span {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ehx-nav-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .ehx-hero h1,
  .ehx-section h2 {
    font-size: clamp(2.3rem, 12vw, 3.15rem);
  }

  .ehx-hero p {
    font-size: 1rem;
  }

  .ehx-actions,
  .ehx-button {
    width: 100%;
  }

  .ehx-proof-strip,
  .ehx-pain-grid,
  .ehx-tools-grid,
  .ehx-timeline {
    grid-template-columns: 1fr;
  }

  .ehx-tools .ehx-section-head {
    margin-bottom: 44px;
  }

  .ehx-showcase-stack {
    gap: 58px;
  }

  .ehx-tool-showcase {
    gap: 24px;
    padding-bottom: 58px;
  }

  .ehx-tool-copy h3 {
    font-size: 2.32rem;
  }

  .ehx-tool-copy p {
    font-size: 1rem;
  }

  .ehx-showcase-visual {
    padding: 8px;
  }

  .ehx-showcase-pop {
    display: none;
  }

  .ehx-tool-support {
    margin-top: 56px;
  }

  .ehx-tool-support article {
    min-height: auto;
  }

  .ehx-tool-feature {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .ehx-tool-card {
    min-height: auto;
  }

  .ehx-tool-image {
    margin-right: 0;
    margin-left: 0;
  }

  .ehx-pain-grid article:nth-child(even),
  .ehx-timeline article:nth-child(2),
  .ehx-timeline article:nth-child(4) {
    margin-top: 0;
  }

  .ehx-section {
    padding: 76px 0;
  }

  .ehx-command {
    padding: 10px;
  }

  .ehx-command img {
    min-height: 310px;
  }

  .ehx-command-overlay {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .ehx-signal-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: 10px;
    animation: none;
  }

  .ehx-product-shot::before {
    inset: -10px 12px 12px -10px;
  }

  .ehx-price-card {
    min-height: auto;
    padding: 24px;
  }

  .ehx-save-badge {
    position: static;
    width: fit-content;
  }

  .ehx-offer-badges,
  .ehx-offer-footnote {
    display: grid;
  }

  .ehx-footer-bottom {
    display: grid;
  }

  .ehx-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 8px;
  }

  .ehx-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

/* Ajustes de conversão — narrativa, vídeo e transparência */
.ehx-demo {
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 16%, rgba(124, 58, 237, 0.24), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(20, 184, 166, 0.16), transparent 34%),
    #08090d;
}

.ehx-demo h2,
.ehx-origin h2 {
  color: #ffffff;
}

.ehx-demo p,
.ehx-origin p {
  color: rgba(255, 255, 255, 0.72);
}

.ehx-demo-grid,
.ehx-origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 58px;
  align-items: center;
}

.ehx-demo-copy {
  max-width: 680px;
}

.ehx-demo-copy h2,
.ehx-origin h2 {
  margin: 14px 0 0;
  font-size: clamp(2.45rem, 4.5vw, 4.45rem);
  line-height: 0.96;
}

.ehx-video-card {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)), #101119;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  box-shadow: 0 38px 120px rgba(0,0,0,.42);
}

.ehx-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #050609;
  border-radius: 8px;
}

.ehx-video-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.64);
  line-height: 1.45;
}

.ehx-checks-light li {
  color: rgba(255,255,255,.82);
}

.ehx-origin {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.98), rgba(8, 9, 13, 0.92)),
    #08090d;
}

.ehx-origin-grid {
  align-items: start;
}

.ehx-origin-cards {
  display: grid;
  gap: 14px;
}

.ehx-origin-cards article {
  padding: 24px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
}

.ehx-origin-cards h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.15;
}

.ehx-origin-cards p {
  margin: 0;
}

.ehx-outcome-box {
  display: grid;
  gap: 18px;
  margin: 34px 0;
  padding: 24px;
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
}

.ehx-outcome-box strong {
  font-size: 1.08rem;
}

.ehx-outcome-box div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ehx-outcome-box span {
  padding: 12px;
  color: rgba(255,255,255,.82);
  font-weight: 850;
  line-height: 1.35;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
}

@media (max-width: 980px) {
  .ehx-demo-grid,
  .ehx-origin-grid {
    grid-template-columns: 1fr;
  }

  .ehx-outcome-box div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ehx-demo-copy h2,
  .ehx-origin h2 {
    font-size: clamp(2.3rem, 12vw, 3.15rem);
  }

  .ehx-video-card {
    padding: 10px;
  }

  .ehx-outcome-box div {
    grid-template-columns: 1fr;
  }
}
