/* Odontología. Variables (--brand, --brand-soft, --text-soft, --line…), .eyebrow, .btn*, .faq y .cta-final vienen de styles.css, que se carga después. */
.odontoPage { overflow-x: clip; }
.odontoPage main > section:not(.bgModoAzul) { background: transparent; }
.odoMain h1, .odoMain h2, .odoMain h3 { color: var(--brand); text-wrap: balance; }
.odoMain .cta-final__title { color: #fff; }
.odoMain p { text-wrap: pretty; }
.odoSection { position: relative; padding: 96px 0; }
.odoReveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1); }
.odoReveal.is-visible { opacity: 1; transform: none; }
.odoMain .odoBadge { display: grid; grid-template-columns: minmax(18px, 90px) max-content minmax(18px, 90px); align-items: center; justify-content: center; gap: clamp(10px, 2vw, 16px); width: min(100%, 900px); margin: 0 auto 18px; white-space: nowrap; text-align: center; }
.odoMain .odoBadge::before, .odoMain .odoBadge::after { width: 100%; }
.odoMain .odoBadge--center { margin-bottom: 26px; }

/* Cabecera de sección */
.odoCopy { min-width: 0; }
.odoCopy h2 { margin: 0 0 20px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; font-weight: 800; letter-spacing: -.02em; }
.odoCopy p { margin: 0 0 16px; color: var(--text-soft); font-size: 17px; line-height: 1.7; }
.odoCopy .odoQuote { margin: 26px 0 0; padding: 0 0 0 18px; border-left: 2px solid var(--brand-soft); color: var(--brand); font-size: 17px; font-weight: 400; line-height: 1.65; }
.odoVisual { min-width: 0; display: grid; gap: 18px; align-content: start; }
.odoVisual .odoQuote { margin: 0; padding: 0 0 0 18px; border-left: 2px solid var(--brand-soft); color: var(--brand); font-size: 17px; font-weight: 400; line-height: 1.65; }
.odoCopy--center { max-width: 900px; margin: 0 auto; text-align: center; }
.odoCopy--center .odoBadge { display: flex; width: fit-content; margin-inline: auto; }
.odoCopy--center .odoQuote { width: fit-content; max-width: 780px; margin-inline: auto; text-align: left; }

