html[data-brand="final"] .direction-ac {
  --autopilot: #1168b0;
  --dentipilot: #38b6ff;
  --pilot-silver: #aeb1b3;
  --void: #102a3a;
  --graphite: #143243;
  --ink: #171411;
  --muted: #6f6e6b;
  --pink: var(--dentipilot);
  --pink-soft: #78ceff;
  --pink-pale: #d8f2ff;
  --accent-rgb: 56, 182, 255;
  --chartreuse: #c9e9fa;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(23, 20, 17, .12);
  background: var(--paper);
}

html[data-brand="final"][data-surface="paper"] .direction-ac {
  --paper: #f4f0e8;
  --paper-bright: #fbfaf7;
}

html[data-brand="final"][data-surface="ice"] .direction-ac {
  --paper: #eff7fb;
  --paper-bright: #f8fbfd;
}

html[data-brand="final"][data-surface="white"] .direction-ac {
  --paper: #f8f8f6;
  --paper-bright: #ffffff;
}

html[data-brand="final"] body,
html[data-brand="final"] .direction-ac .editorial-hero {
  background-color: var(--paper);
}

html[data-brand="final"] ::selection {
  background: var(--dentipilot);
  color: var(--ink);
}

html[data-brand="final"] .direction-ac .nav,
html[data-brand="final"] .direction-ac .nav.compact {
  background: var(--paper);
}

html[data-brand="final"] .logo-lockup {
  width: 166px;
  display: grid;
  gap: 5px;
}

html[data-brand="final"] .nav.compact .logo-lockup { width: 150px; }
html[data-brand="final"] .logo-lockup img { width: 100%; }

html[data-brand="final"] .brand-endorsement {
  color: #7d7e7f;
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-brand="final"] .brand-endorsement b {
  color: var(--autopilot);
  font-weight: 800;
}

html[data-brand="final"] footer .brand-endorsement { color: rgba(255,255,255,.42); }
html[data-brand="final"] footer .brand-endorsement b { color: #78ceff; }
html[data-brand="final"] .nav .brand-endorsement { display: none !important; }

html[data-brand="final"] .button-pink {
  color: #082538;
  background: var(--dentipilot);
}

html[data-brand="final"] .button-dark { background: var(--autopilot); }
html[data-brand="final"] .eyebrow-light { color: var(--pink-soft); }

html[data-brand="final"] .direction-ac .editorial-hero {
  background:
    radial-gradient(circle at 23% 80%, rgba(var(--accent-rgb), .12), transparent 28%),
    var(--paper-bright);
}

html[data-brand="final"] .direction-ac .hero-art::after {
  background: #c9e9fa;
  opacity: .82;
}

html[data-brand="final"] .editorial-sticker { display: none; }

html[data-brand="final"] .dark,
html[data-brand="final"] footer {
  background: var(--void);
}

html[data-brand="final"] .feature-explorer { background: var(--graphite); }
html[data-brand="final"] .feature-visual-panel {
  background: radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb), .11), transparent 48%), #0d2635;
}
html[data-brand="final"] .visual { background: rgba(18, 47, 63, .94); }

html[data-brand="final"] .direction-ac .proof-image-label {
  color: var(--autopilot);
  background: #d8f2ff;
}

/* El hover celeste solo existe donde hay puntero; todo el texto pasa a oscuro. */
@media (hover: hover) {
  html[data-brand="final"] .direction-ac .capability:hover { background: #d8f2ff; }
  html[data-brand="final"] .direction-ac .capability:hover h3 { color: var(--void); }
  html[data-brand="final"] .direction-ac .capability:hover p { color: rgba(16, 42, 58, .75); }
  html[data-brand="final"] .direction-ac .capability:hover > span,
  html[data-brand="final"] .direction-ac .capability:hover > i { color: var(--autopilot); }
}

/* Relato de producto desplegado: todas las capacidades quedan visibles durante el scroll. */
html[data-brand="final"] .feature-explorer {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

html[data-brand="final"] .feature-tabs[hidden] { display: none; }

html[data-brand="final"] .feature-stories {
  display: grid;
  border-bottom: 1px solid var(--line-dark);
}

html[data-brand="final"] .system-story {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(320px, 38%) minmax(0, 62%);
  border-top: 1px solid var(--line-dark);
}

html[data-brand="final"] .system-story-copy {
  padding: 74px 58px 62px 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
}

html[data-brand="final"] .system-story:nth-child(even) .system-story-copy {
  grid-column: 2;
  padding-right: 0;
  padding-left: 58px;
  border-right: 0;
  border-left: 1px solid var(--line-dark);
}

html[data-brand="final"] .system-story:nth-child(even) .system-story-visual {
  grid-column: 1;
  grid-row: 1;
}

html[data-brand="final"] .system-story-index {
  color: var(--dentipilot);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

html[data-brand="final"] .system-story-copy > p:not(.system-story-description) {
  margin: 54px 0 15px;
  color: var(--pink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

html[data-brand="final"] .system-story-copy h3 {
  max-width: 440px;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: clamp(42px, 4.25vw, 66px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.058em;
}

html[data-brand="final"] .system-story-rule {
  width: 100%;
  height: 1px;
  margin: 36px 0 29px;
  background: var(--line-dark);
}

html[data-brand="final"] .system-story-description {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.75;
}

html[data-brand="final"] .system-story-outcome {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 600;
}

html[data-brand="final"] .system-story-outcome i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #082538;
  background: var(--dentipilot);
  font-style: normal;
}

html[data-brand="final"] .system-story-visual {
  min-width: 0;
  padding: 54px 0 54px 54px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb),.09), transparent 54%);
}

html[data-brand="final"] .system-story:nth-child(even) .system-story-visual { padding-right: 54px; padding-left: 0; }
html[data-brand="final"] .system-story-visual .visual { width: 100%; max-width: 720px; min-height: 480px; }

/* La animación de cada escena se activa cuando entra al viewport. */
html[data-brand="final"] .system-story:not(.is-active) .message,
html[data-brand="final"] .system-story:not(.is-active) .intent-chip,
html[data-brand="final"] .system-story:not(.is-active) .calendar-day > i.selected,
html[data-brand="final"] .system-story:not(.is-active) .status-toast,
html[data-brand="final"] .system-story:not(.is-active) .confirmation-line::after {
  animation-play-state: paused !important;
}

/* Automatización de rescate: Dentalink → segmento → WhatsApp → nueva cita. */
.visual-automation { min-height: 500px; }
.rescue-map {
  position: relative;
  z-index: 2;
  min-height: 420px;
  padding: 24px;
  display: grid;
  grid-template-columns: .92fr .48fr 1.45fr;
  gap: 18px;
}

.rescue-label {
  display: block;
  margin-bottom: 13px;
  color: rgba(255,255,255,.38);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rescue-signals article {
  min-height: 82px;
  margin-bottom: 9px;
  padding: 13px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.rescue-signals article.selected {
  border-color: rgba(var(--accent-rgb),.55);
  background: rgba(var(--accent-rgb),.1);
  box-shadow: 0 0 28px rgba(var(--accent-rgb),.08);
}

.rescue-signals strong { color: var(--pink-soft); font-size: 25px; letter-spacing: -.05em; }
.rescue-signals article > span { color: rgba(255,255,255,.8); font-size: 8px; line-height: 1.35; }
.rescue-signals small { color: rgba(255,255,255,.33); font-size: 6.5px; }

.rescue-steps {
  position: relative;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px;
}

.rescue-steps::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 76px;
  bottom: 55px;
  width: 1px;
  background: linear-gradient(var(--dentipilot), rgba(var(--accent-rgb),.12));
}

.rescue-steps span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.46);
  font-size: 7px;
  font-weight: 700;
}

.rescue-steps i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(var(--accent-rgb),.5);
  border-radius: 50%;
  color: var(--pink-soft);
  background: #143243;
  font-style: normal;
}

