@import url("https://fonts.googleapis.com/css2?family=Caprasimo&family=Figtree:wght@400;500;600;700;800;900&display=swap");

:root {
  --color-bg: #f5ead8;
  --color-surface: #fffaf2;
  --color-text: #28251f;
  --color-divider: #d8cbb8;
  --color-accent: #3f7cf0;
  --color-accent-100: #eef4ff;
  --color-accent-2-100: #eef1e8;
  --font-body: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Caprasimo", Georgia, serif;
  --radius-lg: 18px;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); line-height: 1.55; }
.hero-demo { position: relative; min-height: 468px; padding: 0; gap: 0; overflow: hidden; isolation: isolate; }
.hero-demo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: #fffaf2; }
.hero-demo-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 19px; border-bottom: 0; background: var(--ib-blue-deep); color: #fff; }.hero-demo-head > div { min-width: 0; display: flex; flex-direction: column; }.hero-demo-head .card-kicker { color: var(--color-accent-300); font-size: 9px; }.hero-demo-head strong { overflow: hidden; font-family: var(--font-body); font-size: 17px; font-weight: 800; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }.hero-simulated { flex: 0 0 auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: transparent; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.hero-demo-stage { position: relative; height: 342px; overflow: hidden; }
.hero-case-pill { position: absolute; top: 16px; right: 18px; z-index: 8; min-width: 78px; display: flex; flex-direction: column; align-items: flex-end; padding: 6px 10px; border: 1px solid #e4b49e; border-radius: 10px; background: #fff3ed; }.hero-case-pill small { color: #8b5c46; font-size: 7px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.hero-case-pill strong { color: var(--ib-coral); font-size: 13px; }
.hero-scene { position: absolute; inset: 20px; display: grid; align-content: center; gap: 12px; padding-top: 38px; opacity: 0; transform: translateY(16px) scale(.985); pointer-events: none; }.hero-scene.is-active { z-index: 2; opacity: 1; transform: none; animation: heroSceneIn .52s cubic-bezier(.2,.75,.25,1) both; }.hero-scene p { margin: 0; color: #746d63; font-size: 11px; }.hero-scene > p { text-align: center; }
.hero-file-card { display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--color-accent-300); border-radius: 12px; background: #fff; }.hero-file-card > div { display: flex; flex-direction: column; }.hero-file-card small { color: #82796a; font-size: 10px; }.hero-file-card > b { color: #587744; }.hero-file-icon { width: 44px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--color-accent-100); color: var(--color-accent-700); font-size: 10px; font-weight: 900; }
.hero-raw-row { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; padding: 11px 13px; border-left: 4px solid var(--ib-coral); border-radius: 11px; background: #fff5ef; font-size: 11px; }.hero-raw-row > span:first-child { color: var(--ib-coral); font-weight: 900; }.hero-raw-row strong { color: #8b5c46; font-size: 10px; }
.hero-privacy-card { display: grid; grid-template-columns: 1fr 24px 1fr; align-items: center; gap: 8px; padding: 13px 15px; border-radius: 13px; background: #f5f7fb; font-size: 12px; }.hero-privacy-card i { color: #a19786; font-style: normal; text-align: center; }.hero-privacy-card strong { color: var(--color-accent-700); text-align: right; }.hero-privacy-card.is-removed strong { color: #8b5c46; text-decoration: line-through; }
.hero-quality { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; padding: 11px 13px; border: 1px solid #dbe5d5; border-radius: 12px; background: #f3f8ef; font-size: 11px; }.hero-quality strong { color: #587744; }.hero-quality i { grid-column: 1/-1; height: 6px; overflow: hidden; border-radius: 999px; background: #dce8d6; }.hero-quality b { display: block; width: 94%; height: 100%; border-radius: inherit; background: var(--ib-blue); animation: heroQuality 1s .18s ease both; }
.hero-cohort-copy { display: grid; justify-items: center; }.hero-cohort-copy small { color: var(--color-accent-600); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.hero-cohort-copy strong { margin-top: -5px; color: var(--color-accent-800); font-family: var(--font-body); font-size: 54px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.04em; line-height: 1; }.hero-cohort-copy span { color: #645c50; font-size: 12px; }
.hero-patient-cloud { max-width: 270px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 2px auto 0; }.hero-patient-cloud i { width: 18px; height: 18px; border-radius: 50%; background: var(--color-accent-200); transform: scale(0); animation: heroDotIn .35s ease forwards; }.hero-patient-cloud i:nth-child(2n) { background: #dfe8f8; }.hero-patient-cloud i:nth-child(3n) { background: #d9e9e8; }.hero-patient-cloud i:nth-child(1) { animation-delay: .05s; }.hero-patient-cloud i:nth-child(2) { animation-delay: .1s; }.hero-patient-cloud i:nth-child(3) { animation-delay: .15s; }.hero-patient-cloud i:nth-child(4) { animation-delay: .2s; }.hero-patient-cloud i:nth-child(5) { animation-delay: .25s; }.hero-patient-cloud i:nth-child(6) { animation-delay: .3s; }.hero-patient-cloud i:nth-child(7) { animation-delay: .35s; }.hero-patient-cloud i:nth-child(8) { animation-delay: .4s; }.hero-patient-cloud i:nth-child(9) { animation-delay: .45s; }.hero-patient-cloud i:nth-child(10) { animation-delay: .5s; }.hero-patient-cloud i:nth-child(11) { animation-delay: .55s; }.hero-patient-cloud i.is-case { background: var(--ib-coral); box-shadow: 0 0 0 6px rgba(224, 122, 75, .14); animation-delay: .65s; }
.hero-priority-card { display: grid; grid-template-columns: 14px 1fr auto; gap: 12px; align-items: center; padding: 18px; border: 1px solid #e4b49e; border-radius: 14px; background: #fff5ef; }.hero-priority-card > div { min-width: 0; display: flex; flex-direction: column; }.hero-priority-card small { color: #a06040; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }.hero-priority-card strong { font-size: 14px; }.hero-priority-card span { color: #746d63; font-size: 10px; }.hero-priority-card > b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ib-coral); color: #fff; font-family: var(--font-heading); }.hero-priority-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ib-coral); box-shadow: 0 0 0 5px rgba(224, 122, 75, .13); }
.hero-estimate { display: flex; justify-content: space-between; gap: 12px; padding: 11px 13px; border-radius: 11px; background: #f4f5f7; color: #645c50; font-size: 10px; }.hero-estimate strong { color: #8b5c46; }
.hero-task-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 20px; border: 1px solid var(--color-accent-300); border-radius: 14px; background: #fff; }.hero-task-check { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--color-accent); color: #fff; font-size: 18px; box-shadow: 0 0 0 7px var(--color-accent-100); }.hero-task-card > div { display: flex; flex-direction: column; }.hero-task-card small { color: var(--color-accent-600); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.hero-task-card strong { font-size: 17px; }.hero-task-card p { text-align: left; }
.hero-task-meta { display: flex; gap: 8px; flex-wrap: wrap; }.hero-task-meta span { padding: 6px 9px; border-radius: 999px; background: #eef2f8; color: #52627b; font-size: 9px; font-weight: 800; }
.hero-result-orbit { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto -5px; border-radius: 50%; background: #edf5e7; box-shadow: 0 0 0 13px rgba(122, 138, 94, .09); }.hero-result-orbit span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #6f8757; color: #fff; font-size: 20px; animation: heroResultPulse 1.1s ease both; }.hero-result-copy { display: grid; justify-items: center; }.hero-result-copy small { color: #587744; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.hero-result-copy strong { font-family: var(--font-body); font-size: 24px; font-weight: 800; letter-spacing: -.02em; }.hero-result-copy span { color: #746d63; font-size: 10px; }
.hero-result-group { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; padding: 10px 12px; border-radius: 11px; background: #f4f6f2; }.hero-result-group span { color: #645c50; font-size: 9px; }.hero-result-group strong { color: #466139; font-size: 11px; }.hero-result-group small { grid-column: 1/-1; color: #82796a; font-size: 8px; }
.hero-demo-footer { min-height: 58px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 12px 18px; border-top: 1px solid var(--color-divider); background: #f5ead8; }.hero-timeline { position: relative; display: flex; justify-content: space-between; align-items: center; }.hero-timeline::before { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; background: #d8cbb8; }.hero-timeline > button { position: relative; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; border: 0; padding: 0; border-radius: 50%; background: transparent; cursor: pointer; }.hero-timeline > button::before { content: ""; width: 8px; height: 8px; border: 2px solid #d8cbb8; border-radius: 50%; background: #fffaf2; transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }.hero-timeline > button:hover::before { border-color: var(--color-accent-400); transform: scale(1.35); }.hero-timeline > button:focus-visible { outline: 2px solid var(--color-accent-400); outline-offset: 1px; }.hero-timeline > button.is-active::before { border-color: var(--ib-coral); background: var(--ib-coral); transform: scale(1.35); box-shadow: 0 0 0 4px rgba(224, 122, 75, .12); }.hero-timeline > button.is-done::before { border-color: var(--color-accent); background: var(--color-accent); }.hero-timeline > span { position: absolute; left: 12px; z-index: 1; width: 0; max-width: calc(100% - 24px); height: 2px; background: var(--color-accent); transition: width .4s ease; }.hero-demo-footer > span { min-width: 56px; color: #645c50; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-align: right; text-transform: uppercase; }.hero-demo-footer > button { display: none; border: 0; padding: 5px 0; background: transparent; color: var(--color-accent-700); font: inherit; font-size: 9px; font-weight: 900; cursor: pointer; white-space: nowrap; }.hero-demo.is-complete .hero-demo-footer > button, .hero-demo.is-paused .hero-demo-footer > button { display: block; }
@keyframes heroSceneIn { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes heroQuality { from { width: 0; } to { width: 94%; } }
@keyframes heroDotIn { from { transform: scale(0); } to { transform: scale(1); } }
@keyframes heroResultPulse { 0% { transform: scale(.75); opacity: 0; } 55% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); } }
h1, h2, h3, h4 { font-family: var(--font-body); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
h3, h4 { letter-spacing: -.02em; line-height: 1.15; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 10px 18px; font-weight: 700; }
.btn-primary { color: #fff; background: var(--color-accent); }
.btn-primary:hover { color: #fff; background: #2560d6; }
.btn-secondary { color: #143371; background: #eef4ff; }
.btn-ghost { color: #2560d6; background: transparent; }
.card { display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--color-divider); border-radius: var(--radius-lg); background: var(--color-surface); }
.elev-sm { box-shadow: none; }
.elev-md { box-shadow: none; }
.hero-demo.elev-md { box-shadow: 10px 10px 0 var(--color-accent-200); }
.tag { display: inline-flex; width: fit-content; border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.tag-neutral { background: #efede8; color: #645c50; }
.tag-accent-2 { background: #eef1e8; color: #586442; }
.card-kicker { font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.card-title { display: block; font-family: var(--font-body); font-weight: 800; letter-spacing: -.018em; line-height: 1.18; }
.principles-section > div > div > div:first-child { font-family: var(--font-body) !important; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: 1; }
.card-body { margin: 0; }
.service-mark { position: relative; width: 62px; height: 54px; display: grid; align-items: end; gap: 5px; margin-bottom: 8px; padding: 8px; border: 1px solid var(--color-divider); border-radius: 12px; background: #fffaf2; }
.service-mark-revenue { grid-template-columns: repeat(3, 1fr); }
.service-mark-revenue i { display: block; border-radius: 7px 7px 3px 3px; background: var(--ib-blue); }
.service-mark-revenue i:first-child { height: 13px; background: var(--color-accent-300); }
.service-mark-revenue i:nth-child(2) { height: 24px; }
.service-mark-revenue i:nth-child(3) { height: 34px; background: var(--ib-blue-deep); }
.service-mark-revenue b { position: absolute; top: 4px; right: 10px; width: 7px; height: 7px; margin: 0; border-radius: 50%; background: var(--ib-coral); }
.service-mark-cohort { grid-template-columns: repeat(3, 8px); place-content: center; gap: 5px; }
.service-mark-cohort i { width: 8px; height: 8px; border-radius: 50%; background: var(--color-accent-300); }
.service-mark-cohort i:nth-child(5) { background: var(--ib-coral); }
.service-mark-agenda { grid-template-columns: repeat(4, 8px); place-content: center; gap: 4px; }
.service-mark-agenda i { width: 8px; height: 8px; border-radius: 3px; background: var(--color-accent-200); }
.service-mark-agenda i:nth-child(3), .service-mark-agenda i:nth-child(6), .service-mark-agenda i:nth-child(7), .service-mark-agenda i:nth-child(10) { background: var(--ib-blue); }
.service-mark-agenda i:nth-child(11) { background: var(--ib-coral); }

/* Demo progresiva del proceso */
.process-demo { max-width: 1180px; margin: 0 auto; padding: 88px 40px 0; scroll-margin-top: 80px; }
.process-intro { max-width: 790px; }
.process-intro h2 { font-size: 44px; margin: 16px 0 12px; }
.process-intro > p { margin: 0; font-size: 18px; color: color-mix(in srgb, var(--color-text) 74%, transparent); }
.demo-disclaimer { margin-top: 20px; padding: 13px 16px; border: 1px solid var(--color-accent-200); border-radius: 13px; background: var(--color-accent-100); color: var(--color-accent-900); font-size: 13px; }
.process-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 36px; align-items: start; margin-top: 48px; }
.process-steps { display: flex; flex-direction: column; padding-bottom: clamp(400px, 55vh, 480px); }
.process-step { display: grid; grid-template-columns: 48px 1fr; gap: 17px; min-height: 245px; padding: 24px 20px 30px 0; border-top: 1px solid var(--color-divider); opacity: .42; transition: opacity .28s ease, transform .28s ease; cursor: pointer; }
.process-step:last-child { border-bottom: 1px solid var(--color-divider); }
.process-step.is-active { opacity: 1; transform: translateX(8px); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #efede8; color: #645c50; font-size: 12px; font-weight: 800; transition: background .28s ease, color .28s ease, box-shadow .28s ease; }
.process-step.is-active .step-number { background: var(--color-accent); color: #fff; box-shadow: 0 8px 20px rgba(63, 124, 240, .25); }
.process-step h3 { margin: 4px 0 8px; font-size: 23px; }
.process-step p { margin: 0; color: color-mix(in srgb, var(--color-text) 72%, transparent); font-size: 15px; }
.demo-sticky { position: sticky; top: 104px; }
.demo-window { min-height: 590px; overflow: hidden; border: 1px solid var(--color-divider); border-radius: 24px; background: #fff; }
.demo-toolbar { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid var(--color-divider); background: #f7f8fb; color: #645c50; font-size: 12px; font-weight: 700; }
.demo-stage-copy { display: flex; align-items: baseline; justify-content: center; gap: 8px; white-space: nowrap; }.demo-stage-copy small { color: var(--ib-coral); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.demo-dots { display: flex; gap: 6px; }
.demo-dots i { width: 9px; height: 9px; border-radius: 50%; background: #d7d4ce; }
.demo-dots i:first-child { background: #e07a4b; }.demo-dots i:nth-child(2) { background: #e8bc5d; }.demo-dots i:last-child { background: #7a8a5e; }
.demo-badge { justify-self: end; padding: 5px 8px; border-radius: 999px; background: var(--color-accent-100); color: var(--color-accent-700); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.demo-screen { display: none; min-height: 532px; padding: 25px; }
.demo-screen.is-active { display: block; }
.demo-screen.is-active.stage-forward { animation: stageForward .32s ease both; }
.demo-screen.is-active.stage-backward { animation: stageBackward .32s ease both; }
@keyframes stageForward { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stageBackward { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.screen-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.screen-heading h3 { margin: 3px 0 0; font-size: 23px; }
.eyebrow { color: var(--color-accent-600); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.status-chip { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: var(--color-accent-100); color: var(--color-accent-700); font-size: 10px; font-weight: 800; }
.status-secure { background: #edf5e7; color: #586442; }
.case-thread { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 11px; margin-bottom: 13px; padding: 10px 12px 10px 15px; overflow: hidden; border: 1px solid #efd9ce; border-radius: 13px; background: #fff6f0; }.case-thread::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--ib-coral); }.case-token { width: 44px; height: 32px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: #8b5c46; box-shadow: inset 0 0 0 1px #e8c9b9; font-size: 10px; font-weight: 900; }.case-thread > div { min-width: 0; display: flex; flex-direction: column; }.case-thread small { color: #8b7569; font-size: 9px; letter-spacing: .03em; text-transform: uppercase; }.case-thread strong { overflow: hidden; color: #3d3933; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.case-state { padding: 5px 8px; border-radius: 999px; background: #fff0e8; color: #8b5c46; font-size: 9px; font-weight: 900; white-space: nowrap; }.case-thread.is-complete { border-color: #cfe1c7; background: #f1f8ed; }.case-thread.is-complete::before { background: var(--ib-sage); }.case-thread.is-complete .case-token { color: #466139; box-shadow: inset 0 0 0 1px #c4d8ba; }.case-thread.is-complete .case-state { background: #e8f3e2; color: #466139; }
.journey-focus { position: relative; border-color: #e9bda7 !important; background: #fff8f4 !important; box-shadow: none; }.journey-focus::after { content: "Hilo del caso"; position: absolute; top: -7px; right: 10px; padding: 2px 6px; border-radius: 999px; background: var(--ib-coral); color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.file-list { display: grid; gap: 6px; }
.file-list > div { display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; gap: 12px; padding: 8px 12px; border: 1px solid #e5e8ee; border-radius: 12px; background: #fbfcff; }
.file-list p { margin: 0; display: flex; flex-direction: column; }
.file-list small { color: #82796a; }
.file-list b { color: #586442; }
.file-icon { width: 38px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--color-accent-100); color: var(--color-accent-700); font-size: 9px; font-weight: 900; }
.screen-note { margin-top: 12px; padding: 9px 12px; border-radius: 10px; background: #f3f5f8; color: #645c50; font-size: 12px; }
.privacy-grid { display: grid; gap: 6px; }
.privacy-row { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 8px; align-items: center; padding: 9px 12px; border-radius: 10px; background: #f7f8fb; font-size: 13px; }
.privacy-row em { color: #a19786; font-style: normal; text-align: center; }.privacy-row strong { color: var(--color-accent-700); }.privacy-row .removed { color: #8b5c46; text-decoration: line-through; }
.quality-card { margin-top: 12px; padding: 12px; border: 1px solid #dfe5ee; border-radius: 14px; }
.quality-card > div:first-child { display: flex; justify-content: space-between; align-items: baseline; }.quality-card strong { font-size: 22px; color: var(--color-accent-700); }
.quality-bar { height: 8px; margin: 9px 0 13px; overflow: hidden; border-radius: 99px; background: #e8ebef; }.quality-bar i { display: block; height: 100%; border-radius: inherit; background: var(--ib-blue); }
.quality-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; font-size: 12px; }.quality-card li { display: flex; justify-content: space-between; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kpi-card { display: flex; flex-direction: column; min-height: 93px; padding: 12px; border: 1px solid #e2e5eb; border-radius: 13px; background: #fbfcff; }.kpi-card span { color: #645c50; font-size: 11px; }.kpi-card strong { margin-top: auto; font-family: var(--font-body); font-size: 23px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.025em; line-height: 1.05; }.kpi-card small { font-size: 9px; color: #82796a; }.kpi-wide { grid-column: 1 / -1; min-height: 94px; background: var(--color-accent-100); }.kpi-wide strong { color: var(--color-accent-800); font-size: 28px; }.positive { color: #587744 !important; }.warning { color: #b45f36 !important; }
.mini-trend { margin-top: 10px; padding: 9px 12px 2px; border-radius: 13px; background: #f7f8fb; font-size: 11px; }.mini-trend svg { display: block; width: 100%; height: 54px; }
.opportunity-list { display: grid; gap: 6px; }
.opportunity { display: grid; grid-template-columns: 10px minmax(170px, 1fr) 85px 85px; gap: 9px; align-items: center; padding: 10px 11px; border: 1px solid #e2e5eb; border-radius: 12px; }.priority-dot { width: 8px; height: 8px; border-radius: 50%; background: #e8bc5d; }.opportunity.high .priority-dot { background: var(--ib-coral); box-shadow: 0 0 0 4px rgba(224, 122, 75, .12); }.opportunity > div,.opportunity > p { display: flex; flex-direction: column; margin: 0; }.opportunity small { color: #82796a; font-size: 9px; }.opportunity p { text-align: right; }.opportunity p b { font-size: 15px; }.effort { padding: 5px 7px; border-radius: 999px; background: #edf5e7; color: #586442; font-size: 9px; font-weight: 800; text-align: center; }.effort.medium { background: #fff3df; color: #8b6222; }.warning-note { background: #fff5ed; color: #8b5c46; }
.action-list { display: grid; gap: 8px; }.action-card { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 11px 13px; border: 1px solid #e2e5eb; border-radius: 14px; }.action-index { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--color-accent); color: #fff; font-family: var(--font-heading); font-weight: 700; }.action-card p { margin: 3px 0 7px; color: #645c50; font-size: 12px; }.action-meta { display: flex; flex-wrap: wrap; gap: 6px; }.action-meta span { padding: 4px 7px; border-radius: 999px; background: #f1f3f6; color: #645c50; font-size: 9px; font-weight: 700; }
.funnel { display: grid; gap: 8px; }.funnel > div { position: relative; display: grid; grid-template-columns: 1fr 55px; gap: 8px; align-items: center; padding-bottom: 5px; }.funnel span { font-size: 12px; }.funnel strong { font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: -.02em; text-align: right; }.funnel i { grid-column: 1 / -1; display: block; height: 7px; border-radius: 999px; background: var(--ib-blue); }
.result-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }.result-summary > div { display: flex; flex-direction: column; padding: 10px 12px; border-radius: 12px; background: #f4f5f7; }.result-summary span { font-size: 10px; color: #645c50; }.result-summary strong { font-family: var(--font-body); font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.025em; line-height: 1.05; }.result-summary .net-result { grid-column: 1 / -1; background: #edf5e7; color: #3f5835; }.result-summary .net-result strong { font-size: 24px; }
.demo-progress { height: 4px; background: #e6e8ed; }.demo-progress i { display: block; width: 16.666%; height: 100%; background: var(--ib-blue); transition: width .35s ease; }

/* Confianza, entregables y contacto */
.trust-section { max-width: 1180px; margin: 0 auto; padding: 88px 40px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; scroll-margin-top: 80px; }
.trust-copy h2, .deliverables-heading h2, .contact-copy h2 { margin: 16px 0 12px; font-size: 40px; }
.trust-copy > p, .deliverables-heading > p, .contact-copy > p { margin: 0; color: color-mix(in srgb, var(--color-text) 74%, transparent); font-size: 17px; }
.trust-checks { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.trust-checks li { position: relative; padding-left: 30px; }.trust-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #edf5e7; color: #587744; font-size: 12px; font-weight: 900; }
.independence-note { margin-top: 25px !important; padding: 12px 14px; border-left: 3px solid var(--ib-coral); background: #fff5ed; color: #714932 !important; font-size: 12px !important; }
.security-card { padding: 27px; border: 1px solid var(--color-divider); border-radius: var(--radius-lg); background: #fff; }
.security-card .card-kicker { display: block; margin-bottom: 11px; color: var(--color-accent-700); }
.security-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 0; border-top: 1px solid #e8e5df; font-size: 13px; }.security-row span { color: #645c50; }.security-row strong { max-width: 210px; color: #344c2a; text-align: right; }
.deliverables-section { max-width: 1180px; margin: 0 auto; padding: 88px 40px 0; scroll-margin-top: 80px; }
.deliverables-heading { max-width: 720px; }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.deliverables-grid article { padding: 24px; border: 1px solid var(--color-divider); border-radius: 17px; background: var(--color-surface); }
.deliverables-grid article > span { color: var(--color-accent-500); font-size: 11px; font-weight: 900; letter-spacing: .08em; }.deliverables-grid h3 { margin: 13px 0 7px; font-size: 19px; }.deliverables-grid p { margin: 0; color: #645c50; font-size: 14px; }
.contact-section { max-width: 1180px; margin: 88px auto 0; padding: 56px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; border-radius: 26px; background: var(--ib-blue-deep); color: #fff; scroll-margin-top: 85px; }
.contact-copy .tag { background: rgba(255,255,255,.12); color: #aecaff; }.contact-copy h2 { color: #fff; }.contact-copy > p { color: rgba(255,255,255,.78); }
.contact-points { display: grid; gap: 9px; margin-top: 23px; color: rgba(255,255,255,.86); font-size: 13px; }
.collective-cta { margin-top: 32px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.06); }.collective-cta p { margin: 5px 0 8px; color: rgba(255,255,255,.72); font-size: 12px; }.collective-cta a { color: #aecaff; font-size: 12px; font-weight: 800; text-decoration: none; }
.contact-form { display: grid; gap: 14px; padding: 27px; border-radius: 16px; background: var(--color-surface); color: var(--color-text); box-shadow: none; }
.contact-form label { display: grid; gap: 6px; color: #4f4a42; font-size: 12px; font-weight: 800; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d9dce3; border-radius: 10px; padding: 11px 12px; background: #fbfcff; color: var(--color-text); font: inherit; font-size: 14px; outline: none; }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--color-accent-400); box-shadow: 0 0 0 3px var(--color-accent-100); }
.contact-form .consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; font-weight: 500; line-height: 1.45; }.consent input { width: 17px; height: 17px; margin: 2px 0 0; }.contact-form button { width: 100%; border: 0; cursor: pointer; font-size: 15px; padding: 13px 20px; }.contact-form button:disabled { cursor: wait; opacity: .65; }.form-help { margin: -3px 0 0; color: #82796a; font-size: 10px; text-align: center; }.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.form-status { min-height: 18px; margin: -4px 0 0; font-size: 12px; font-weight: 700; text-align: center; }.form-status:empty { display: none; }.form-status.is-success { color: #466139; }.form-status.is-error { color: #9a3d18; }

@media (max-width: 760px) {
  nav { padding: 14px 20px !important; flex-wrap: wrap; }
  nav > a:not(:first-child):not(.btn) { display: none; }
  header, section, main, footer { padding-left: 20px !important; padding-right: 20px !important; }
  header { grid-template-columns: 1fr !important; padding-top: 40px !important; }
  .hero-demo { min-height: 446px; }
  .hero-demo-stage { height: 322px; }
  .hero-demo-head { min-height: 64px; padding: 13px 15px; }.hero-demo-head strong { font-size: 15px; }.hero-simulated { display: none; }
  .hero-scene { inset: 16px; padding-top: 42px; }
  .hero-case-pill { top: 13px; right: 14px; }
  .hero-demo-footer { min-height: 56px; padding: 11px 15px; }
  .hero-priority-card { padding: 15px; }.hero-priority-card strong { font-size: 13px; }
  .hero-result-group { grid-template-columns: 1fr; }.hero-result-group strong { text-align: left; }.hero-result-group small { grid-column: 1; }
  header h1 { font-size: 42px !important; }
  h2 { font-size: 34px !important; }
  main h1 { font-size: 38px !important; }
  #resultados > div { grid-template-columns: 1fr !important; }
  section > div[style*="padding:60px 56px"] { padding: 42px 22px !important; }
  .process-demo { padding-top: 64px !important; }
  .process-intro h2 { font-size: 34px; }
  .process-layout { grid-template-columns: 1fr; gap: 24px; }
  .process-steps { gap: 12px; padding-bottom: 0; }
  .process-step { min-height: auto; padding: 18px 14px; border: 1px solid var(--color-divider); border-radius: 15px; opacity: 1; }
  .process-step.is-active { transform: none; border-color: var(--color-accent-300); box-shadow: 0 8px 24px rgba(20, 51, 113, .08); }
  .demo-sticky { position: relative; top: auto; order: -1; }
  .demo-window { min-height: 620px; }
  .demo-screen { min-height: 562px; padding: 18px; }
  .demo-toolbar { grid-template-columns: auto 1fr; }
  .demo-toolbar > span:nth-child(2) { text-align: right; }
  .demo-stage-copy { display: grid; gap: 0; justify-items: end; line-height: 1.2; }
  .demo-badge { display: none; }
  .case-thread { grid-template-columns: 44px minmax(0, 1fr); }.case-thread .case-state { display: none; }.case-thread strong { white-space: normal; }
  .opportunity { grid-template-columns: 9px 1fr 72px; }
  .opportunity .effort { display: none; }
  .trust-section, .contact-section { grid-template-columns: 1fr; gap: 32px; }
  .trust-section { padding-top: 64px !important; }
  .deliverables-section { padding-top: 64px !important; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .contact-section { margin-top: 64px; padding-top: 42px !important; padding-bottom: 42px !important; border-radius: 0; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .process-step, .demo-screen, .demo-progress i, .hero-scene, .hero-quality b, .hero-patient-cloud i, .hero-result-orbit span, .hero-timeline > button::before, .hero-timeline > span { transition: none; animation: none !important; }
  .hero-demo-footer > button { display: none !important; }
}