/* Hero */
.odoHero { padding: 96px 0 72px; }
.odoHero__inner { max-width: 1080px; text-align: center; }
.odoHero h1 { margin: 0 0 24px; font-size: clamp(38px, 4.6vw, 58px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; }
.odoHero__lead { max-width: 900px; margin: 0 auto; color: var(--text-soft); font-size: 19px; line-height: 1.6; }
.odoActions { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 16px; width: fit-content; max-width: 100%; margin: 32px auto 0; }
.odoMain .cta-final__actions { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; width: fit-content; max-width: 100%; margin-inline: auto; }
.odoMicro { margin: 18px 0 0; color: var(--text-muted); font-size: 15px; }
.odoHero .odoHero__stage { margin-top: 54px; }
.odoDevice { width: min(1080px, 100%); margin: 0 auto; padding: 22px; border-radius: 36px; background: linear-gradient(145deg, #2a3742 0%, #1c2630 50%, #0f161b 100%); box-shadow: 0 28px 80px rgba(0, 61, 79, .22), inset 0 1px 0 rgba(255, 255, 255, .08); }
.odoDevice__screen { min-height: 520px; padding: 28px; border-radius: 20px; background: #f9fcfc; overflow: hidden; }
.odoTopbar, .odoMockHead { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.odoTopbar strong, .odoMockHead strong { display: block; color: var(--brand); font-size: 17px; font-weight: 700; }
.odoTopbar span, .odoMockHead span { display: block; color: var(--text-muted); font-size: 13px; }
.odoTopbar__dots { color: var(--brand); letter-spacing: 4px; font-weight: 800; }
/* Flujo del paciente: 5 pasos sobre una línea continua; el tramo recorrido llega hasta el paso actual (3 de 5 → centros al 10/30/50/70/90 %) */
.odoFlow { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 26px 0 24px; padding: 0; list-style: none; }
.odoFlow::before, .odoFlow::after { content: ""; position: absolute; top: 13px; height: 2px; border-radius: 2px; pointer-events: none; }
.odoFlow::before { left: 10%; right: 10%; background: var(--line); }
.odoFlow::after { left: 10%; width: 40%; background: linear-gradient(90deg, var(--brand), var(--brand-soft)); }
.odoFlow__step { position: relative; display: grid; justify-items: center; gap: 3px; padding: 0 6px; text-align: center; }
.odoFlow__dot { position: relative; z-index: 1; display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 8px; border: 2px solid var(--line-strong); border-radius: 50%; background: #fff; color: #fff; }
.odoFlow__dot svg { display: none; width: 14px; height: 14px; }
.odoFlow__step.is-done .odoFlow__dot { border-color: var(--brand); background: var(--brand); }
.odoFlow__step.is-done .odoFlow__dot svg { display: block; }
.odoFlow__step.is-current .odoFlow__dot { border-color: var(--brand); box-shadow: 0 0 0 5px rgba(0, 85, 109, .12); }
.odoFlow__step.is-current .odoFlow__dot::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); }
.odoFlow__label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); }
.odoFlow__step strong { font-size: 15px; line-height: 1.2; color: var(--text-soft); }
.odoFlow__step small { font-size: 13px; line-height: 1.35; color: var(--text-muted); }
.odoFlow__step.is-done strong, .odoFlow__step.is-current strong { color: var(--brand); }
.odoFlow__step.is-current small { color: var(--text-soft); }
.odoHeroCards article, .odoMiniCards article, .odoTimeline article, .odoOdontogram, .odoPatientPanel, .odoStatusPanel { border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: 0 12px 28px rgba(0, 61, 79, .05); }
.odoMiniCards span, .odoHeroCards span, .odoTimeline article > span:not(.odoTimeline__step) { display: block; color: var(--text-soft); font-size: 14px; line-height: 1.45; }
.odoHeroCards strong, .odoMiniCards strong, .odoTimeline strong { display: block; color: var(--brand); font-size: 17px; line-height: 1.25; font-weight: 700; }
.odoDevice__grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 18px; }
.odoOdontogram, .odoPatientPanel, .odoStatusPanel { min-height: 200px; padding: 22px; border-radius: 22px; background: #fff; }
.odoOdontogram { display: grid; place-items: center; padding: 14px; overflow: hidden; }
.odoOdontogram img { display: block; width: 100%; height: auto; }
.odoPatientPanel { display: grid; align-content: space-between; gap: 18px; }
.odoPatient__head { display: flex; align-items: center; gap: 14px; }
.odoAvatar { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-soft)); color: #fff; font-size: 16px; font-weight: 800; letter-spacing: .02em; }
.odoPatient__head small { display: block; margin-bottom: 2px; color: var(--text-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.odoPatient__head strong { display: block; color: var(--brand); font-size: 22px; line-height: 1.1; }
.odoPatient__meta { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: var(--brand-pale); color: var(--text-soft); font-size: 14px; font-weight: 600; }
.odoPatient__meta svg { flex: none; width: 18px; height: 18px; color: var(--brand); }
.odoStatusPanel { display: grid; align-content: center; }
.odoStatusList { display: grid; margin: 0; padding: 0; list-style: none; }
.odoStatusList li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--text); font-size: 14px; font-weight: 600; }
.odoStatusList li:first-child { padding-top: 0; border-top: 0; }
.odoStatusList li:last-child { padding-bottom: 0; }
.odoStatusList__icon { display: grid; place-items: center; flex: none; width: 26px; height: 26px; border-radius: 50%; }
.odoStatusList__icon svg { width: 14px; height: 14px; }
.odoStatusList .is-ok .odoStatusList__icon { background: rgba(42, 157, 143, .14); color: var(--green); }
.odoStatusList .is-pending { color: var(--text-soft); }
.odoStatusList .is-pending .odoStatusList__icon { background: rgba(214, 125, 109, .16); color: var(--warm); }
.odoTags span, .odoAgenda__list article > span, .odoTag { width: fit-content; padding: 7px 10px; border-radius: 999px; background: rgba(54, 132, 139, .1); color: var(--brand); font-size: 13px; font-weight: 700; line-height: 1.2; }
.odoHeroCards { counter-reset: odoCard; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 28px; }
.odoHeroCards article { counter-increment: odoCard; position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; align-content: start; column-gap: 12px; row-gap: 10px; padding: 24px 20px 22px; border: 1px solid rgba(0, 85, 109, .14); border-radius: 22px; background: linear-gradient(160deg, #fff 0%, #f3f8f9 100%); box-shadow: 0 18px 38px -24px rgba(0, 61, 79, .35); overflow: hidden; transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease; }
.odoHeroCards article::before { content: "0" counter(odoCard); position: absolute; right: 14px; bottom: 8px; font-family: var(--font-heading); font-size: 38px; line-height: 1; font-weight: 800; letter-spacing: -.04em; color: rgba(0, 85, 109, .08); pointer-events: none; }
.odoHeroCards article::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--brand) 0%, var(--brand-soft) 60%, var(--green) 100%); }
.odoHeroCards .odoHeroCards__icon { grid-column: 1; grid-row: 1; display: grid; place-items: center; width: 40px; height: 40px; margin: 0; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%); color: #fff; box-shadow: 0 10px 20px -8px rgba(0, 85, 109, .55); font-size: 0; line-height: 0; }
.odoHeroCards .odoHeroCards__icon svg { display: block; width: 20px; height: 20px; }
.odoHeroCards article strong { grid-column: 2; grid-row: 1; margin: 0; font-size: 16px; line-height: 1.2; color: var(--brand-deep); text-wrap: balance; overflow-wrap: normal; }
.odoHeroCards article > span:not(.odoHeroCards__icon) { grid-column: 1 / -1; font-size: 14px; line-height: 1.5; color: var(--text-soft); }
@media (hover: hover) { .odoHeroCards article:hover { transform: translateY(-6px); border-color: rgba(0, 85, 109, .32); box-shadow: 0 28px 48px -22px rgba(0, 61, 79, .45); } }
.odoMiniCards article, .odoTimeline article { padding: 20px; }
.odoMiniCards strong, .odoTimeline strong { margin-bottom: 8px; }