.rescue-action {
  min-width: 0;
  padding: 18px;
  align-self: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.rescue-patient { display: flex; align-items: center; gap: 10px; }
.rescue-patient > i {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #082538;
  background: var(--dentipilot);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.rescue-patient b,.rescue-patient small { display: block; }
.rescue-patient b { color: rgba(255,255,255,.84); font-size: 9px; }
.rescue-patient small { margin-top: 4px; color: rgba(255,255,255,.34); font-size: 7px; }

.rescue-message,.rescue-reply {
  padding: 12px 13px;
  color: rgba(255,255,255,.8);
  font-size: 8px;
  line-height: 1.55;
}
.rescue-message { margin-top: 18px; border-radius: 12px 12px 12px 3px; background: rgba(var(--accent-rgb),.15); }
.rescue-message small { display: block; margin-top: 7px; color: rgba(255,255,255,.31); font-size: 6px; }
.rescue-reply { width: max-content; margin: 9px 0 0 auto; border-radius: 12px 12px 3px 12px; background: rgba(37,211,102,.15); }

.rescue-booked {
  margin-top: 17px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.rescue-booked > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; font-style: normal; }
.rescue-booked b,.rescue-booked small { display: block; }
.rescue-booked b { color: white; font-size: 8px; }.rescue-booked small { margin-top: 3px; color: rgba(255,255,255,.38); font-size: 6.5px; }

.system-story.is-active .rescue-signals article { animation: rescueItem .55s var(--ease) both; }
.system-story.is-active .rescue-signals article:nth-of-type(2) { animation-delay: .12s; }
.system-story.is-active .rescue-signals article:nth-of-type(3) { animation-delay: .24s; }
.system-story.is-active .rescue-steps span { animation: rescueStep .45s var(--ease) both; }
.system-story.is-active .rescue-steps span:nth-child(2) { animation-delay: .35s; }
.system-story.is-active .rescue-steps span:nth-child(3) { animation-delay: .7s; }
.system-story.is-active .rescue-steps span:nth-child(4) { animation-delay: 1.05s; }
.system-story.is-active .rescue-message { animation: rescueMessage .55s .85s var(--ease) both; }
.system-story.is-active .rescue-reply { animation: rescueMessage .45s 1.35s var(--ease) both; }
.system-story.is-active .rescue-booked { animation: rescueBooked .55s 1.75s var(--ease) both; }
@keyframes rescueItem { from { opacity: 0; transform: translateX(-10px); } }
@keyframes rescueStep { from { opacity: 0; transform: translateY(8px); } }
@keyframes rescueMessage { from { opacity: 0; transform: translateY(10px); } }
@keyframes rescueBooked { from { opacity: 0; transform: scale(.96); } }

/* Tipografía de marca: el peso y el ancho de Figtree acercan los titulares al wordmark. */
html[data-brand="final"][data-type="figtree"] .direction-ac {
  font-family: "Figtree", sans-serif;
}

html[data-brand="final"][data-type="figtree"] .direction-ac .hero h1,
html[data-brand="final"][data-type="figtree"] .direction-ac .display {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.068em;
}

html[data-brand="final"][data-type="figtree"] .direction-ac .hero h1 {
  max-width: 760px;
  font-size: clamp(68px, 6.7vw, 108px);
}

html[data-brand="final"][data-type="figtree"] .direction-ac .hero h1 em,
html[data-brand="final"][data-type="figtree"] .direction-ac .display em {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.06em;
}

html[data-brand="final"][data-type="figtree"] .direction-ac .hero h1 em {
  margin-top: .04em;
  font-size: 1em;
  line-height: .88;
  text-shadow: none;
}

html[data-brand="final"][data-type="figtree"] .direction-ac .feature-copy-panel h3,
html[data-brand="final"][data-type="figtree"] .direction-ac .capability h3,
html[data-brand="final"][data-type="figtree"] .direction-ac .proof-content blockquote,
html[data-brand="final"][data-type="figtree"] .direction-ac .metric strong,
html[data-brand="final"][data-type="figtree"] .direction-ac .step > span {
  font-family: "Figtree", sans-serif;
}

html[data-brand="final"][data-type="figtree"] .direction-ac .feature-copy-panel h3,
html[data-brand="final"][data-type="figtree"] .direction-ac .capability h3 {
  font-weight: 800;
  letter-spacing: -.055em;
}

/* Cifras de impacto en el peso grueso de la marca, con rótulos legibles. */
html[data-brand="final"] .metric strong {
  font-weight: 800;
  letter-spacing: -.045em;
}
html[data-brand="final"] .metric span { max-width: 230px; font-size: 13px; }

/* El HTML de respaldo usa la misma jerarquía editorial que la versión mejorada. */
html[data-brand="final"] .manifesto,
html[data-brand="final"] .attribution,
html[data-brand="final"] .impact,
html[data-brand="final"] .roi-section,
html[data-brand="final"] .implementation,
html[data-brand="final"] .pricing,
html[data-brand="final"] .faq {
  padding: clamp(72px, 8vw, 110px) 0;
}

/* Links dentro de las respuestas del FAQ se distinguen del texto plano. */
html[data-brand="final"] .faq-item p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-brand="final"] .section-shell > h2 {
  max-width: 860px;
  margin: 22px 0 0;
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 900;
  letter-spacing: -.064em;
  line-height: .94;
}

html[data-brand="final"] .section-shell > h2 + p,
html[data-brand="final"] .manifesto .section-shell > p:last-child {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

html[data-brand="final"] .dark .section-shell > h2 + p,
html[data-brand="final"] .dark .section-shell > p:not(.eyebrow) {
  color: rgba(255,255,255,.62);
}

html[data-brand="final"] #featureStage:not(.feature-stories) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 52px;
  border: 1px solid var(--line-dark);
}

html[data-brand="final"] #featureStage:not(.feature-stories) > article {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
}

html[data-brand="final"] #featureStage:not(.feature-stories) > article:last-child { border-right: 0; }
html[data-brand="final"] #featureStage:not(.feature-stories) h3 { margin: 58px 0 10px; font-size: 17px; }
html[data-brand="final"] #featureStage:not(.feature-stories) p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }

/* Esta ruta pertenece a la sección editorial, no al mockup .visual-attribution. */
html[data-brand="final"] .attribution-flow {
  margin-top: clamp(42px, 6vw, 76px);
  padding: clamp(28px, 4.5vw, 58px);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}

html[data-brand="final"] .attribution-flow .attribution-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: clamp(12px, 2vw, 26px);
  align-items: center;
}

html[data-brand="final"] .attribution-flow .attribution-path article {
  min-height: 184px;
  padding: 26px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  text-align: center;
}

html[data-brand="final"] .attribution-flow .attribution-path article > i {
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--pink-soft);
  background: rgba(255,255,255,.09);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

/* Logos oficiales (Meta, WhatsApp) en monocromo: heredan el color del contexto. */
html[data-brand="final"] .brand-glyph { font-style: normal; line-height: 0; }
html[data-brand="final"] .brand-glyph svg { display: block; fill: currentColor; }
html[data-brand="final"] .attribution-path .brand-glyph svg { width: 30px; height: 30px; }

html[data-brand="final"] .attribution-flow .attribution-path b { font-size: 12px; }
html[data-brand="final"] .attribution-flow .attribution-path span { margin-top: 6px; color: rgba(255,255,255,.5); font-size: 11px; }
html[data-brand="final"] .attribution-flow .attribution-arrow { color: rgba(255,255,255,.4); font-size: 22px; font-style: normal; }
html[data-brand="final"] .attribution-flow .revenue { border-color: rgba(var(--accent-rgb),.65); background: rgba(var(--accent-rgb),.13); }
html[data-brand="final"] .attribution-flow .revenue > i { color: #082538; background: var(--dentipilot); }
html[data-brand="final"] .attribution-flow > p { margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
html[data-brand="final"] .attribution-flow > p strong { margin-right: 6px; color: var(--pink-soft); font-size: 24px; letter-spacing: -.04em; }

html[data-brand="final"] .impact blockquote {
  max-width: 760px;
  margin: 42px 0;
  padding-left: 24px;
  border-left: 2px solid var(--dentipilot);
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.18;
}

/* Calculadora compacta: calcula en línea y deriva al informe completo sin capturar datos. */
html[data-brand="final"] .roi-section .section-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: start;
}

html[data-brand="final"] .roi-section h2 {
  grid-column: 1 / -1;
}

html[data-brand="final"] #roi-form {
  display: grid;
  gap: 22px;
}

html[data-brand="final"] .roi-field label {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}

html[data-brand="final"] .roi-field input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  outline: none;
  color: var(--ink);
  background: var(--paper-bright);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

html[data-brand="final"] .roi-field input:focus {
  border-color: var(--autopilot);
  box-shadow: 0 0 0 4px rgba(17,104,176,.13);
}

html[data-brand="final"] .roi-field p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

html[data-brand="final"] .roi-input-prefix,
html[data-brand="final"] .roi-input-suffix {
  position: relative;
}

html[data-brand="final"] .roi-input-prefix > span,
html[data-brand="final"] .roi-input-suffix > span {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transform: translateY(-50%);
}

html[data-brand="final"] .roi-input-prefix > span { left: 16px; }
html[data-brand="final"] .roi-input-prefix input { padding-left: 35px; }
html[data-brand="final"] .roi-input-suffix > span { right: 16px; }
html[data-brand="final"] .roi-input-suffix input { padding-right: 38px; }

html[data-brand="final"] .roi-results {
  min-height: 100%;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid rgba(17,104,176,.23);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(56,182,255,.17), rgba(255,255,255,.48));
}

html[data-brand="final"] .roi-results output {
  display: block;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

html[data-brand="final"] .roi-results #roi-recoverable {
  color: var(--autopilot);
  font-size: clamp(17px, 1.65vw, 23px);
  font-weight: 700;
}

html[data-brand="final"] .roi-full-link {
  grid-column: 2;
  margin: -62px 0 0;
}

html[data-brand="final"] .roi-full-link a {
  color: var(--autopilot);
  font-size: 14px;
  font-weight: 800;
}

html[data-brand="final"] .roi-full-link a:hover { text-decoration: underline; }

/* Implementación: los tres pasos permanecen como una lista semántica; la grilla solo define su disposición visual. */
html[data-brand="final"] .implementation .section-shell > h2 { max-width: 760px; }

