/* A brief routine on the left, with the original animated example on the right. */
#exemplos { background: #fff; }
#exemplos.section { padding-bottom: 0; }
#exemplos .use-examples-head { display: grid; gap: 56px; max-width: none; margin-bottom: 32px; }
#exemplos .use-examples-head h2 { margin: 0; line-height: 1.15; text-wrap: balance; }
#exemplos .examples-statement { display: block; max-width: 23ch; color: #14263f; font-size: clamp(30px, 2.8vw, 40px); font-weight: 650; letter-spacing: -.045em; }
#exemplos .examples-loss { display: block; margin-top: 24px; color: #087baf; font-size: clamp(21px, 1.8vw, 26px); font-weight: 600; line-height: 1.4; letter-spacing: -.025em; }
.examples-loss strong { position: relative; display: block; width: fit-content; margin: 5px 0 8px; padding-bottom: 8px; font-size: clamp(54px, 5.2vw, 76px); font-weight: 700; line-height: 1.08; letter-spacing: -.065em; white-space: nowrap; }
.examples-loss strong::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #00c6ee; content: ''; transform-origin: left; }
.examples-presentation { display: grid; gap: clamp(80px, 8vw, 120px); }
.examples-story-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "copy visual"; align-items: center; gap: clamp(40px, 6vw, 88px); }
.examples-story-row-reversed { grid-template-areas: "visual copy"; }
.examples-story-copy { grid-area: copy; --story-x: -28px; --story-delay: 0ms; }
.examples-story-visual { grid-area: visual; min-width: 0; margin: 0; --story-x: 28px; --story-delay: 320ms; }
.examples-story-row-reversed .examples-story-copy { --story-x: 28px; --story-delay: 320ms; }
.examples-story-row-reversed .examples-story-visual { --story-x: -28px; --story-delay: 0ms; }
.examples-story-visual img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.examples-problem { min-width: 0; }
.examples-problem .label { margin-bottom: 20px; }
.examples-problem-lead { max-width: 510px; margin: 26px 0 0; color: #526e84; font-size: 15px; line-height: 1.8; }
.examples-fragmentation { min-width: 0; }
#exemplos .examples-fragmentation h3 { max-width: 24ch; margin: 0; color: #14263f; font-size: clamp(27px, 2.4vw, 34px); font-weight: 650; line-height: 1.25; letter-spacing: -.04em; text-wrap: balance; }
.examples-fragmentation h3 > span { color: #087baf; }
#exemplos .examples-fragmentation-kicker { display: block; margin-bottom: 14px; color: #14263f; font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.examples-eyebrow { margin: 0; color: #087baf; font-size: 10px; font-weight: 750; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.examples-solution { margin-top: 20px; padding-block: 64px 20px; border-top: 1px solid #edf2f5; }
.examples-solution-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.examples-solution-heading .examples-eyebrow { font-size: 12px; letter-spacing: .13em; }
#exemplos .examples-solution-heading h2 { max-width: 26ch; margin: 20px auto 0; color: #14263f; font-size: clamp(32px, 3.5vw, 48px); font-weight: 650; line-height: 1.15; letter-spacing: -.045em; }
.examples-solution-heading h2 span { color: #087baf; }
.examples-solution-heading > p:last-child { max-width: 650px; margin: 24px auto 0; color: #526e84; font-size: 16px; line-height: 1.8; }
.examples-agents-free { margin: clamp(80px, 8vw, 120px) 0 0; padding-bottom: 24px; text-align: left; }
.examples-agents-copy { min-width: 0; }
#exemplos .examples-agents-free h2 { max-width: 23ch; margin: 0; color: #14263f; font-size: clamp(30px, 2.8vw, 40px); font-weight: 650; line-height: 1.15; letter-spacing: -.045em; text-wrap: pretty; }
.examples-agents-free h2 span { color: #087baf; }
.examples-delivery { grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); margin-top: clamp(64px, 7vw, 100px); }
.examples-delivery-copy { min-width: 0; }
#exemplos .examples-delivery-copy h2 { max-width: 19ch; margin: 0; color: #14263f; font-size: clamp(30px, 2.8vw, 40px); font-weight: 650; line-height: 1.2; letter-spacing: -.045em; text-wrap: pretty; }
.examples-delivery-copy h2 span { color: #087baf; }
.examples-results { margin-top: clamp(32px, 4vw, 56px); }
.results-band { --results-curve-height: clamp(56px, 7vw, 112px); position: relative; padding-block: calc(var(--results-curve-height) + 64px) 72px; background: #071d2f; color: #f4f9fc; }
.results-curve { position: absolute; top: -1px; left: 0; display: block; width: 100%; height: var(--results-curve-height); pointer-events: none; }
.examples-results-heading { margin-inline: auto; text-align: center; }
.examples-results-heading .examples-eyebrow { color: #7bdfef; font-size: 11px; letter-spacing: .12em; }
#exemplos .examples-results-heading h2 { margin: 18px auto 0; color: #f4f9fc; font-size: clamp(34px, 3.6vw, 52px); font-weight: 650; line-height: 1.15; letter-spacing: -.045em; text-wrap: balance; }
.examples-results-heading h2 span { display: block; color: inherit; }
.results-research-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; margin-top: 64px; }
.results-study { display: flex; flex-direction: column; align-items: center; min-width: 0; text-align: center; }
.results-stat-block { margin: 0 0 24px; }
.results-stat-context { margin: 0 0 12px; color: #acc6d7; font-size: 11px; line-height: 1.5; }
.results-stat { display: flex; align-items: baseline; justify-content: center; gap: 3px; margin: 0; color: #00c8ef; font-size: clamp(60px, 5.8vw, 84px); font-weight: 650; line-height: 1; letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.results-stat-value { display: inline-block; min-width: 2ch; text-align: right; }
.results-stat-value[data-prefix] { min-width: 3ch; }
.results-stat-unit { font-size: .7em; font-weight: 600; letter-spacing: -.045em; }
.results-stat-accessible { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
#exemplos .results-study h3 { max-width: 24ch; min-height: 4.5em; margin: 0; color: #f4f9fc; font-size: 18px; font-weight: 550; line-height: 1.5; letter-spacing: -.02em; text-wrap: balance; }
.results-statement { max-width: 800px; margin: 40px auto 0; color: #acc6d7; font-size: 12px; line-height: 1.8; text-align: center; }
.solution-signature { margin: 0 auto; padding-block: 32px; color: #14263f; font-size: 18px; font-weight: 650; letter-spacing: -.025em; text-align: center; }
.solution-signature > span { color: #087baf; }
.use-examples-capabilities { padding: 0; background: #fff; }
.examples-agents-free .use-examples-capabilities { width: 100%; max-width: none; margin: 0; }
.use-examples-capabilities-heading { margin: 0; padding: 0 0 26px; }
#exemplos .use-examples-capabilities-heading h3 { margin: 10px 0 0; color: #14263f; font-size: clamp(22px, 1.8vw, 26px); font-weight: 650; line-height: 1.3; letter-spacing: -.035em; }
.capabilities-connection { max-width: 510px; margin: 24px 0 0; color: #526e84; font-size: 15px; line-height: 1.8; }
.capabilities-connection strong { color: #34576d; font-weight: 600; }
.use-examples-capabilities-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; border-bottom: 1px solid #dce7ee; list-style: none; }
.use-examples-capabilities-list > li { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: start; gap: 14px; min-width: 0; padding: 24px 0; border-top: 1px solid #dce7ee; text-align: left; --capability-delay: 100ms; }
.use-examples-capabilities-list > li:nth-child(2) { --capability-delay: 170ms; }
.use-examples-capabilities-list > li:nth-child(3) { --capability-delay: 240ms; }
.use-examples-capabilities-list > li:nth-child(4) { --capability-delay: 310ms; }
.use-examples-capabilities-list > li:nth-child(5) { --capability-delay: 380ms; }
.use-examples-capabilities-list > li:nth-child(6) { --capability-delay: 450ms; }
.use-examples-capability-icon { display: grid; place-items: center; width: 40px; height: 40px; color: #087baf; }
.use-examples-capability-icon svg { width: 36px; height: 36px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.capability-icon-surface { fill: #f4fbfd; }
.capability-icon-accent { stroke: #00bfe6; stroke-width: 2.2; }
.use-examples-capability-copy { min-width: 0; width: 100%; }
#exemplos .use-examples-capability-copy h3 { margin: 0; color: #14263f; font-size: 15px; font-weight: 650; line-height: 1.4; letter-spacing: -.02em; }
.use-examples-capability-copy p { max-width: 29ch; margin: 8px 0 0; color: #526e84; font-size: 13px; line-height: 1.65; }
@media (prefers-reduced-motion: no-preference) {
  .reveal-ready .use-examples-capabilities.is-story-visible .use-examples-capabilities-list > li { animation: capability-enter 480ms cubic-bezier(.22, .75, .2, 1) calc(var(--story-delay, 0ms) + var(--capability-delay)) both; }
}
@keyframes capability-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.execution-demo { width: 100%; color: #ddecf5; }
.demo-theater { background: radial-gradient(ellipse at 0 35%, #15455b80, transparent 65%), linear-gradient(125deg, #0b2439, #061728 75%); }
.demo-picker { grid-area: picker; min-width: 0; scroll-margin-top: calc(var(--header-h) + 16px); }
#exemplos .demo-section-title { max-width: none; margin: 0 0 28px; color: #eff8ff; font-size: clamp(25px, 2.1vw, 32px); font-weight: 650; line-height: 1.2; letter-spacing: -.035em; text-wrap: pretty; }
.demo-section-title span { display: block; color: #82e7f1; }
.demo-context { grid-area: context; min-width: 0; }
.demo-film-short { display: none; }
.demo-picker-label { margin: 0 0 12px; color: #a9c9dc; font-size: 11px; font-weight: 600; }
.execution-demo-films { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.execution-demo-film { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 48px; padding: 12px 16px; border: 1px solid #35576e; border-radius: 6px; color: #d6e8f4; background: #ffffff04; text-decoration: none; transition: color 180ms, background 180ms, border-color 180ms; }
.demo-film-number { color: #92afc3; font-size: 10px; font-variant-numeric: tabular-nums; }
.execution-demo-film > strong { font-size: 14px; font-weight: 650; line-height: 1.4; }
.execution-demo-film[aria-current="true"] { color: #052539; border-color: #7debf4; background: #7debf4; }
.execution-demo-film[aria-current="true"] .demo-film-number { color: #18516a; }
.execution-demo-film:hover { border-color: #74cbdc; background: #1c455c; color: #f1fbff; }
.execution-demo-film[aria-current="true"]:hover { color: #052539; background: #a4f2f8; }
.demo-showcase { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 2fr); grid-template-areas: "picker viewer" "context viewer" "followup viewer"; grid-template-rows: auto auto 1fr; align-items: start; gap: 24px clamp(32px, 4vw, 64px); width: 100%; margin: 0; padding: clamp(32px, 4vw, 64px); }
.demo-viewer { grid-area: viewer; align-self: center; justify-self: center; width: 100%; max-width: min(100%, calc((100svh - var(--header-h) - 128px) * 16 / 9)); min-width: 0; margin: 0; border: 1px solid #20435a; border-radius: 12px; overflow: hidden; background: #061728; }
.execution-demo-stage { position: relative; background: #061728; }
.execution-demo-screen { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.execution-demo-video { display: block; width: 100%; height: 100%; object-fit: contain; background: #061728; }
.execution-demo[data-layout="portrait"] .execution-demo-screen { aspect-ratio: 3 / 4; }
.execution-demo-play { position: absolute; top: 50%; left: 9.5%; display: flex; align-items: center; gap: 14px; max-width: calc(100% - 32px); padding: 0; border: 0; border-radius: 999px; background: transparent; color: #f0fbff; font: inherit; font-size: clamp(13px, 1.15vw, 17px); font-weight: 750; text-align: left; line-height: 1.45; cursor: pointer; }
.execution-demo-play > svg { width: clamp(48px, 4.4vw, 64px); height: clamp(48px, 4.4vw, 64px); flex-shrink: 0; padding: clamp(16px, 1.4vw, 21px); border: 1px solid #a0f4fa; border-radius: 50%; fill: #082939; background: #74e6f0; box-shadow: 0 0 0 8px #77e9f30a, 0 14px 45px #00121d44; transition: background 180ms, box-shadow 180ms; }
.execution-demo-play small { display: block; margin-top: 5px; color: #aec8d9; font-size: clamp(9px, .8vw, 12px); font-weight: 500; }
.execution-demo-play:hover > svg { background: #b0f9ff; box-shadow: 0 0 0 11px #77e9f319, 0 14px 45px #00121d44; }
.execution-demo-play:disabled, .execution-demo-chapters button:disabled { cursor: wait; }
.demo-controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; width: calc(100% - 32px); margin-inline: auto; padding-top: 10px; border-top: 1px solid #284256; }
.demo-caption { display: grid; grid-template-columns: 5px 1fr; align-items: center; gap: 4px 8px; color: #bdd0df; font-size: 11px; line-height: 1.4; }
.demo-caption > span { width: 5px; height: 5px; border-radius: 50%; background: #7de6ed; }
.demo-caption small { grid-column: 2; color: #9ab3c6; font-size: 10px; }
.execution-demo-chapters { display: flex; order: 3; justify-content: space-between; width: 100%; align-self: stretch; gap: 12px; border-top: 1px solid #284256; }
.execution-demo-chapters button { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 10px 0; border: 0; border-top: 2px solid transparent; color: #9fbacd; background: transparent; font: inherit; font-size: 11px; font-weight: 600; cursor: pointer; }
.execution-demo-chapters .demo-chapter-number { color: #88a5b9; font-size: 10px; }
.demo-chapter-short { display: none; }
.execution-demo-chapters button[aria-pressed="true"] { border-top-color: #78e9f2; color: #eefcff; }
.execution-demo-chapters button:hover { color: #fff; }
.execution-demo-fullscreen { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; flex-shrink: 0; padding: 8px 10px; border: 1px solid #3c5c70; border-radius: 5px; color: #ddecf5; background: transparent; font: inherit; font-size: 11px; cursor: pointer; }
.execution-demo-fullscreen:hover { background: #15384d; }
.execution-demo-fullscreen svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.execution-demo-toggle { display: none; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 8px 10px; border: 1px solid #3c5c70; border-radius: 6px; color: #ddecf5; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.execution-demo-toggle svg { width: 16px; height: 16px; fill: currentColor; }
.execution-demo-toggle .demo-toggle-pause, .execution-demo-toggle[data-playing="true"] .demo-toggle-play { display: none; }
.execution-demo-toggle[data-playing="true"] .demo-toggle-pause { display: block; }
.execution-demo-toggle:disabled { cursor: wait; opacity: .6; }
.execution-demo-repeat { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 1px solid #3c5c70; border-radius: 6px; color: #9ab3c6; background: transparent; cursor: pointer; }
.execution-demo-repeat[aria-pressed="true"] { color: #7debf4; border-color: #397887; background: #163c49; }
.execution-demo-repeat svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.demo-followup { grid-area: followup; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; min-width: 0; }
.demo-outcomes { min-width: 0; }
.demo-routine-role { margin: 0 0 12px; color: #82e7f1; font-size: 11px; font-weight: 700; line-height: 1.5; }
#exemplos .demo-heading h3 { margin: 0; color: #eff8ff; font-size: clamp(25px, 2.4vw, 32px); line-height: 1.2; letter-spacing: -.025em; text-wrap: balance; }
.demo-routine-situation { margin: 14px 0 0; color: #b7cfdf; font-size: 14px; line-height: 1.8; }
.demo-routine-result { margin: 0; padding-left: 14px; border-left: 2px solid #539dad; color: #b7cfdf; font-size: 12px; line-height: 1.75; }
.demo-routine-result strong { display: block; margin-bottom: 5px; color: #93e2c4; font-size: 11px; font-weight: 700; }
.demo-interest { flex-shrink: 0; gap: 14px; min-height: 48px; font-size: 13px; text-decoration: none; }
.demo-interest span { font-size: 18px; }
.execution-demo :is(button, a):focus-visible { outline: 3px solid #20c8e8; outline-offset: 3px; }
.execution-demo-error { margin: 0; padding: 16px 20px; color: #ddecf5; background: #15384d; font-size: 13px; line-height: 1.7; }
.execution-demo-error a { color: #8ceef4; text-decoration: underline; }
.execution-demo [hidden] { display: none !important; }
.execution-demo-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.execution-demo:fullscreen { width: 100%; height: 100dvh; background: #061728; }
.execution-demo:fullscreen :is(.demo-context, .demo-picker, .demo-followup, .demo-caption, .execution-demo-chapters, .execution-demo-toggle, .execution-demo-repeat) { display: none; }
.execution-demo:fullscreen :is(.demo-theater, .demo-showcase, .demo-viewer, .execution-demo-stage, .execution-demo-screen) { display: block; width: 100%; max-width: none; height: 100%; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; aspect-ratio: auto; }
.execution-demo:fullscreen .demo-controls { position: absolute; z-index: 2; top: 16px; right: 16px; width: auto; min-height: 0; margin: 0; border: 0; }
.execution-demo:fullscreen .execution-demo-fullscreen { background: #082438e8; border-color: #668899; }
.execution-demo:fullscreen .execution-demo-play { top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 12px 24px 12px 12px; background: #071e31f2; }
.execution-demo:fullscreen .execution-demo-error { position: absolute; bottom: 80px; left: 16px; right: 16px; }
@media (max-width: 1100px) {
  .results-research-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 40px 24px; }
  .results-study { grid-column: span 2; }
  .results-study:nth-child(4) { grid-column: 2 / span 2; }
  .examples-delivery { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
  .examples-story-row { gap: 40px; }
  .demo-showcase { padding: 22px; }
  .execution-demo-film { padding-inline: 10px; }
  .demo-controls { gap: 14px; }
  .execution-demo-chapters { gap: 16px; }
  .execution-demo-chapters button { gap: 5px; font-size: 10px; }
}
@media (max-width: 900px) {
  /* Reserve the longest case copy so the video stays still between examples. */
  .demo-context, .demo-outcomes { display: grid; }
  .demo-heading, .demo-outcome { grid-area: 1 / 1; }
  .execution-demo .demo-heading[hidden], .execution-demo .demo-outcome[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
  .demo-showcase { grid-template-columns: minmax(0, 1fr); grid-template-areas: "picker" "context" "viewer" "followup"; grid-template-rows: auto; gap: 18px; }
  .demo-viewer { max-width: 100%; }
  .execution-demo-films { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .execution-demo-film { justify-content: center; }
  .demo-followup { max-width: none; }
}
@media (max-width: 820px) {
  .results-research-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
  .results-study, .results-study:nth-child(4) { grid-column: auto; }
  .results-study:last-child { grid-column: 1 / -1; width: calc((100% - 28px) / 2); justify-self: center; }
  .examples-solution { margin-top: 8px; padding-block: 40px 8px; }
  .solution-signature { padding-block: 24px; font-size: 17px; }
  #exemplos .use-examples-head { gap: 40px; margin-bottom: 32px; }
  .examples-presentation { gap: 48px; }
  .examples-story-row { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "visual"; gap: 24px; }
  .examples-story-panel { --story-x: 0px !important; --story-y: 18px; --story-delay: 0ms !important; }
  .examples-story-visual { width: min(100%, 500px); justify-self: center; }
  .examples-problem-lead { max-width: 630px; }
  .examples-delivery { grid-template-columns: minmax(0, 1fr); margin-top: 56px; gap: 32px; }
  .demo-controls { flex-wrap: wrap; padding-block: 12px 0; gap: 10px 16px; }
  .execution-demo-chapters { order: 3; justify-content: space-between; width: 100%; border-top: 1px solid #284256; }
  .execution-demo-chapters button { min-height: 48px; }
  .demo-followup { gap: 20px; }
}
@media (max-width: 640px) {
  #exemplos .examples-delivery-copy h2 { font-size: 28px; line-height: 1.22; }
  .capabilities-connection { margin-top: 20px; font-size: 14px; }
  .examples-results { margin-top: 24px; }
  .results-band { --results-curve-height: 40px; padding-block: calc(var(--results-curve-height) + 40px) 40px; }
  .examples-results-heading .examples-eyebrow { max-width: 29ch; margin-inline: auto; font-size: 10px; }
  #exemplos .examples-results-heading h2 { max-width: 21ch; margin-top: 16px; font-size: clamp(29px, 7.7vw, 36px); }
  .results-research-grid { gap: 32px 20px; margin-top: 40px; }
  .results-study:last-child { width: calc((100% - 20px) / 2); }
  .results-stat-block { margin-bottom: 16px; }
  .results-stat-context { font-size: 10px; }
  .results-stat { font-size: clamp(48px, 14vw, 64px); }
  #exemplos .results-study h3 { max-width: 18ch; min-height: 4.5em; font-size: 14px; }
  .results-statement { margin-top: 32px; font-size: 11px; }
  #exemplos .examples-agents-free h2 { font-size: 28px; line-height: 1.22; }
  .examples-agents-free { margin-top: 56px; padding-bottom: 8px; }
  #exemplos .examples-solution-heading h2 { font-size: clamp(28px, 7.5vw, 36px); }
  .examples-solution-heading > p:last-child { margin-top: 20px; font-size: 14px; }
  #exemplos .use-examples-head { margin-bottom: 28px; }
  .examples-problem .label { margin-bottom: 16px; }
  #exemplos .examples-statement { max-width: 25ch; font-size: 28px; line-height: 1.22; }
  #exemplos .examples-loss { margin-top: 22px; font-size: 22px; }
  .examples-loss strong { font-size: clamp(48px, 12.5vw, 64px); }
  .examples-problem-lead { margin-top: 22px; font-size: 14px; line-height: 1.8; }
  #exemplos .examples-fragmentation h3 { max-width: 27ch; font-size: 26px; }
  #exemplos .examples-fragmentation-kicker { margin-bottom: 12px; font-size: 20px; }
  .use-examples-capabilities-heading { padding-bottom: 22px; }
  #exemplos .use-examples-capabilities-heading h3 { font-size: 21px; }
  .use-examples-capabilities-list { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .use-examples-capabilities-list > li { grid-template-columns: 36px minmax(0, 1fr); gap: 16px; padding: 20px 0; }
  .use-examples-capability-icon { width: 36px; height: 36px; }
  .use-examples-capability-icon svg { width: 34px; height: 34px; }
  .use-examples-capability-copy p { max-width: none; font-size: 14px; }
  .demo-showcase { gap: 14px; padding: 26px 0 22px; overflow: hidden; background: #061728; }
  #exemplos .demo-section-title { margin-bottom: 24px; font-size: 25px; }
  .demo-picker, .demo-context, .demo-followup { margin-inline: 20px; }
  .demo-picker-label { margin-bottom: 10px; font-size: 12px; }
  .execution-demo-films { gap: 4px; padding: 4px; border: 1px solid #305068; border-radius: 10px; background: #06172880; }
  .execution-demo-film { min-height: 44px; padding: 8px 2px; border-color: transparent; border-radius: 6px; background: transparent; }
  .execution-demo-film > strong { font-size: 12px; }
  .demo-film-label, .demo-film-number { display: none; }
  .demo-film-short { display: block; }
  .demo-routine-role { display: none; }
  #exemplos .demo-heading h3 { font-size: 22px; line-height: 1.25; text-wrap: initial; }
  .demo-viewer { width: 100%; border: 0; border-radius: 0; box-shadow: none; }
  .execution-demo[data-layout="portrait"] .execution-demo-screen { width: min(100%, calc((100svh - 100px) * .75)); margin-inline: auto; }
  .execution-demo[data-layout="portrait"]:fullscreen .execution-demo-screen { width: 100%; aspect-ratio: auto; }
  .execution-demo-play { top: auto; bottom: 9%; left: 8%; gap: 14px; font-size: 15px; }
  .execution-demo-play > svg { width: 52px; height: 52px; padding: 17px; }
  .execution-demo-play small { font-size: 10px; }
  .execution-demo:fullscreen .execution-demo-play { bottom: auto; }
  .demo-controls { position: relative; display: grid; grid-template-columns: auto 1fr 44px auto; gap: 6px; width: calc(100% - 40px); padding-block: 8px 14px; border-top: 0; }
  .execution-demo-chapters { position: absolute; left: 0; bottom: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; border-top: 0; }
  .execution-demo-chapters button { justify-content: center; min-height: 44px; padding: 8px 0; font-size: 11px; white-space: nowrap; }
  .execution-demo-chapters button { border-top-color: #284256; }
  .execution-demo-chapters .demo-chapter-number, .demo-chapter-label { display: none; }
  .demo-chapter-short { display: inline; }
  .execution-demo-toggle { display: inline-flex; grid-column: 1; grid-row: 2; }
  .demo-caption { grid-column: 2; grid-row: 2; display: block; text-align: center; font-size: 10px; }
  .demo-caption > span { display: none; }
  .demo-caption small { display: block; margin-top: 3px; }
  .execution-demo-repeat { grid-column: 3; grid-row: 2; margin: 0; }
  .execution-demo-fullscreen { grid-column: 4; grid-row: 2; width: 44px; padding-inline: 0; border-radius: 6px; font-size: 12px; }
  .execution-demo-fullscreen > span { display: none; }
  .demo-followup { gap: 16px; }
  .demo-routine-situation { font-size: 14px; line-height: 1.65; }
  .demo-routine-result { padding: 12px 0 0; border-left: 0; border-top: 1px solid #28495d; font-size: 13px; line-height: 1.65; }
  .demo-routine-result strong { font-size: 11px; }
  .demo-interest { justify-content: center; width: 100%; min-height: 48px; }
}
@media (max-width: 360px) {
  #exemplos .examples-statement { font-size: 26px; }
  #exemplos .examples-fragmentation h3 { font-size: 24px; }
  .execution-demo-fullscreen { width: 44px; padding-inline: 0; }
  .execution-demo-fullscreen > span { display: none; }
}
@media (prefers-reduced-motion: reduce) { .execution-demo-film, .execution-demo-play > svg { transition: none; } }
@media (prefers-reduced-motion: reduce) {
  #exemplos [data-example-reveal], #exemplos .examples-story-panel { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal-ready #exemplos .examples-story-panel { opacity: 0; transform: translate3d(var(--story-x), var(--story-y, 0px), 0); }
  .reveal-ready #exemplos .examples-story-panel.is-story-visible { animation: examples-story-enter 750ms cubic-bezier(.22, .75, .2, 1) var(--story-delay) both; }
  .reveal-ready #exemplos [data-example-reveal].fade-in { opacity: 0; transform: translate3d(0, 14px, 0); transition: none; animation: none; }
  .reveal-ready #exemplos [data-example-reveal].is-visible { animation: examples-reveal 600ms cubic-bezier(.22, .75, .2, 1) var(--reveal-delay, 0ms) both; }
  .reveal-ready #exemplos .examples-loss strong::after { transform: scaleX(0); }
  .reveal-ready #exemplos .is-story-visible .examples-loss strong::after { animation: examples-accent 650ms 180ms cubic-bezier(.22, .75, .2, 1) both; }
}
@keyframes examples-story-enter { from { opacity: 0; transform: translate3d(var(--story-x), var(--story-y, 0px), 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes examples-reveal { from { opacity: 0; transform: translate3d(0, 14px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes examples-accent { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (max-width: 820px) and (prefers-reduced-motion: no-preference) {
  .reveal-ready #exemplos .examples-story-panel.is-story-visible,
  .reveal-ready #exemplos [data-example-reveal].is-visible { animation-duration: 460ms; animation-delay: 0ms; }
}