/* Bloques texto + mockup */
.odoSplit { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
.odoSplit--reverse > .odoCopy { order: 2; }
.odoMiniCards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.odoCard { min-width: 0; border: 1px solid var(--line); border-radius: 26px; background: rgba(255, 255, 255, .98); box-shadow: 0 34px 76px rgba(0, 61, 79, .12); }
.odoConnection { padding: 30px; }
.odoConnection__core { width: min(360px, 100%); margin: 0 auto 26px; padding: 24px; border-radius: 22px; color: #fff; text-align: center; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%); box-shadow: 0 16px 32px rgba(0, 85, 109, .18); }
.odoConnection__core span, .odoConnection__core small { display: block; opacity: .86; font-size: 14px; }
.odoConnection__core strong { display: block; margin: 4px 0; font-size: 28px; }
.odoConnection__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.odoConnection__cols div { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.odoConnection__cols h3 { margin: 0 0 12px; font-size: 18px; }
.odoConnection__cols span { display: block; margin-top: 9px; color: var(--text-soft); font-size: 15px; font-weight: 600; }
.odoClinic { position: relative; min-height: 520px; padding: 28px; overflow: hidden; }
.odoClinic__shot { display: block; width: min(540px, 100%); height: auto; margin-top: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 30px -18px rgba(0, 61, 79, .25); }
.odoClinic__side { position: absolute; right: 28px; bottom: 28px; width: 260px; padding: 22px; border-radius: 20px; background: var(--brand); color: #fff; box-shadow: 0 18px 38px rgba(0, 85, 109, .24); }
.odoClinic__side span, .odoClinic__side small { display: block; opacity: .82; font-size: 13px; }
.odoClinic__side strong { display: block; margin-top: 6px; font-size: 17px; }
.odoClinic__side p { margin: 8px 0 14px; font-size: 15px; }
.odoPlan, .odoAgenda, .odoDocument, .odoEconomy { min-height: 500px; padding: 28px; }
.odoPhases { display: grid; gap: 14px; margin: 26px 0; padding: 0; list-style: none; }
.odoPhases li { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 16px; min-height: 72px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.odoPhases li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--brand); background: var(--brand-fade); font-weight: 800; }
.odoPhases strong { color: var(--brand); font-size: 16px; }
.odoPhases small { color: var(--text-muted); font-size: 13px; font-weight: 700; }
.odoPhases .is-done > span, .odoPhases .is-active > span { color: #fff; background: var(--brand); }
.odoPhases .is-active { background: rgba(236, 248, 247, .9); box-shadow: inset 4px 0 0 var(--green); }
.odoTags { display: flex; flex-wrap: wrap; gap: 10px; }
.odoAgenda__list { display: grid; gap: 14px; margin-top: 26px; }
.odoAgenda__list article { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 16px; min-height: 80px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(90deg, #fff, rgba(244, 248, 248, .9)); }
.odoAgenda__list time { color: var(--brand); font-weight: 800; }
.odoAgenda__list strong { color: var(--brand); font-size: 16px; }
.odoDocument { display: grid; place-items: center; background: linear-gradient(145deg, rgba(0, 85, 109, .05), transparent 55%), rgba(255, 255, 255, .98); }
.odoPaper { width: min(390px, 100%); min-height: 420px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 22px 44px rgba(0, 61, 79, .12); }
.odoPaper h3 { margin: 26px 0 22px; font-size: 28px; line-height: 1.1; }
.odoPaper p { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--text-soft); font-size: 15px; }
.odoPaper__btn { display: grid; place-items: center; width: 100%; min-height: 48px; margin-top: 24px; border-radius: 12px; color: #fff; background: var(--brand); font-weight: 700; }
.odoMetrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.odoMetrics article { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.odoMetrics span, .odoMetrics small, .odoActivity span, .odoActivity small { display: block; color: var(--text-muted); font-size: 14px; font-weight: 600; }
.odoMetrics strong { display: block; margin: 12px 0 6px; color: var(--brand); font-size: 36px; line-height: 1; }
.odoActivity { margin-top: 18px; padding: 24px; border-radius: 22px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%); color: #fff; }
.odoActivity span, .odoActivity small { color: rgba(255, 255, 255, .78); }
.odoActivity strong { display: block; margin: 4px 0; font-size: 21px; }

/* Variantes de sección: cada funcionalidad cambia de composición. Los envoltorios .odoCopy__head/__body son transparentes salvo donde una variante los coloca en el grid. */
.odoCopy__head, .odoCopy__body { display: contents; }

/* Gestión completa: la tarjeta de conexión como diagrama (nodo → conector → dos columnas de chips) */
.odoSection--open .odoSplit { align-items: start; }
.odoSection--open .odoConnection__core { position: relative; margin-bottom: 40px; }
.odoSection--open .odoConnection__core::after { content: ""; position: absolute; left: 50%; top: 100%; width: 2px; height: 40px; background: linear-gradient(180deg, var(--brand-soft), var(--brand-mist)); transform: translateX(-50%); }
.odoSection--open .odoConnection__cols { position: relative; }
.odoSection--open .odoConnection__cols::before { content: ""; position: absolute; left: 25%; right: 25%; top: -1px; height: 2px; background: var(--brand-mist); }
.odoSection--open .odoConnection__cols div { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 8px; align-content: start; padding: 22px 16px 18px; }
.odoSection--open .odoConnection__cols h3 { grid-column: 1 / -1; margin: 0 0 6px; }
.odoSection--open .odoConnection__cols span { margin: 0; padding: 8px 10px; border-radius: 10px; background: var(--brand-pale); color: var(--text-soft); font-size: 14px; font-weight: 600; line-height: 1.3; }
.odoSection--open .odoConnection__cols span { position: relative; padding-left: 28px; border: 1px solid var(--line); background: #fff; }
.odoSection--open .odoConnection__cols span::before, .odoConnection__legend span::before { content: ""; position: absolute; left: 11px; top: 50%; width: 9px; height: 9px; margin-top: -4.5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(42, 157, 143, .16); }
.odoSection--open .odoConnection__cols div:first-child span:nth-child(5)::before, .odoSection--open .odoConnection__cols div:last-child span:nth-child(2)::before, .odoConnection__legend .is-current::before { background: var(--brand); box-shadow: 0 0 0 3px rgba(0, 85, 109, .16); }
.odoSection--open .odoConnection__cols div:last-child span:nth-child(3)::before, .odoSection--open .odoConnection__cols div:last-child span:nth-child(4)::before, .odoConnection__legend .is-pending::before { background: var(--warm); box-shadow: 0 0 0 3px rgba(214, 125, 109, .18); }
.odoConnection__legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 16px; }
.odoConnection__legend span { position: relative; padding-left: 20px; color: var(--text-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.odoConnection__legend span::before { left: 2px; width: 8px; height: 8px; margin-top: -4px; }

/* 01 Historia: doble página, odontograma a todo el ancho */
.odoSection--wide .odoSplit { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "head head" "body body" "quote quote" "visual visual" "cards cards"; gap: 28px 56px; align-items: start; }
.odoSection--wide .odoCopy, .odoSection--wide .odoVisual { display: contents; }
.odoSection--wide .odoCopy__head { display: block; grid-area: head; text-align: center; }
.odoSection--wide .odoCopy__body { display: block; grid-area: body; text-align: center; }
.odoSection--wide .odoCopy__body p { max-width: 980px; margin-inline: auto; text-wrap: balance; }
.odoSection--wide .odoCopy h2 { max-width: none; margin-bottom: 0; font-size: clamp(32px, 3.6vw, 50px); }
.odoSection--wide .odoCopy__body p:last-child { margin-bottom: 0; }
.odoSection--wide .odoVisual .odoQuote { grid-area: quote; justify-self: center; align-self: start; width: fit-content; max-width: 720px; margin-top: -8px; text-align: left; }
.odoSection--wide .odoMiniCards { grid-area: cards; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 0; }
.odoSection--wide .odoClinic { grid-area: visual; display: grid; grid-template-columns: minmax(0, 1fr) 320px; column-gap: 28px; align-items: end; min-height: 0; margin-top: 12px; padding: 28px; }
.odoSection--wide .odoClinic .odoMockHead { grid-column: 1 / -1; }
.odoSection--wide .odoClinic__shot { grid-column: 1; grid-row: 2 / span 2; align-self: start; width: 100%; margin-top: 28px; }
.odoSection--wide .odoAnswers { grid-column: 2; grid-row: 2; align-self: start; margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 14px 30px -18px rgba(0, 61, 79, .25); overflow: hidden; font-size: 12px; }
.odoAnswers__head, .odoAnswers__row, .odoAnswers__foot { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 7px 12px; }
.odoAnswers__head { grid-template-columns: minmax(0, 1fr) auto 30px; background: var(--brand-pale); color: var(--text-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.odoAnswers__head .odoAnswers__lock { width: 30px; height: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.odoAnswers__row { border-top: 1px solid var(--line); }
.odoAnswers__row.is-alert { background: #fff6e8; box-shadow: inset 3px 0 0 #f0a52a; }
.odoAnswers__q { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; }
.odoAnswers__q.has-warn { grid-template-columns: 14px minmax(0, 1fr); column-gap: 8px; }
.odoAnswers__q strong { display: block; color: var(--text); font-size: 12.5px; font-weight: 600; line-height: 1.3; }
.odoAnswers__q small { display: block; color: var(--text-muted); font-size: 10.5px; }
.odoAnswers__q.has-warn strong, .odoAnswers__q.has-warn small { grid-column: 2; }
.odoAnswers__warn { grid-column: 1; grid-row: 1 / span 2; width: 14px; height: 14px; color: #e08a1f; }
.odoAnswers__a { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
.is-alert .odoAnswers__a { border-color: #f0a52a; box-shadow: 0 0 0 2px rgba(240, 165, 42, .18); }
.odoToggle { position: relative; width: 34px; height: 18px; margin: 5px 8px; border-radius: 999px; background: #d8e2e4; }
.odoToggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); }
.odoToggle.is-on { background: var(--brand-soft); }
.odoToggle.is-on::after { left: 18px; }
.odoAnswers__field { padding: 0 10px; color: var(--text-muted); font-size: 11.5px; line-height: 28px; white-space: nowrap; }
.odoAnswers__lock { display: grid; place-items: center; width: 28px; height: 28px; border-left: 1px solid var(--line); background: #f6f9f9; color: var(--text-soft); }
.odoAnswers__lock svg { width: 13px; height: 13px; }
.odoAnswers__foot { border-top: 1px solid var(--line); color: var(--text-muted); font-size: 11px; }
.odoAnswers__pager { display: inline-flex; align-items: center; gap: 10px; }
.odoAnswers__pager b { display: grid; place-items: center; min-width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 6px; color: var(--text); font-weight: 700; }
.odoSection--wide .odoClinic__side { grid-column: 2; grid-row: 3; align-self: end; position: static; width: auto; margin-top: 24px; }

/* 02 Tratamientos: banda azul a sangre; el plan flota en fichas blancas en escalera */
.odoSection.bgModoAzul { margin-inline: 0; padding: 96px 0; }
.odoSection--band .odoCopy h2, .odoSection--band .odoBadge, .odoSection--band .odoMiniCards strong, .odoSection--band .odoMockHead strong { color: #fff; }
.odoSection--band .odoCopy p, .odoSection--band .odoMiniCards span { color: rgba(255, 255, 255, .84); }
.odoSection--band .odoBadge::before { background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, .8) 100%); }
.odoSection--band .odoBadge::after { background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, transparent 100%); }
.odoSection--band .odoMiniCards article { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); box-shadow: none; }
.odoSection--band .odoPlan { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.odoSection--band .odoMockHead { border-bottom-color: rgba(255, 255, 255, .25); }
.odoSection--band .odoMockHead span { color: rgba(255, 255, 255, .7); }
.odoSection--band .odoPhases { gap: 12px; }
.odoSection--band .odoPhases li { box-shadow: 0 18px 34px -22px rgba(0, 20, 30, .6); }
.odoSection--band .odoPhases li:nth-child(2) { width: calc(100% - 16px); margin-left: 16px; }
.odoSection--band .odoPhases li:nth-child(3) { width: calc(100% - 32px); margin-left: 32px; }
.odoSection--band .odoPhases li:nth-child(4) { width: calc(100% - 48px); margin-left: 48px; }
.odoSection--band .odoPhases li:nth-child(5) { width: calc(100% - 64px); margin-left: 64px; }
.odoSection--band .odoTags span { background: rgba(255, 255, 255, .14); color: #fff; }
.odoSection--band .odoVisual .odoQuote { border-left-color: rgba(255, 255, 255, .7); color: #fff; }

/* 03 Agenda: mini-tarjetas como lista con índice; citas colgadas de un raíl de tiempo */
.odoSection--index .odoMiniCards { counter-reset: odoIdx; grid-template-columns: 1fr; gap: 0; margin-top: 26px; border-top: 1px solid var(--line); }
.odoSection--index .odoMiniCards article { counter-increment: odoIdx; display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; padding: 16px 4px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; transition: transform .25s ease; }
.odoSection--index .odoMiniCards article::before { content: "0" counter(odoIdx); grid-row: 1 / span 2; padding-top: 3px; font-family: var(--font-heading); font-size: 15px; font-weight: 800; letter-spacing: .04em; color: var(--brand-soft); }
.odoSection--index .odoMiniCards strong { margin-bottom: 4px; }
.odoSection--index .odoAgenda { min-height: 0; padding: 26px 28px 22px; }
.odoSection--index .odoAgenda__list { position: relative; margin-top: 22px; padding-left: 30px; }
.odoSection--index .odoAgenda__list::before { content: ""; position: absolute; left: 6px; top: 14px; bottom: 14px; width: 2px; border-radius: 2px; background: rgba(0, 85, 109, .14); }
.odoSection--index .odoAgenda__list::after { content: ""; position: absolute; left: 6px; top: 14px; bottom: 14px; width: 2px; border-radius: 2px; background: linear-gradient(180deg, rgba(0, 85, 109, 0), var(--brand) 40%, var(--green) 60%, rgba(42, 157, 143, 0)) 0 0 / 100% 96px no-repeat; opacity: 0; animation: odoRailSweep 6s linear infinite; }
.odoSection--index .odoAgenda__list article { position: relative; grid-template-columns: 56px minmax(0, 1fr) auto; min-height: 0; padding: 13px 8px 13px 6px; border: 0; border-bottom: 1px solid var(--line); border-radius: 12px; background: transparent; }
.odoSection--index .odoAgenda__list article:nth-child(2) { background: linear-gradient(90deg, rgba(0, 85, 109, .06), rgba(0, 85, 109, 0) 70%); }
.odoSection--index .odoAgenda__list article::before { content: ""; position: absolute; left: -29px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border: 3px solid var(--brand); border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(0, 85, 109, 0); animation: odoDotPulse 6s ease-out infinite; }
.odoSection--index .odoAgenda__list article:nth-child(1)::before { animation-delay: .4s; }
.odoSection--index .odoAgenda__list article:nth-child(2)::before { animation-delay: 1.9s; }
.odoSection--index .odoAgenda__list article:nth-child(3)::before { animation-delay: 3.4s; }
.odoSection--index .odoAgenda__list article:nth-child(4)::before { animation-delay: 4.9s; }
.odoSection--index .odoAgenda__list article:last-child { border-bottom: 0; }
.odoSection--index .odoAgenda__list time { display: inline-grid; place-items: center; min-width: 50px; height: 28px; padding: 0 8px; border-radius: 8px; background: var(--brand-pale); color: var(--brand); font-size: 13px; font-weight: 800; }
.odoSection--index .odoAgenda__list strong { font-size: 15.5px; }
.odoSection--index .odoAgenda__list article:nth-child(1) > span { background: rgba(214, 125, 109, .14); color: #b5563f; }
.odoSection--index .odoAgenda__list article:nth-child(2) > span, .odoSection--index .odoAgenda__list article:nth-child(3) > span { background: rgba(42, 157, 143, .14); color: #1f7d72; }
@keyframes odoRailSweep { 0% { background-position-y: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { background-position-y: 100%; opacity: 0; } }
@keyframes odoDotPulse { 0%, 100% { background: #fff; transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 85, 109, 0); } 5% { background: var(--brand); transform: scale(1.15); box-shadow: 0 0 0 5px rgba(0, 85, 109, .2); } 16% { background: #fff; transform: scale(1); box-shadow: 0 0 0 11px rgba(0, 85, 109, 0); } }
/* Agenda: cabecera a todo el ancho; párrafo + lista a la izquierda y mockup a la derecha arrancando a la misma altura */
.odoSection--index .odoSplit { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); grid-template-areas: "head head" "body visual" "cards visual"; gap: 0 56px; align-items: start; }
.odoSection--index .odoCopy { display: contents; }
.odoSection--index .odoCopy__head { display: block; grid-area: head; margin-bottom: 28px; text-align: center; }
.odoSection--index .odoCopy h2 { max-width: 980px; margin: 0 auto; }
.odoSection--index .odoCopy__body { display: block; grid-area: body; }
.odoSection--index .odoMiniCards { grid-area: cards; }
.odoSection--index .odoVisual { grid-area: visual; align-self: start; }

/* 04 Documentación: pila de folios girados; mini-tarjetas como checklist */
.odoSection--paper .odoDocument { position: relative; min-height: 0; padding: 44px 30px; border: 0; background: transparent; box-shadow: none; }
.odoSection--paper .odoDocument::before, .odoSection--paper .odoDocument::after { content: ""; position: absolute; top: 50%; left: 50%; width: min(390px, 100%); height: 420px; margin: -210px 0 0 min(-195px, -50%); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 40px -24px rgba(0, 61, 79, .3); }
.odoSection--paper .odoDocument::before { transform: rotate(5deg) translate(12px, 8px); }
.odoSection--paper .odoDocument::after { transform: rotate(-7deg) translate(-14px, 4px); }
.odoSection--paper .odoPaper { position: relative; z-index: 1; transform: rotate(-2deg); transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.odoSection--paper .odoMiniCards { grid-template-columns: 1fr; gap: 10px; }
.odoSection--paper .odoMiniCards article { display: grid; grid-template-columns: 24px 1fr; column-gap: 12px; padding: 14px 16px; border-radius: 14px; }
.odoSection--paper .odoMiniCards article::before { content: ""; grid-row: 1 / span 2; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: rgba(42, 157, 143, .14) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a9d8f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat; }
.odoSection--paper .odoMiniCards strong { margin-bottom: 4px; }
@media (hover: hover) { .odoSection--paper .odoDocument:hover .odoPaper { transform: rotate(0); } .odoSection--index .odoMiniCards article:hover { transform: translateX(5px); } }

/* 05 Gestión económica: texto + lista compacta a la izquierda (cita debajo del párrafo); un único panel dashboard a la derecha */
.odoSection--ledger .odoSplit { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 56px; }
.odoSection--ledger .odoMiniCards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 28px; margin-top: 26px; }
.odoSection--ledger .odoMiniCards article { display: grid; grid-template-columns: 14px 1fr; column-gap: 10px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.odoSection--ledger .odoMiniCards article::before { content: ""; grid-row: 1 / span 2; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-soft)); }
.odoSection--ledger .odoMiniCards strong { margin-bottom: 2px; font-size: 16px; }
.odoSection--ledger .odoMiniCards span { font-size: 13.5px; }
.odoSection--ledger .odoEconomy { display: grid; gap: 14px; min-height: 0; padding: 18px; background: linear-gradient(160deg, #fff 0%, #f3f8f9 100%); }
.odoSection--ledger .odoMetrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.odoSection--ledger .odoMetrics article { min-height: 0; padding: 22px 22px 20px; border: 0; border-radius: 18px; background: var(--brand-pale); }
.odoSection--ledger .odoMetrics strong { margin: 10px 0 4px; font-size: 38px; }
.odoSection--ledger .odoActivity { position: relative; overflow: hidden; margin: 0; padding: 26px 24px; border-radius: 18px; }
.odoSection--ledger .odoActivity::before { content: ""; position: absolute; top: -60px; right: -50px; width: 190px; height: 190px; border: 26px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.odoSection--ledger .odoActivity strong { font-size: 24px; }

/* Recorrido del paciente */
.odoTimeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.odoTimeline::before { content: ""; position: absolute; top: 43px; left: 45px; right: calc(25% - 58.5px); height: 2px; background: linear-gradient(90deg, var(--brand), var(--brand-soft), var(--green)); opacity: .34; }
.odoTimeline article { position: relative; min-height: 220px; padding-top: 72px; border-radius: 22px; background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 248, 248, .86)); }
.odoTimeline__step { position: absolute; top: 18px; left: 20px; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-soft) 100%); box-shadow: 0 12px 24px rgba(0, 85, 109, .18); font-size: 17px; font-weight: 800; }
.odoTimeline article:nth-child(even) .odoTimeline__step { background: linear-gradient(135deg, var(--green) 0%, var(--brand-soft) 100%); }
/* Línea de progreso ligada al scroll (--odo-progress la fija odontologia.js) y encendido de cada paso al alcanzarlo */
.odoTimeline::after { content: ""; position: absolute; top: 43px; left: 45px; width: calc((75% + 13.5px) * var(--odo-progress, 1)); height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--brand-soft), var(--green)); box-shadow: 0 0 12px rgba(0, 85, 109, .35); transition: width .15s linear; }
.odoTimeline.is-enhanced article { opacity: .5; transform: translateY(10px); transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1); }
.odoTimeline.is-enhanced article.is-reached { opacity: 1; transform: none; }
.odoTimeline.is-enhanced article:not(.is-reached) .odoTimeline__step { color: var(--brand); background: #fff; box-shadow: inset 0 0 0 2px var(--line); transform: scale(.9); transition: background .35s ease, color .35s ease, box-shadow .35s ease, transform .35s ease; }
.odoTimeline.is-enhanced article.is-reached .odoTimeline__step { animation: odoStepPop .6s cubic-bezier(.22, 1, .36, 1); }
.odoTimeline.is-enhanced article.is-reached .odoTimeline__step::after { content: ""; position: absolute; inset: -6px; border: 2px solid var(--brand-soft); border-radius: 50%; animation: odoStepRing .9s ease-out forwards; }
@keyframes odoStepPop { 0% { transform: scale(.9); } 55% { transform: scale(1.14); } 100% { transform: scale(1); } }
@keyframes odoStepRing { 0% { opacity: .8; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.6); } }

/* FAQ: mismo tratamiento que .phyFaq */
.odontoPage .odoFaq { background: transparent; padding: 76px 0 70px; }

@media (max-width: 1080px) {
    .odoHeroCards { grid-template-columns: repeat(2, 1fr); }
    .odoHeroCards article:last-child { grid-column: 1 / -1; }
    .odoDevice__grid, .odoSplit { grid-template-columns: 1fr; }
    .odoPatientPanel { order: -1; }
    .odoSplit--reverse > .odoCopy { order: 0; }
    .odoTimeline { grid-template-columns: repeat(2, 1fr); }
    .odoTimeline::before, .odoTimeline::after { display: none; }
}

@media (max-width: 900px) {
    .odoSection { padding: 64px 0; }
    .odontoPage .odoFaq { padding-block: 56px 48px; }
    .odoFaq .sectionTitle { font-size: 30px; }
}

@media (max-width: 720px) {
    .odoHero { padding: 64px 0 48px; }
    .odoHero h1 { font-size: clamp(34px, 10vw, 44px); }
    .odoCopy h2 { font-size: clamp(28px, 8vw, 36px); }
    .odoSection--open .odoCopy h2 { text-align: center; text-wrap: normal; text-wrap: pretty; }
    .odoHero__lead, .odoCopy p { font-size: 16px; }
    .odoActions, .odoMain .cta-final__actions { grid-auto-flow: row; grid-template-columns: 1fr; width: 100%; }
    .odoActions .btn, .odoMain .cta-final__actions .btn { width: 100%; }
    .odoDevice { width: calc(100% + 24px); margin-inline: -12px; padding: 12px; border-radius: 28px; }
    .odoDevice__screen { min-height: auto; max-height: clamp(460px, 68vh, 620px); padding: 18px; border-radius: 18px; overflow-y: auto; overscroll-behavior: auto; scrollbar-width: thin; }
    .odoHeroCards, .odoMiniCards, .odoTimeline, .odoMetrics, .odoConnection__cols { grid-template-columns: 1fr; }
    .odoHeroCards article:last-child { grid-column: auto; }
    .odoDevice__screen { display: flex; flex-direction: column; gap: 18px; }
    .odoDevice__grid { display: contents; }
    .odoTopbar, .odoFlow, .odoPatientPanel, .odoOdontogram, .odoStatusPanel { flex: none; }
    .odoTopbar { order: 0; }
    .odoPatientPanel { order: 1; min-height: 0; align-content: start; gap: 14px; }
    .odoFlow { order: 2; }
    .odoOdontogram { order: 3; }
    .odoStatusPanel { order: 4; min-height: 0; padding: 12px 14px; }
    .odoStatusList { display: flex; flex-wrap: wrap; gap: 8px; }
    .odoStatusList li, .odoStatusList li:first-child, .odoStatusList li:last-child { gap: 8px; padding: 5px 10px 5px 5px; border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; }
    .odoStatusList__icon { width: 22px; height: 22px; }
    .odoFlow { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; margin: 0; }
    .odoFlow::before, .odoFlow::after { top: 11px; }
    .odoFlow__step { grid-template-columns: 1fr; justify-items: center; gap: 2px; padding: 0; text-align: center; }
    .odoFlow__dot { position: relative; z-index: 1; width: 24px; height: 24px; margin-bottom: 4px; }
    .odoFlow__dot svg { width: 12px; height: 12px; }
    .odoFlow__step.is-current .odoFlow__dot::after { width: 8px; height: 8px; }
    .odoFlow__label, .odoFlow__step small { display: none; }
    .odoFlow__step strong { font-size: 10.5px; line-height: 1.2; hyphens: auto; }
    .odoCard { border-radius: 22px; }
    .odoClinic, .odoPlan, .odoAgenda, .odoDocument, .odoEconomy { min-height: auto; padding: 18px; }
    .odoClinic__side { position: static; width: 100%; margin-top: 18px; }
    .odoClinic__shot { margin-top: 18px; }
    .odoAgenda__list article, .odoSection--index .odoAgenda__list article { grid-template-columns: 56px minmax(0, 1fr); column-gap: 12px; row-gap: 5px; align-items: start; padding: 12px 6px 12px 4px; }
    .odoAgenda__list time { grid-row: 1 / span 2; }
    .odoAgenda__list article > span { grid-column: 2; }
    .odoTimeline { gap: 0; margin-top: 28px; }
    .odoTimeline article { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; align-items: start; min-height: 0; padding: 0 0 26px; border-radius: 0; background: transparent; }
    .odoTimeline article:last-child { padding-bottom: 0; }
    .odoTimeline article::before { content: ""; position: absolute; left: 21px; top: 22px; bottom: -22px; width: 2px; border-radius: 2px; background: var(--line); }
    .odoTimeline article.is-reached::before { background: linear-gradient(180deg, var(--brand), var(--brand-soft)); }
    .odoTimeline article:last-child::before { display: none; }
    .odoTimeline__step { position: relative; top: auto; left: auto; grid-row: 1 / span 2; width: 44px; height: 44px; }
    .odoTimeline strong { grid-column: 2; margin: 10px 0 6px; }
    .odoTimeline article > span:not(.odoTimeline__step) { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
    .odoReveal { opacity: 1; transform: none; transition: none; }
    .odoSection--index .odoAgenda__list::after, .odoSection--index .odoAgenda__list article::before { animation: none; }
}

/* Variantes en columna: todo vuelve al flujo simple texto → mockup → cita */
@media (max-width: 1080px) {
    .odoSection--wide .odoSplit, .odoSection--ledger .odoSplit { grid-template-columns: 1fr; grid-template-areas: none; gap: 38px; align-items: stretch; }
    .odoSection--wide .odoCopy { display: block; }
    .odoSection--wide .odoCopy__head, .odoSection--wide .odoCopy__body { display: contents; }
    .odoSection--wide .odoCopy h2 { margin-bottom: 20px; }
    .odoSection--index .odoSplit { grid-template-columns: 1fr; grid-template-areas: none; gap: 38px; }
    .odoSection--index .odoCopy { display: block; }
    .odoSection--index .odoCopy__head, .odoSection--index .odoCopy__body { display: contents; }
    .odoSection--index .odoCopy h2 { max-width: none; margin: 0 0 20px; }
    .odoSection--index .odoMiniCards, .odoSection--index .odoVisual { grid-area: auto; }
    .odoSection--wide .odoVisual { display: grid; }
    .odoSection--wide .odoClinic, .odoSection--wide .odoVisual .odoQuote, .odoSection--wide .odoMiniCards { grid-area: auto; }
    .odoSection--wide .odoVisual .odoQuote { width: auto; max-width: none; justify-self: stretch; margin-top: 0; }
    .odoSection--wide .odoCopy__body { text-align: left; }
    .odoSection--wide .odoClinic { margin-top: 0; }
    .odoSection--wide .odoMiniCards { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
    .odoSection--open .odoConnection__cols::before { display: none; }
}

@media (max-width: 900px) {
    .odoSection.bgModoAzul { padding: 64px 0; }
}

@media (max-width: 720px) {
    .odoSection--wide .odoClinic { grid-template-columns: 1fr; }
    .odoSection--wide .odoClinic__shot, .odoSection--wide .odoAnswers, .odoSection--wide .odoClinic__side { grid-column: auto; grid-row: auto; }
    .odoSection--wide .odoMiniCards { grid-template-columns: 1fr; }
    /* Fases del plan en móvil: panel con recorrido horizontal, 5 nodos sobre una línea y etiquetas alternando arriba/abajo (filas fijas para que los nodos queden alineados) */
    .odoSection--band .odoPhases { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 24px 0 20px; padding: 18px 10px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: rgba(255, 255, 255, .07); }
    .odoSection--band .odoPhases::before, .odoSection--band .odoPhases::after { content: ""; position: absolute; top: 81px; left: calc(10px + (100% - 20px) * .1); right: calc(10px + (100% - 20px) * .1); height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .22); }
    .odoSection--band .odoPhases::after { right: auto; width: calc((100% - 20px) * .6); background: linear-gradient(90deg, #fff, var(--green)); box-shadow: 0 0 12px rgba(42, 157, 143, .55); }
    .odoSection--band .odoPhases li:nth-child(n) { display: grid; grid-template-rows: 18px 16px 46px 18px 16px; row-gap: 4px; justify-items: center; align-items: center; width: auto; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .odoSection--band .odoPhases li > span { position: relative; z-index: 1; grid-row: 3; width: 40px; height: 40px; border: 2px solid rgba(255, 255, 255, .55); color: #fff; background: rgba(0, 43, 55, .55); font-size: 15px; }
    .odoSection--band .odoPhases .is-done > span { border-color: #fff; color: var(--brand); background: #fff; box-shadow: 0 8px 18px rgba(0, 20, 30, .35); }
    .odoSection--band .odoPhases .is-active > span { width: 46px; height: 46px; border-color: #d6f3ee; color: #fff; background: var(--green); font-size: 17px; box-shadow: 0 0 0 6px rgba(42, 157, 143, .28), 0 10px 22px rgba(0, 20, 30, .4); }
    .odoSection--band .odoPhases .is-active > span::after { content: ""; position: absolute; inset: -8px; border: 2px solid rgba(214, 243, 238, .7); border-radius: 50%; animation: odoPhasePulse 1.8s ease-out infinite; }
    .odoSection--band .odoPhases strong, .odoSection--band .odoPhases small { width: 200%; justify-self: center; text-align: center; white-space: nowrap; line-height: 1.2; }
    .odoSection--band .odoPhases strong { grid-row: 1; color: #fff; font-size: 13.5px; font-weight: 800; }
    .odoSection--band .odoPhases small { grid-row: 2; color: rgba(255, 255, 255, .72); font-size: 11.5px; }
    .odoSection--band .odoPhases .is-active small { color: #9fe3d9; font-weight: 800; }
    .odoSection--band .odoPhases li:not(.is-done):not(.is-active) strong { color: rgba(255, 255, 255, .8); }
    .odoSection--band .odoPhases li:nth-child(even) strong { grid-row: 4; }
    .odoSection--band .odoPhases li:nth-child(even) small { grid-row: 5; }
    .odoSection--band .odoPhases li:first-child strong, .odoSection--band .odoPhases li:first-child small { width: 180%; justify-self: start; text-align: left; }
    .odoSection--band .odoPhases li:last-child strong, .odoSection--band .odoPhases li:last-child small { width: 180%; justify-self: end; text-align: right; }
    @media (prefers-reduced-motion: reduce) {
        .odoSection--band .odoPhases .is-active > span::after { animation: none; }
    }
    .odoSection--paper .odoDocument { padding: 12px; }
    .odoSection--paper .odoDocument::before { display: none; }
    .odoSection--paper .odoDocument::after { top: 12px; bottom: 12px; left: 4%; right: 4%; width: auto; height: auto; margin: 0; transform: rotate(3deg); }
    .odoSection--paper .odoPaper { min-height: 0; padding: 24px; transform: none; }
    .odoSection--paper .odoPaper h3 { margin: 18px 0 14px; font-size: 24px; }
    .odoSection--ledger .odoMetrics { grid-template-columns: 1fr; gap: 10px; }
    .odoSection--ledger .odoMetrics article { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 14px; align-items: center; padding: 12px 16px; }
    .odoSection--ledger .odoMetrics span { grid-column: 1; grid-row: 1; font-size: 13px; }
    .odoSection--ledger .odoMetrics small { grid-column: 1; grid-row: 2; font-size: 12.5px; }
    .odoSection--ledger .odoMetrics strong { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-size: 30px; white-space: nowrap; }
    .odoSection--open .odoVisual { display: none; }
    .odoSection--wide .odoClinic { display: none; }
    .odoSection--index .odoAgenda { display: none; }
    .odoSection--paper .odoDocument { display: none; }
}

/* Tarjetas con data-odo-ring (hero, historia y plan) en móvil: baraja giratoria (frente, siguiente y anterior a los lados hundidas hacia el fondo, resto detrás). Puntos y flechas los crea odontologia.js */
.odoRing__nav { display: none; }
@media (max-width: 720px) {
    .odoHeroCards[data-odo-ring], .odoMiniCards[data-odo-ring] { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 26px; padding: 4px 0 8px; perspective: 1000px; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
    .odoHeroCards[data-odo-ring] article, .odoMiniCards[data-odo-ring] article { position: relative; grid-area: 1 / 1; width: 82%; justify-self: center; transform-origin: 50% 50%; transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .5s ease, box-shadow .5s ease; }
    .odoHeroCards[data-odo-ring] article.is-front, .odoMiniCards[data-odo-ring] article.is-front { z-index: 3; cursor: default; }
    .odoHeroCards[data-odo-ring] article.is-next, .odoMiniCards[data-odo-ring] article.is-next { z-index: 2; transform: translateX(32%) translateZ(-180px) rotateY(38deg); box-shadow: inset 0 0 0 999px rgba(0, 43, 55, .26); cursor: pointer; }
    .odoHeroCards[data-odo-ring] article.is-prev, .odoMiniCards[data-odo-ring] article.is-prev { z-index: 2; transform: translateX(-32%) translateZ(-180px) rotateY(-38deg); box-shadow: inset 0 0 0 999px rgba(0, 43, 55, .26); cursor: pointer; }
    .odoHeroCards[data-odo-ring] article.is-back, .odoMiniCards[data-odo-ring] article.is-back { z-index: 1; transform: translateZ(-320px) scale(.9); opacity: 0; pointer-events: none; }
    .odoSection--band .odoMiniCards[data-odo-ring] article { border-color: rgba(255, 255, 255, .22); background: linear-gradient(180deg, #006278 0%, #0f7d88 100%); }
    .odoRing__nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 10px; }
    .odoRing__arrow { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1.5px solid #bfd3d6; border-radius: 50%; background: #fff; color: var(--brand); cursor: pointer; }
    .odoRing__arrow--prev svg { transform: rotate(180deg); }
    .odoRing__arrow:focus-visible, .odoRing__dots button:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
    .odoRing__dots { display: flex; align-items: center; gap: 8px; }
    .odoRing__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #bfd3d6; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
    .odoRing__dots button[aria-current="true"] { background: var(--brand); transform: scale(1.35); }
    .odoSection--band .odoRing__arrow { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .1); color: #fff; }
    .odoSection--band .odoRing__dots button { background: rgba(255, 255, 255, .4); }
    .odoSection--band .odoRing__dots button[aria-current="true"] { background: #fff; }
    @media (prefers-reduced-motion: reduce) {
        .odoHeroCards[data-odo-ring] article, .odoMiniCards[data-odo-ring] article, .odoRing__dots button { transition: none; }
    }
}
@keyframes odoPhasePulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.45); opacity: 0; } }

/* Bajo 1024px main lleva padding lateral (styles.css): la banda azul vuelve a sangrar hasta los bordes y compensa con padding para que el contenedor siga alineado */
@media (max-width: 1024px) {
    .odoSection.bgModoAzul { margin-inline: calc(50% - 50vw); padding-inline: calc(50vw - 50%); }
}

/* Cabecera del mockup del plan en móvil (etiqueta pequeña con punto + paciente en grande) y estados como lista con puntos en vez de píldoras */
@media (max-width: 720px) {
    .odoSection--band .odoMockHead { display: grid; gap: 6px; padding-bottom: 14px; }
    .odoSection--band .odoMockHead strong { color: #fff; font-size: 20px; font-weight: 800; line-height: 1.15; }
    .odoSection--band .odoMockHead span::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(42, 157, 143, .3); }
    .odoSection--band .odoMockHead span { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .78); font-size: 13.5px; font-weight: 600; }
    .odoSection--band .odoTags { display: grid; gap: 9px; margin-top: 2px; }
    .odoSection--band .odoTags span { position: relative; width: auto; padding: 0 0 0 20px; border-radius: 0; background: transparent; color: rgba(255, 255, 255, .92); font-size: 14px; font-weight: 600; line-height: 1.35; }
    .odoSection--band .odoTags span::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(42, 157, 143, .22); }
    .odoSection--band .odoTags span:last-child::before { background: var(--warm); box-shadow: 0 0 0 3px rgba(214, 125, 109, .25); }
}