html[data-brand="final"] .steps {
  margin: clamp(42px, 6vw, 72px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
  list-style: none;
}

html[data-brand="final"] .step {
  min-height: 250px;
  padding: 25px 0 0;
  border-top: 1px solid var(--line-light);
}

html[data-brand="final"] .step > span {
  display: block;
  color: var(--autopilot);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .9;
}

html[data-brand="final"] .step h3 {
  margin: 46px 0 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.035em;
}

html[data-brand="final"] .step p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

html[data-brand="final"] .trust-list {
  margin: 0;
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 22px;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

html[data-brand="final"] .trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

html[data-brand="final"] .trust-list li::before {
  content: "✓";
  color: var(--autopilot);
  font-weight: 900;
}

/* Precios: el HTML contiene solo spans que build:prices rellena desde pricing.json. */
html[data-brand="final"] #billing-switch {
  width: max-content;
  max-width: 100%;
  margin: 44px auto 10px;
  padding: 4px;
  display: flex;
  gap: 3px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: var(--paper-bright);
}

html[data-brand="final"] .bill-toggle {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

html[data-brand="final"] .bill-toggle.on {
  color: #082538;
  background: var(--dentipilot);
}

html[data-brand="final"] .bill-toggle span {
  margin-left: 4px;
  font-size: 11px;
  white-space: nowrap;
}

html[data-brand="final"] .billing-note {
  margin: 0 auto clamp(34px, 5vw, 56px);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

html[data-brand="final"] #pricingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html[data-brand="final"] .price-plan {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line-light);
  border-radius: 20px;
  background: var(--paper-bright);
}

html[data-brand="final"] .price-plan > h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.045em;
}

html[data-brand="final"] .price-plan > p:not(.price-plan-label) {
  min-height: 42px;
  margin: 8px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

html[data-brand="final"] .price-plan > strong {
  display: block;
  color: var(--autopilot);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .9;
}

html[data-brand="final"] .price-plan > small {
  display: block;
  min-height: 38px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

html[data-brand="final"] .price-plan ul {
  flex: 1 1 auto;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line-light);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  list-style: none;
}

html[data-brand="final"] .price-plan li + li { margin-top: 7px; }
html[data-brand="final"] .price-plan li::before { content: "✓"; margin-right: 9px; color: var(--autopilot); font-weight: 900; }

html[data-brand="final"] .price-plan-cta {
  width: 100%;
  margin-top: 28px;
  min-height: 52px;
  gap: 10px;
  font-size: 13px;
}

/* CTA secundario de bajo compromiso: pregunta por WhatsApp sin agendar */
html[data-brand="final"] .price-plan-ask {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 13px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
}

html[data-brand="final"] .price-plan-ask svg { width: 15px; height: 15px; fill: #25D366; flex: none; }
html[data-brand="final"] .price-plan-ask:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

html[data-brand="final"] .text-action .wa-glyph { width: 17px; height: 17px; fill: #25D366; flex: none; }

html[data-brand="final"] .price-plan-featured {
  border-color: var(--autopilot);
  background: linear-gradient(150deg, rgba(56,182,255,.18), var(--paper-bright) 50%);
}

html[data-brand="final"] .price-plan-label {
  width: max-content;
  margin: 0 0 22px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #082538;
  background: var(--dentipilot);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

/* FAQ: los paneles son visibles por defecto; JavaScript habilita la interacción después de cargar. */
html[data-brand="final"] #faqList {
  max-width: 920px;
  margin-top: clamp(42px, 6vw, 70px);
  border-top: 1px solid var(--line-light);
}

html[data-brand="final"] .faq-item {
  border-bottom: 1px solid var(--line-light);
}

html[data-brand="final"] .faq-item h3 { margin: 0; }

html[data-brand="final"] .faq-item button {
  width: 100%;
  min-height: 64px;
  padding: 16px 42px 16px 0;
  position: relative;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

html[data-brand="final"] .faq-item button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--autopilot);
  font-size: 28px;
  font-weight: 500;
  transform: translateY(-50%);
}

html[data-brand="final"] .faq-item button[aria-expanded="true"]::after { content: "−"; }

html[data-brand="final"] .faq-item > div > p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

html[data-brand="final"] .faq-item button:focus-visible,
html[data-brand="final"] .bill-toggle:focus-visible {
  outline: 3px solid rgba(17,104,176,.45);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  html[data-brand="final"] #featureStage:not(.feature-stories) { grid-template-columns: 1fr; }
  html[data-brand="final"] #featureStage:not(.feature-stories) > article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  html[data-brand="final"] #featureStage:not(.feature-stories) > article:last-child { border-bottom: 0; }
  html[data-brand="final"] #featureStage:not(.feature-stories) h3 { margin-top: 26px; }
  html[data-brand="final"] .attribution-flow .attribution-path { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  html[data-brand="final"] .attribution-flow .attribution-arrow { display: none; }
  html[data-brand="final"] .roi-section .section-shell { grid-template-columns: 1fr; }
  html[data-brand="final"] .roi-full-link { grid-column: 1; margin: 0; }
  html[data-brand="final"] .steps { grid-template-columns: 1fr; gap: 0; }
  html[data-brand="final"] .step { min-height: 0; padding: 28px 0; }
  html[data-brand="final"] .step h3 { margin-top: 24px; }
  html[data-brand="final"] .trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html[data-brand="final"] #pricingGrid { grid-template-columns: 1fr; }
  html[data-brand="final"] .price-plan { min-height: 0; }
}

@media (max-width: 600px) {
  html[data-brand="final"] .section-shell > h2 { font-size: clamp(38px, 12vw, 56px); }
  html[data-brand="final"] .section-shell > h2 + p,
  html[data-brand="final"] .manifesto .section-shell > p:last-child { font-size: 15px; }
  html[data-brand="final"] .attribution-flow { margin-top: 34px; padding: 18px; border-radius: 18px; }
  html[data-brand="final"] .attribution-flow .attribution-path { grid-template-columns: repeat(2, 1fr); }
  html[data-brand="final"] .attribution-flow .attribution-path article { min-height: 148px; padding: 18px 10px; }
  html[data-brand="final"] .attribution-flow .attribution-path article > i { width: 54px; height: 54px; margin-bottom: 12px; }
  html[data-brand="final"] .attribution-path .brand-glyph svg { width: 26px; height: 26px; }
  html[data-brand="final"] .trust-list { grid-template-columns: 1fr; gap: 12px; }
  html[data-brand="final"] #billing-switch { width: 100%; }
  html[data-brand="final"] .bill-toggle { flex: 1; padding: 0 11px; }
  html[data-brand="final"] .billing-note { font-size: 12px; }
  html[data-brand="final"] .faq-item button { min-height: 58px; font-size: 16px; }
}

.surface-switcher {
  position: fixed;
  z-index: 180;
  right: 18px;
  bottom: 18px;
  min-width: 236px;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(23,20,17,.14);
  border-radius: 999px;
  background: rgba(251,250,247,.88);
  box-shadow: 0 15px 45px rgba(16,42,58,.16);
  backdrop-filter: blur(16px);
}

.surface-switcher > span {
  padding-left: 5px;
  color: #6f6e6b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.surface-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 3px;
  border-radius: 999px;
  background: rgba(16,42,58,.07);
}

.surface-options button {
  min-width: 48px;
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  color: #6f6e6b;
  background: transparent;
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}

.surface-options button[aria-pressed="true"] {
  color: white;
  background: var(--autopilot);
  box-shadow: 0 5px 14px rgba(17,104,176,.22);
}

@media (max-width: 1060px) {
  html[data-brand="final"] .system-story { min-height: 0; grid-template-columns: 1fr; }
  html[data-brand="final"] .system-story-copy,
  html[data-brand="final"] .system-story:nth-child(even) .system-story-copy {
    min-height: 500px;
    grid-column: 1;
    grid-row: auto;
    padding: 58px 46px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
    border-left: 0;
  }
  html[data-brand="final"] .system-story-visual,
  html[data-brand="final"] .system-story:nth-child(even) .system-story-visual {
    min-height: 610px;
    grid-column: 1;
    grid-row: auto;
    padding: 54px 46px;
  }
}

@media (max-width: 680px) {
  html[data-brand="final"] .logo-lockup { width: 128px; }
  html[data-brand="final"] .brand-endorsement { font-size: 5.5px; }
  html[data-brand="final"][data-type="figtree"] .direction-ac .hero h1 { font-size: clamp(57px, 16.5vw, 76px); }
  html[data-brand="final"] .system-story-copy,
  html[data-brand="final"] .system-story:nth-child(even) .system-story-copy { min-height: 480px; padding: 48px 22px; }
  html[data-brand="final"] .system-story-copy h3 { font-size: clamp(39px, 12vw, 52px); }
  html[data-brand="final"] .system-story-visual,
  html[data-brand="final"] .system-story:nth-child(even) .system-story-visual { min-height: 500px; padding: 28px 0; }
  html[data-brand="final"] .system-story-visual .visual { min-height: 440px; border-radius: 18px; }
  .visual-automation { min-height: 720px !important; }
  .rescue-map { min-height: 640px; padding: 14px; grid-template-columns: 1fr; gap: 14px; }
  .rescue-signals { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
  .rescue-label { grid-column: 1 / -1; }
  .rescue-signals article { min-height: 92px; margin: 0; padding: 9px 6px; display: block; }
  .rescue-signals strong { display: block; margin-bottom: 8px; font-size: 22px; }
  .rescue-steps { padding: 0; flex-direction: row; justify-content: space-between; gap: 4px; }
  .rescue-steps::before { left: 14px; right: 14px; top: 14px; bottom: auto; width: auto; height: 1px; }
  .rescue-steps span { flex-direction: column; gap: 5px; font-size: 6px; }
  .rescue-action { padding: 15px; }
  .surface-switcher { right: 12px; bottom: 12px; min-width: 218px; }
}

/* Hero final: la fotografía queda limpia y acompaña el copy sin capas. */
html[data-brand="final"] .hero {
  min-height: 100svh;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
}

html[data-brand="final"] .hero-copy {
  align-self: center;
  min-height: 0;
  padding: 132px clamp(36px, 5vw, 76px) 72px;
}

html[data-brand="final"] .hero-picture {
  height: 100%;
  min-height: 100svh;
  overflow: hidden;
}

html[data-brand="final"] .hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

@media (max-width: 767px) {
  html[data-brand="final"] .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .hero-copy {
    padding: 112px 22px 56px;
  }

  html[data-brand="final"] .hero-picture {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  html[data-brand="final"] .hero-picture img {
    object-position: 49% center;
  }
}

/* ============================================================
   Refinamiento visual — pasada de nivel (17-jul-2026)
   Composición, contraste, motion y el cierre de conversión.
   ============================================================ */

/* Rótulos legibles sobre fondo oscuro: antes heredaban el color de tinta clara. */
html[data-brand="final"] .dark .eyebrow {
  color: rgba(255, 255, 255, .58);
}
html[data-brand="final"] .dark .eyebrow::before { background: var(--dentipilot); }

/* Entrada del hero: solo cuando JavaScript confirma que puede mejorar la página. */
@keyframes rise-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
@keyframes photo-in {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: none; }
}
html.js-enhanced[data-brand="final"] .hero-copy > * { animation: rise-in .85s var(--ease) both; }
html.js-enhanced[data-brand="final"] .hero-copy > *:nth-child(2) { animation-delay: .07s; }
html.js-enhanced[data-brand="final"] .hero-copy > *:nth-child(3) { animation-delay: .14s; }
html.js-enhanced[data-brand="final"] .hero-copy > *:nth-child(4) { animation-delay: .21s; }
html.js-enhanced[data-brand="final"] .hero-picture img { animation: photo-in 1.3s var(--ease) both; }

/* La barra superior gana una sombra de borde solo cuando hay contenido debajo. */
html[data-brand="final"] .nav.compact { box-shadow: 0 12px 40px rgba(16, 42, 58, .1); }

/* Respuesta al presionar: el botón reacciona en el instante del clic. */
html[data-brand="final"] .button:active { transform: translateY(-1px) scale(.985); transition-duration: .1s; }

/* --- Tipografía consistente: nada de serifas heredadas dentro de los mockups --- */
html[data-brand="final"] .roi-card strong,
html[data-brand="final"] .confirmation-result strong,
html[data-brand="final"] .segment-grid i {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  letter-spacing: -.05em;
}

/* --- Atribución: el retorno es el protagonista de la sección --- */
html[data-brand="final"] .attribution-flow > p {
  margin: 38px 0 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
}
html[data-brand="final"] .attribution-flow > p strong {
  margin: 0;
  color: var(--dentipilot);
  font-size: clamp(54px, 5.4vw, 88px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .9;
}
html[data-brand="final"] .attribution-flow .attribution-path article {
  transition: transform .45s var(--ease), border-color .3s ease, background .3s ease;
}
html[data-brand="final"] .attribution-flow .attribution-path article:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--accent-rgb), .5);
  background: rgba(255,255,255,.07);
}

/* --- Planes: los tres precios comparten línea base aunque solo uno lleve etiqueta --- */
html[data-brand="final"] .price-plan > h3:first-child { margin-top: 43px; }

/* --- FAQ: el panel entra con un gesto corto al abrirse --- */
@keyframes faq-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
html[data-brand="final"] .faq-item > div:not([hidden]) > p { animation: faq-in .35s var(--ease) both; }
html[data-brand="final"] .faq-item button { transition: color .2s ease; }
html[data-brand="final"] .faq-item button:hover { color: var(--autopilot); }

/* --- Cierre: copy a la izquierda, panel de conversión como material propio --- */
html[data-brand="final"] .closing {
  min-height: auto;
  padding: clamp(100px, 12vw, 180px) 0;
  display: block;
  overflow: visible;
  text-align: left;
}

html[data-brand="final"] .closing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(44px, 6vw, 100px);
  align-items: start;
}

html[data-brand="final"] .closing-copy { position: static; }
html[data-brand="final"] .closing-copy h2 {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 900;
  letter-spacing: -.062em;
  line-height: .95;
}
html[data-brand="final"] .closing-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.7;
}

html[data-brand="final"] .closing-trust {
  max-width: 480px;
  margin: 42px 0 0;
  padding: 26px 0 0;
  display: grid;
  gap: 13px;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}
html[data-brand="final"] .closing-trust li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 600;
}
html[data-brand="final"] .closing-trust li::before {
  content: "✓";
  color: var(--dentipilot);
  font-weight: 900;
}

html[data-brand="final"] .closing-panel {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  background:
    linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.015) 55%),
    rgba(9, 31, 44, .72);
  box-shadow: 0 44px 130px rgba(0, 0, 0, .38);
  backdrop-filter: blur(18px);
}

html[data-brand="final"] .form-field { display: grid; gap: 9px; }
html[data-brand="final"] .form-field + .form-field { margin-top: 17px; }
html[data-brand="final"] .form-field label {
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
html[data-brand="final"] .form-field input {
  width: 100%;
  min-height: 56px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  color: var(--white);
  background: rgba(8, 27, 39, .66);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
html[data-brand="final"] .form-field input::placeholder { color: rgba(255,255,255,.3); font-weight: 500; }
html[data-brand="final"] .form-field input:focus {
  outline: none;
  border-color: var(--dentipilot);
  background: rgba(8, 27, 39, .9);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .18);
}

html[data-brand="final"] .form-error {
  margin: 16px 0 0;
  padding: 12px 15px;
  border: 1px solid rgba(255, 122, 122, .38);
  border-radius: 13px;
  color: #ffc2c2;
  background: rgba(255, 92, 92, .12);
  font-size: 13px;
  line-height: 1.5;
}

html[data-brand="final"] .form-submit {
  width: 100%;
  margin-top: 22px;
  justify-content: center;
  gap: 10px;
}
html[data-brand="final"] .form-submit.is-sending { opacity: .55; pointer-events: none; }

html[data-brand="final"] .form-success { display: grid; gap: 10px; justify-items: start; }
html[data-brand="final"] .form-success[hidden] { display: none; }
html[data-brand="final"] .form-success i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #082538;
  background: #48d780;
  font-style: normal;
  font-weight: 900;
}
html[data-brand="final"] .form-success strong { font-size: 19px; letter-spacing: -.03em; }
html[data-brand="final"] .form-success p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }

html[data-brand="final"] .whatsapp-action {
  margin-top: 24px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.45;
}
html[data-brand="final"] .whatsapp-action i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(37, 211, 102, .45);
  border-radius: 50%;
  background: rgba(37, 211, 102, .14);
  font-style: normal;
}
html[data-brand="final"] .whatsapp-action i::after {
  content: "WA";
  color: #48d780;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
}
html[data-brand="final"] .whatsapp-action b { color: #48d780; font-weight: 800; }
html[data-brand="final"] .whatsapp-action:hover b { text-decoration: underline; }

@media (max-width: 980px) {
  html[data-brand="final"] .closing-layout { grid-template-columns: 1fr; }
  html[data-brand="final"] .closing-panel { max-width: 560px; }
}

@media (max-width: 640px) {
  html[data-brand="final"] .closing { padding: 96px 0 110px; }
  html[data-brand="final"] .closing-panel { padding: 22px 18px; max-width: none; }
  html[data-brand="final"] .form-field input { min-height: 54px; font-size: 16px; }
}


/* ============================================================
   Capítulo v2 — el relato baja con el scroll (17-jul-2026)
   Sin escenario fijo: una línea conductora se dibuja al bajar,
   cada paso es un bloque a tamaño completo y todo es legible.
   ============================================================ */

html[data-brand="final"] .cinematic {
  padding: clamp(100px, 12vw, 170px) 0 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(var(--accent-rgb), .13), transparent 30%),
    radial-gradient(circle at 10% 58%, rgba(17, 104, 176, .14), transparent 34%),
    var(--void);
}

html[data-brand="final"] .chapter-intro .chapter-lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.68;
}

/* Rail delgado y pegajoso: índice del capítulo + estado de Camila. Nunca tapa el relato. */
html[data-brand="final"] .chapter-rail {
  position: sticky;
  top: 67px;
  z-index: 40;
  margin-top: clamp(44px, 6vw, 72px);
  border-block: 1px solid var(--line-dark);
  background: color-mix(in srgb, var(--void) 84%, transparent);
  backdrop-filter: blur(16px);
}

html[data-brand="final"] .chapter-rail-inner {
  min-height: 60px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

html[data-brand="final"] .cinematic-progress {
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(16px, 3.4vw, 44px);
  list-style: none;
}

html[data-brand="final"] .cinematic-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .34);
  transition: color .3s ease;
}

html[data-brand="final"] .cinematic-progress li > span {
  color: rgba(var(--accent-rgb), .55);
  font-size: 11px;
  font-weight: 800;
  transition: color .3s ease;
}

html[data-brand="final"] .cinematic-progress li b { font-size: 13px; font-weight: 700; }

html[data-brand="final"] .cinematic-progress li::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: var(--dentipilot);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}

html[data-brand="final"] .cinematic-progress li.is-complete { color: rgba(255, 255, 255, .6); }
html[data-brand="final"] .cinematic-progress li[aria-current="step"] { color: #fff; }
html[data-brand="final"] .cinematic-progress li[aria-current="step"] > span { color: var(--dentipilot); }
html[data-brand="final"] .cinematic-progress li[aria-current="step"]::after { transform: scaleX(1); }

html[data-brand="final"] .rail-patient {
  display: flex;
  align-items: center;
  gap: 10px;
}

html[data-brand="final"] .patient-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #082538;
  background: var(--dentipilot);
  font-size: 10px;
  font-weight: 900;
}

html[data-brand="final"] .rail-patient > b { font-size: 13px; }

html[data-brand="final"] .patient-state {
  padding: 7px 12px;
  border: 1px solid rgba(var(--accent-rgb), .3);
  border-radius: 999px;
  color: var(--pink-soft);
  background: rgba(var(--accent-rgb), .1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}

html[data-brand="final"] .patient-state[data-tone="ok"] {
  border-color: rgba(72, 215, 128, .45);
  color: #48d780;
  background: rgba(72, 215, 128, .12);
}

/* --- El recorrido: línea conductora + pasos a tamaño completo --- */
html[data-brand="final"] .chapter-flow {
  position: relative;
  padding: clamp(76px, 9vw, 130px) 0 clamp(110px, 13vw, 180px);
  display: grid;
  gap: clamp(96px, 13vw, 170px);
}

html[data-brand="final"] .chapter-line {
  position: absolute;
  top: 0;
  bottom: clamp(110px, 13vw, 180px);
  left: 27px;
  width: 2px;
  background: rgba(255, 255, 255, .09);
}

html[data-brand="final"] .chapter-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--dentipilot), var(--autopilot));
  box-shadow: 0 0 18px rgba(var(--accent-rgb), .45);
  transform: scaleY(0);
  transform-origin: top;
}

html[data-brand="final"] .chapter-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: clamp(24px, 4vw, 52px);
}

html[data-brand="final"] .step-marker {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(var(--accent-rgb), .45);
  border-radius: 50%;
  color: var(--dentipilot);
  background: var(--void);
  box-shadow: 0 0 0 10px var(--void);
  font-size: 15px;
  font-weight: 800;
  transition: background .45s ease, color .45s ease, border-color .45s ease;
}

html[data-brand="final"] .chapter-step.is-in .step-marker {
  border-color: var(--dentipilot);
  color: #082538;
  background: var(--dentipilot);
}

html[data-brand="final"] .step-heading { grid-column: 2; }

html[data-brand="final"] .step-label {
  margin: 8px 0 0;
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

html[data-brand="final"] .step-heading h3 {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .97;
}

html[data-brand="final"] .step-artifact {
  grid-column: 2;
  max-width: 760px;
  margin-top: clamp(30px, 4vw, 46px);
}

/* Los pasos aparecen al llegar; solo cuando el observador está armado. */
html[data-brand="final"] .cinematic.chapter-armed .step-heading,
html[data-brand="final"] .cinematic.chapter-armed .step-artifact,
html[data-brand="final"] .cinematic.chapter-armed .chapter-result {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .9s var(--ease);
}

html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .step-heading,
html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .step-artifact,
html[data-brand="final"] .cinematic.chapter-armed .chapter-result.is-in {
  opacity: 1;
  transform: none;
}

html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .step-artifact { transition-delay: .14s; }

/* Paso 01 · Detecta */
html[data-brand="final"] .stat-hero {
  padding: clamp(28px, 3.6vw, 44px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
}

html[data-brand="final"] .stat-source {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 700;
}

html[data-brand="final"] .stat-source i { color: #48d780; font-style: normal; }

html[data-brand="final"] .stat-hero strong {
  display: block;
  margin-top: 18px;
  color: var(--dentipilot);
  font-size: clamp(66px, 8vw, 120px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .88;
}

html[data-brand="final"] .stat-hero > p {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 16px;
  line-height: 1.55;
}

html[data-brand="final"] .artifact-verdict {
  width: fit-content;
  max-width: 100%;
  margin: 16px 0 0;
  padding: 15px 19px;
  border: 1px solid rgba(var(--accent-rgb), .32);
  border-radius: 15px;
  background: rgba(var(--accent-rgb), .09);
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.5;
}

html[data-brand="final"] .artifact-verdict i { margin-right: 6px; color: var(--dentipilot); font-style: normal; }
html[data-brand="final"] .artifact-verdict b { color: #fff; }

/* Paso 02 · Decide */
html[data-brand="final"] .context-facts {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

html[data-brand="final"] .context-facts li {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 600;
}

html[data-brand="final"] .context-facts li::before { content: "✓ "; color: #48d780; font-weight: 800; }

html[data-brand="final"] .slot-cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  gap: 13px;
}

html[data-brand="final"] .slot-card {
  position: relative;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 17px;
  background: rgba(255, 255, 255, .035);
}

html[data-brand="final"] .slot-card b {
  display: block;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: -.03em;
}

html[data-brand="final"] .slot-card span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 600;
}

html[data-brand="final"] .slot-card-chosen {
  border-color: var(--dentipilot);
  background: rgba(var(--accent-rgb), .1);
  box-shadow: inset 0 0 0 1px var(--dentipilot), 0 16px 44px rgba(var(--accent-rgb), .13);
}

html[data-brand="final"] .slot-card-chosen i {
  position: absolute;
  top: -11px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #082538;
  background: var(--dentipilot);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

html[data-brand="final"] .artifact-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
  font-weight: 600;
}

html[data-brand="final"] .artifact-note i {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #48d780;
  box-shadow: 0 0 8px rgba(72, 215, 128, .8);
}

/* Paso 03 · Conversa — WhatsApp a tamaño real */
html[data-brand="final"] .df-chat {
  max-width: 620px;
  display: grid;
  gap: 12px;
}

html[data-brand="final"] .df-bubble {
  width: fit-content;
  max-width: min(86%, 500px);
  padding: 16px 19px;
  display: grid;
  gap: 7px;
  border-radius: 19px;
  font-size: 16px;
  line-height: 1.55;
}

html[data-brand="final"] .df-out {
  justify-self: end;
  border-bottom-right-radius: 6px;
  color: rgba(255, 255, 255, .94);
  background: rgba(37, 211, 102, .17);
  border: 1px solid rgba(37, 211, 102, .25);
}

html[data-brand="final"] .df-in {
  border-bottom-left-radius: 6px;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .08);
}

html[data-brand="final"] .df-bubble small {
  justify-self: end;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
}

html[data-brand="final"] .df-read {
  width: fit-content;
  margin: 6px 0 0;
  justify-self: center;
  padding: 11px 17px;
  border: 1px solid rgba(var(--accent-rgb), .3);
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .08);
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 600;
}

html[data-brand="final"] .df-read i { margin-right: 5px; color: var(--dentipilot); font-style: normal; }
html[data-brand="final"] .df-read b { color: #fff; }

@keyframes bubble-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

html[data-brand="final"] .cinematic.chapter-armed .df-chat > * { opacity: 0; }
html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .df-chat > * {
  animation: bubble-in .55s var(--ease) both;
}
html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .df-chat > *:nth-child(1) { animation-delay: .25s; }
html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .df-chat > *:nth-child(2) { animation-delay: .65s; }
html[data-brand="final"] .cinematic.chapter-armed .chapter-step.is-in .df-chat > *:nth-child(3) { animation-delay: 1.05s; }

/* Paso 04 · Agenda y mide */
html[data-brand="final"] .booking-card {
  max-width: 560px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(72, 215, 128, .35);
  border-radius: 19px;
  background: rgba(72, 215, 128, .08);
}

html[data-brand="final"] .booking-date {
  width: 64px;
  height: 68px;
  display: grid;
  place-content: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: #082538;
  background: var(--dentipilot);
  text-align: center;
}

html[data-brand="final"] .booking-date b { font-size: 25px; font-weight: 900; line-height: .85; }
html[data-brand="final"] .booking-date small { font-size: 11px; font-weight: 900; }

html[data-brand="final"] .booking-info b {
  display: block;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 800;
  letter-spacing: -.03em;
}

html[data-brand="final"] .booking-info span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 600;
}

html[data-brand="final"] .booking-check {
  width: 42px;
  height: 42px;
  margin-left: auto;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #082538;
  background: #48d780;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

/* Agenda del día: los cupos ocupados se atenúan y el nuevo se enciende. */
html[data-brand="final"] .agenda-day {
  width: 100%;
  padding: 20px 18px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .03);
}

html[data-brand="final"] .agenda-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 6px 14px;
}

html[data-brand="final"] .agenda-head b {
  color: var(--pink-soft);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-brand="final"] .agenda-head span { color: rgba(255, 255, 255, .5); font-size: 13px; font-weight: 600; }

html[data-brand="final"] .agenda-slots {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

html[data-brand="final"] .agenda-slot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

html[data-brand="final"] .agenda-time {
  min-width: 52px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

html[data-brand="final"] .agenda-slot b {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}

html[data-brand="final"] .agenda-info > span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .35);
  font-size: 13px;
  font-weight: 600;
}

html[data-brand="final"] .agenda-slot.is-new {
  padding: 16px;
  border-color: rgba(72, 215, 128, .42);
  background: rgba(72, 215, 128, .1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
}

html[data-brand="final"] .agenda-slot.is-new .agenda-time { color: #7fe3a6; font-size: 15px; }
html[data-brand="final"] .agenda-slot.is-new b { color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
html[data-brand="final"] .agenda-slot.is-new .agenda-info > span { color: rgba(150, 231, 180, .9); }
html[data-brand="final"] .agenda-slot.is-new .booking-check { width: 36px; height: 36px; font-size: 16px; }

html[data-brand="final"] .result-facts {
  max-width: 560px;
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

html[data-brand="final"] .result-facts > div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .03);
}

html[data-brand="final"] .result-facts dt {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-brand="final"] .result-facts dd {
  margin: 9px 0 0;
  color: var(--pink-soft);
  font-size: 16px;
  font-weight: 800;
}

/* Cierre del capítulo: la línea termina en el resultado. */
html[data-brand="final"] .chapter-result {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

html[data-brand="final"] .chapter-result::before {
  content: "✓";
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  color: #082538;
  background: #48d780;
  box-shadow: 0 0 0 10px var(--void), 0 0 34px rgba(72, 215, 128, .35);
  font-size: 19px;
  font-weight: 900;
}

html[data-brand="final"] .chapter-result span {
  display: block;
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html[data-brand="final"] .chapter-result strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}

html[data-brand="final"] .chapter-result p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  font-weight: 600;
}

html[data-brand="final"] .chapter-result > span,
html[data-brand="final"] .chapter-result > strong,
html[data-brand="final"] .chapter-result > p { grid-column: 2; }

/* --- Artefactos de las cinco capacidades: misma familia, tamaño legible --- */
html[data-brand="final"] .system-story-visual { padding-block: 44px; }

html[data-brand="final"] .artifact-signals { width: 100%; max-width: 700px; }

html[data-brand="final"] .signal-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

html[data-brand="final"] .signal-tile {
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

html[data-brand="final"] .signal-tile strong {
  display: block;
  color: var(--dentipilot);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .9;
}

html[data-brand="final"] .signal-tile span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  line-height: 1.5;
}

html[data-brand="final"] .signal-tile.is-chosen {
  border-color: rgba(var(--accent-rgb), .55);
  background: rgba(var(--accent-rgb), .1);
}

html[data-brand="final"] .signal-route {
  counter-reset: paso;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  gap: 9px;
  list-style: none;
}

html[data-brand="final"] .signal-route li {
  flex: 1;
  padding: 11px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 700;
}

html[data-brand="final"] .signal-route li::before {
  counter-increment: paso;
  content: counter(paso);
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pink-soft);
  background: rgba(var(--accent-rgb), .16);
  font-size: 11px;
  font-weight: 800;
}

html[data-brand="final"] .artifact-booking { width: 100%; max-width: 620px; }

html[data-brand="final"] .artifact-confirm { width: 100%; max-width: 700px; }

html[data-brand="final"] .confirm-route {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  list-style: none;
}

html[data-brand="final"] .confirm-route li {
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

html[data-brand="final"] .confirm-route li i {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .1);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

html[data-brand="final"] .confirm-route li.is-done i { color: #082538; background: #48d780; }
html[data-brand="final"] .confirm-route li.is-now i {
  color: #082538;
  background: var(--dentipilot);
  box-shadow: 0 0 24px rgba(var(--accent-rgb), .45);
}
html[data-brand="final"] .confirm-route li i.brand-glyph svg { width: 20px; height: 20px; }

html[data-brand="final"] .confirm-route li b { display: block; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
html[data-brand="final"] .confirm-route li span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  line-height: 1.45;
}

html[data-brand="final"] .confirm-stat {
  margin: 20px 0 0;
  display: flex;
  align-items: baseline;
  gap: 15px;
}

html[data-brand="final"] .confirm-stat strong {
  color: var(--dentipilot);
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .9;
}

html[data-brand="final"] .confirm-stat span {
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

html[data-brand="final"] .artifact-roi { width: 100%; max-width: 700px; }

html[data-brand="final"] .roi-route {
  counter-reset: hito;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  list-style: none;
}

html[data-brand="final"] .roi-route li {
  position: relative;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

/* Logo sobrio en la esquina de la ficha, opuesto al numeral. */
html[data-brand="final"] .roi-route li > .brand-glyph {
  position: absolute;
  top: 16px;
  right: 15px;
  color: var(--pink-soft);
  opacity: .9;
}
html[data-brand="final"] .roi-route li > .brand-glyph svg { width: 21px; height: 21px; }

html[data-brand="final"] .roi-route li::before {
  counter-increment: hito;
  content: "0" counter(hito);
  display: block;
  margin-bottom: 12px;
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 800;
}

html[data-brand="final"] .roi-route li b { display: block; font-size: 15px; font-weight: 800; }
html[data-brand="final"] .roi-route li span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  font-weight: 600;
}

html[data-brand="final"] .roi-route li.is-revenue {
  border-color: rgba(var(--accent-rgb), .6);
  background: rgba(var(--accent-rgb), .12);
}

html[data-brand="final"] .roi-route li.is-revenue span { color: var(--pink-soft); }

/* La ruta de atribución de la sección editorial sube su cuerpo tipográfico. */
html[data-brand="final"] .attribution-flow .attribution-path b { font-size: 16px; }
html[data-brand="final"] .attribution-flow .attribution-path span { margin-top: 7px; font-size: 14px; }
html[data-brand="final"] .attribution-flow .attribution-path article > i { font-size: 15px; }

/* --- Responsive del capítulo --- */
@media (max-width: 860px) {
  html[data-brand="final"] .chapter-rail-inner { min-height: 54px; }
  html[data-brand="final"] .rail-patient > b { display: none; }
  html[data-brand="final"] .cinematic-progress { gap: 14px; }
  html[data-brand="final"] .cinematic-progress li b { font-size: 12px; }
  html[data-brand="final"] .signal-tiles,
  html[data-brand="final"] .confirm-route { grid-template-columns: 1fr; }
  html[data-brand="final"] .signal-route { flex-wrap: wrap; }
  html[data-brand="final"] .signal-route li { flex: 1 1 45%; }
  html[data-brand="final"] .roi-route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  html[data-brand="final"] .chapter-line { left: 17px; }
  html[data-brand="final"] .chapter-step,
  html[data-brand="final"] .chapter-result {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 16px;
  }
  html[data-brand="final"] .step-marker,
  html[data-brand="final"] .chapter-result::before {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 7px var(--void);
    font-size: 12px;
  }
  html[data-brand="final"] .step-heading h3 { font-size: clamp(28px, 8.6vw, 38px); }
  html[data-brand="final"] .cinematic-progress li b { display: none; }
  html[data-brand="final"] .cinematic-progress { gap: 18px; }
  html[data-brand="final"] .cinematic-progress li > span { font-size: 12px; }
  html[data-brand="final"] .slot-cards { grid-template-columns: 1fr; }
  html[data-brand="final"] .result-facts { grid-template-columns: 1fr; }
  html[data-brand="final"] .df-bubble { max-width: 94%; font-size: 15px; }
  html[data-brand="final"] .booking-card { flex-wrap: wrap; padding: 18px; }
  html[data-brand="final"] .patient-state { font-size: 11px; }
}

/* El destacado del titular del capítulo usa el azul de marca, igual que el hero. */
html[data-brand="final"] .chapter-intro h2 em {
  color: var(--dentipilot);
  font-style: normal;
}

/* Hero de conversión: el producto aparece completo desde el primer render. */
html[data-brand="final"] .editorial-hero {
  grid-template-columns: minmax(440px, 44%) minmax(0, 56%);
}

html[data-brand="final"] .editorial-hero .hero-copy {
  padding-right: clamp(26px, 3.5vw, 58px);
}

html.js-enhanced[data-brand="final"] .editorial-hero .hero-copy > * {
  animation: none;
}

html[data-brand="final"] .button-whatsapp {
  color: #fff;
  background: #1fac57;
  box-shadow: 0 14px 34px rgba(31, 172, 87, .24);
}

html[data-brand="final"] .button-whatsapp:hover {
  background: #189b4c;
  box-shadow: 0 18px 42px rgba(31, 172, 87, .32);
}

html[data-brand="final"] .button-whatsapp .wa-glyph {
  width: 21px;
  height: 21px;
  flex: none;
  fill: currentColor;
}

html[data-brand="final"] .hero-whatsapp-note {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(16, 42, 58, .68);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

html[data-brand="final"] .meta-partner-proof {
  max-width: 560px;
  margin-top: 20px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(16, 42, 58, .12);
}

html[data-brand="final"] .meta-partner-badge {
  width: 104px;
  height: auto;
  flex: none;
}

html[data-brand="final"] .meta-partner-proof p {
  max-width: 330px;
  margin: 0;
  color: rgba(16, 42, 58, .64);
  font-size: 12px;
  line-height: 1.45;
}

html[data-brand="final"] .meta-partner-proof strong {
  color: rgba(16, 42, 58, .82);
  font-weight: 700;
}
html[data-brand="final"] .button-secondary {
  color: var(--void);
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(16, 42, 58, .16);
  box-shadow: 0 10px 28px rgba(16, 42, 58, .07);
}

html[data-brand="final"] .hero-product-shell {
  --tilt-x: 0px;
  --tilt-y: 0px;
  align-self: center;
  min-width: 0;
  padding: 118px clamp(22px, 3vw, 52px) 64px 0;
}

html[data-brand="final"] .hero-product {
  width: 100%;
  padding: 0;
  display: grid;
  gap: 12px;
  color: var(--void);
  text-align: left;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

html[data-brand="final"] .hero-product-kicker,
html[data-brand="final"] .hero-product-action {
  display: flex;
  align-items: center;
}

html[data-brand="final"] .hero-product-kicker {
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-brand="final"] .hero-product-kicker b {
  font-weight: 600;
}

html[data-brand="final"] .hero-product-kicker i {
  padding: 6px 9px;
  color: #17603b;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  background: #dff7e9;
  border-radius: 999px;
}

html[data-brand="final"] .hero-product-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1672 / 907;
  background: #fff;
  border: 1px solid rgba(16, 42, 58, .14);
  border-radius: clamp(14px, 1.5vw, 24px);
  box-shadow:
    0 34px 80px rgba(16, 42, 58, .18),
    0 8px 24px rgba(16, 42, 58, .10);
  transform: translate(var(--tilt-x), var(--tilt-y));
  transition: transform .35s var(--ease), box-shadow .28s ease;
}

html[data-brand="final"] .hero-product-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
  pointer-events: none;
}

html[data-brand="final"] .hero-product-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html[data-brand="final"] .hero-product-action {
  justify-content: flex-end;
  gap: 8px;
  color: rgba(16, 42, 58, .66);
  font-size: 12px;
  font-weight: 700;
}

html[data-brand="final"] .hero-product-action i {
  color: var(--autopilot);
  font-size: 15px;
  font-style: normal;
}

@media (hover: hover) {
  html[data-brand="final"] .hero-product:hover .hero-product-frame {
    box-shadow:
      0 42px 96px rgba(16, 42, 58, .22),
      0 10px 28px rgba(16, 42, 58, .12);
    transform: translate(var(--tilt-x), calc(var(--tilt-y) - 3px));
  }
}

html[data-brand="final"] .hero-product:focus-visible {
  outline: 3px solid rgba(17, 104, 176, .42);
  outline-offset: 8px;
  border-radius: 20px;
}

.product-dialog {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(6, 18, 26, .82);
  backdrop-filter: blur(14px);
}

.product-dialog[hidden] {
  display: none;
}

.product-dialog-panel {
  width: min(96vw, 1720px);
  max-height: 94svh;
  overflow: hidden;
  background: #f7f9fa;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  box-shadow: 0 42px 120px rgba(0, 0, 0, .48);
}

.product-dialog-header {
  min-height: 74px;
  padding: 14px 18px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--void);
  background: #fff;
  border-bottom: 1px solid rgba(16, 42, 58, .12);
}

.product-dialog-header span {
  color: rgba(16, 42, 58, .55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-dialog-header h2 {
  margin: 3px 0 0;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.product-dialog-close {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  color: var(--void);
  font-size: 28px;
  line-height: 1;
  background: #eef3f5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.product-dialog-close:focus-visible {
  outline: 3px solid rgba(17, 104, 176, .38);
  outline-offset: 2px;
}

.product-dialog-canvas {
  max-height: calc(94svh - 74px);
  overflow: auto;
  background: #e9eff2;
}

.product-dialog-canvas img {
  width: 100%;
  min-width: 980px;
  height: auto;
}

body.product-dialog-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  html[data-brand="final"] .editorial-hero {
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .editorial-hero .hero-copy {
    padding: 118px 28px 48px;
  }

  html[data-brand="final"] .hero-product-shell {
    padding: 0 28px 72px;
  }
}

@media (max-width: 680px) {
  html[data-brand="final"] .editorial-hero .hero-copy {
    min-height: 0;
    padding: 106px 18px 38px;
  }

  html[data-brand="final"] .editorial-hero .hero h1 {
    margin-block: 22px;
  }

  html[data-brand="final"] .editorial-hero .hero-actions {
    width: 100%;
    margin-top: 28px;
    gap: 11px;
  }

  html[data-brand="final"] .editorial-hero .hero-actions .button {
    width: 100%;
  }

  html[data-brand="final"] .hero-whatsapp-note {
    margin-top: 12px;
    font-size: 13px;
  }

  html[data-brand="final"] .meta-partner-proof {
    margin-top: 18px;
    padding-top: 16px;
    padding-right: 54px;
    gap: 13px;
  }

  html[data-brand="final"] .meta-partner-badge {
    width: 88px;
  }

  html[data-brand="final"] .meta-partner-proof p {
    font-size: 11px;
  }
  html[data-brand="final"] .hero-product-shell {
    padding: 0 14px 52px;
  }

  html[data-brand="final"] .hero-product {
    gap: 9px;
  }

  html[data-brand="final"] .hero-product-kicker {
    padding-inline: 3px;
  }

  html[data-brand="final"] .hero-product-frame {
    border-radius: 13px;
    box-shadow: 0 22px 55px rgba(16, 42, 58, .17);
  }

  html[data-brand="final"] .hero-product-action {
    justify-content: flex-start;
    padding-left: 3px;
  }

  .product-dialog {
    padding: 0;
    place-items: stretch;
  }

  .product-dialog-panel {
    width: 100%;
    max-height: 100svh;
    border: 0;
    border-radius: 0;
  }

  .product-dialog-header {
    min-height: 68px;
    padding: 11px 12px 11px 16px;
  }

  .product-dialog-canvas {
    max-height: calc(100svh - 68px);
  }
}

/* Tres demostraciones: la V2 en el hero y dos operaciones visibles sin esperar JavaScript. */
html[data-brand="final"] .hero-product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

html[data-brand="final"] .hero-product-proof i {
  padding: 7px 10px;
  color: rgba(16, 42, 58, .72);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  background: rgba(17, 104, 176, .08);
  border: 1px solid rgba(17, 104, 176, .12);
  border-radius: 999px;
}

html[data-brand="final"] .showcase-suite {
  padding: clamp(88px, 8vw, 124px) 0 clamp(72px, 6vw, 96px);
  background:
    radial-gradient(circle at 84% 14%, rgba(var(--accent-rgb), .1), transparent 26%),
    var(--void);
}

html[data-brand="final"] .showcase-intro {
  max-width: 900px;
}

html[data-brand="final"] .showcase-intro h2 {
  max-width: 870px;
  margin: 22px 0 0;
  font-size: clamp(46px, 5.7vw, 80px);
  font-weight: 900;
  letter-spacing: -.064em;
  line-height: .94;
}

html[data-brand="final"] .showcase-intro > p:last-child {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.68;
}

html[data-brand="final"] .showcase-list {
  margin-top: clamp(58px, 7vw, 88px);
  display: grid;
  gap: clamp(58px, 6vw, 84px);
}

html[data-brand="final"] .outcome-showcase {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 66%);
  border-top: 1px solid var(--line-dark);
}

html[data-brand="final"] .outcome-copy {
  padding: 54px 46px 36px 0;
  display: flex;
  flex-direction: column;
}

html[data-brand="final"] .outcome-number {
  color: var(--dentipilot);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

html[data-brand="final"] .outcome-copy > p:not(.outcome-description) {
  margin: 48px 0 14px;
  color: var(--pink-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-brand="final"] .outcome-copy h3 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(38px, 3.7vw, 58px);
  font-weight: 850;
  letter-spacing: -.052em;
  line-height: .98;
}

html[data-brand="final"] .outcome-description {
  max-width: 420px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.72;
}

html[data-brand="final"] .outcome-foot {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 650;
}

html[data-brand="final"] .outcome-foot i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #082538;
  font-style: normal;
  background: var(--dentipilot);
  border-radius: 50%;
}

html[data-brand="final"] .product-demo {
  min-width: 0;
  min-height: 500px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  overflow: hidden;
  color: #eaf5fb;
  background: #0f2b3b;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .26);
}

html[data-brand="final"] .demo-rail {
  padding: 14px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #0a2230;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

html[data-brand="final"] .demo-rail b {
  width: 29px;
  height: 29px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  color: #082538;
  background: var(--dentipilot);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.04em;
}

html[data-brand="final"] .demo-rail i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
  font-style: normal;
  border-radius: 8px;
}

html[data-brand="final"] .demo-rail i.is-active {
  color: var(--dentipilot);
  background: rgba(var(--accent-rgb), .14);
}

html[data-brand="final"] .demo-workspace {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

html[data-brand="final"] .demo-toolbar {
  min-height: 68px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

html[data-brand="final"] .demo-toolbar strong,
html[data-brand="final"] .demo-toolbar span {
  display: block;
}

html[data-brand="final"] .demo-toolbar strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}

html[data-brand="final"] .demo-toolbar span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
}

html[data-brand="final"] .demo-toolbar small {
  padding: 6px 9px;
  flex: 0 0 auto;
  color: #8edbb0;
  background: rgba(72, 215, 128, .1);
  border: 1px solid rgba(72, 215, 128, .2);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

html[data-brand="final"] .recovery-workspace,
html[data-brand="final"] .marketing-workspace {
  min-width: 0;
  padding: 22px;
}

html[data-brand="final"] .product-demo .signal-tiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

html[data-brand="final"] .product-demo .signal-tile {
  min-height: 126px;
  padding: 18px 16px;
  border-radius: 15px;
}

html[data-brand="final"] .product-demo .signal-tile strong {
  font-size: clamp(34px, 3.4vw, 52px);
}

html[data-brand="final"] .product-demo .signal-tile span {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.42;
}

html[data-brand="final"] .segment-selection {
  margin-top: 12px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(var(--accent-rgb), .32);
  border-radius: 14px;
  background: rgba(var(--accent-rgb), .08);
}

html[data-brand="final"] .segment-selection > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #082538;
  background: var(--dentipilot);
  border-radius: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

html[data-brand="final"] .segment-selection b,
html[data-brand="final"] .segment-selection small {
  display: block;
}

html[data-brand="final"] .segment-selection b { font-size: 12px; }
html[data-brand="final"] .segment-selection small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
}

html[data-brand="final"] .segment-selection em {
  color: #85dba8;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

html[data-brand="final"] .product-demo .signal-route {
  margin-top: 12px;
  gap: 7px;
}

html[data-brand="final"] .product-demo .signal-route li {
  padding: 8px 6px;
  gap: 6px;
  font-size: 10px;
}

html[data-brand="final"] .product-demo .signal-route li::before {
  width: 18px;
  height: 18px;
  font-size: 9px;
}

html[data-brand="final"] .recovery-result {
  margin-top: 12px;
  padding: 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(72, 215, 128, .28);
  border-radius: 15px;
  background: rgba(72, 215, 128, .08);
}

html[data-brand="final"] .recovery-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #082538;
  background: #84dca7;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

html[data-brand="final"] .recovery-result b,
html[data-brand="final"] .recovery-result small,
html[data-brand="final"] .recovery-result p span {
  display: block;
}

html[data-brand="final"] .recovery-result b { font-size: 12px; }
html[data-brand="final"] .recovery-result small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

html[data-brand="final"] .recovery-result p {
  margin: 0;
  text-align: right;
}

html[data-brand="final"] .recovery-result p strong {
  color: #93e0b1;
  font-size: 12px;
}

html[data-brand="final"] .recovery-result p span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
}

html[data-brand="final"] .marketing-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

html[data-brand="final"] .marketing-metrics > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

html[data-brand="final"] .marketing-metrics span,
html[data-brand="final"] .marketing-metrics strong {
  display: block;
}

html[data-brand="final"] .marketing-metrics span {
  color: rgba(255, 255, 255, .44);
  font-size: 9px;
  font-weight: 750;
}

html[data-brand="final"] .marketing-metrics strong {
  margin-top: 8px;
  font-size: clamp(16px, 1.55vw, 23px);
  letter-spacing: -.035em;
}

html[data-brand="final"] .marketing-metrics .is-highlight {
  border-color: rgba(var(--accent-rgb), .42);
  background: rgba(var(--accent-rgb), .1);
}

html[data-brand="final"] .marketing-metrics .is-highlight strong {
  color: var(--dentipilot);
}

html[data-brand="final"] .marketing-path {
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  list-style: none;
}

html[data-brand="final"] .marketing-path li {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
}

html[data-brand="final"] .marketing-path li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -9px;
  color: rgba(255, 255, 255, .34);
  font-size: 12px;
  transform: translate(50%, -50%);
}

html[data-brand="final"] .marketing-path i {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  color: var(--dentipilot);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  background: rgba(var(--accent-rgb), .13);
  border-radius: 9px;
}

html[data-brand="final"] .marketing-path b,
html[data-brand="final"] .marketing-path span {
  display: block;
}

html[data-brand="final"] .marketing-path b { font-size: 11px; }
html[data-brand="final"] .marketing-path span {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .44);
  font-size: 9px;
  line-height: 1.35;
}

html[data-brand="final"] .marketing-return {
  margin-top: 14px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  border-radius: 15px;
  color: #123143;
  background: #dceef8;
}

html[data-brand="final"] .marketing-return span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-brand="final"] .marketing-return strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #1168b0;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.055em;
}

html[data-brand="final"] .marketing-return em {
  margin-top: 5px;
  color: rgba(18, 49, 67, .62);
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
}

html[data-brand="final"] .capabilities {
  padding: clamp(88px, 10vw, 140px) 0;
}

html[data-brand="final"] .capabilities .section-shell > p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

html[data-brand="final"] .compact-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

html[data-brand="final"] .compact-capability {
  min-height: 170px;
  padding: 24px;
}

html[data-brand="final"] .compact-capability h3 {
  margin: 34px 0 10px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
}

html[data-brand="final"] .compact-capability p {
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  html[data-brand="final"] .outcome-showcase {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .outcome-copy {
    min-height: 0;
    padding: 44px 0 30px;
  }

  html[data-brand="final"] .outcome-description {
    max-width: 620px;
  }

  html[data-brand="final"] .outcome-foot {
    margin-top: 22px;
  }

  html[data-brand="final"] .product-demo {
    margin-top: 0;
  }

  html[data-brand="final"] .compact-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html[data-brand="final"] .hero-product-proof {
    gap: 5px;
  }

  html[data-brand="final"] .hero-product-proof i {
    padding: 6px 8px;
    font-size: 8px;
  }

  html[data-brand="final"] .showcase-suite {
    padding: 76px 0;
  }

  html[data-brand="final"] .showcase-intro h2 {
    font-size: clamp(42px, 12.6vw, 58px);
  }

  html[data-brand="final"] .showcase-intro > p:last-child {
    font-size: 15px;
  }

  html[data-brand="final"] .showcase-list {
    gap: 68px;
  }

  html[data-brand="final"] .outcome-copy h3 {
    font-size: clamp(36px, 10.8vw, 48px);
  }

  html[data-brand="final"] .product-demo {
    min-height: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    border-radius: 17px;
  }

  html[data-brand="final"] .demo-rail {
    padding-inline: 3px;
  }

  html[data-brand="final"] .demo-rail b,
  html[data-brand="final"] .demo-rail i {
    width: 27px;
    height: 27px;
  }

  html[data-brand="final"] .demo-toolbar {
    min-height: 62px;
    padding: 11px;
  }

  html[data-brand="final"] .demo-toolbar strong {
    font-size: 12px;
  }

  html[data-brand="final"] .demo-toolbar span {
    font-size: 8px;
  }

  html[data-brand="final"] .demo-toolbar small {
    padding: 5px 7px;
    font-size: 7px;
  }

  html[data-brand="final"] .recovery-workspace,
  html[data-brand="final"] .marketing-workspace {
    padding: 12px;
  }

  html[data-brand="final"] .product-demo .signal-tiles {
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .product-demo .signal-tile {
    min-height: 0;
    padding: 15px;
  }

  html[data-brand="final"] .product-demo .signal-tile strong {
    font-size: 36px;
  }

  html[data-brand="final"] .segment-selection {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  html[data-brand="final"] .segment-selection em {
    grid-column: 2;
  }

  html[data-brand="final"] .product-demo .signal-route {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-brand="final"] .recovery-result {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  html[data-brand="final"] .recovery-result p {
    grid-column: 2;
    text-align: left;
  }

  html[data-brand="final"] .marketing-metrics,
  html[data-brand="final"] .marketing-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-brand="final"] .marketing-path li:not(:last-child)::after {
    display: none;
  }

  html[data-brand="final"] .marketing-return {
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .marketing-return strong {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
  }

  html[data-brand="final"] .compact-capability-grid {
    grid-template-columns: 1fr;
  }

  html[data-brand="final"] .compact-capability {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-brand="final"] .product-demo,
  html[data-brand="final"] .compact-capability,
  html[data-brand="final"] .hero-product-frame {
    transition: none !important;
    animation: none !important;
  }
}
