:root {
  --bg: #f5f7fb;
  --paper: #ffffff;
  --ice: #eef4ff;
  --ink: #051229;
  --body: #1b2a45;
  --muted: #4a6080;
  --line: rgba(5, 18, 41, 0.12);
  --cyan: #00c8e8;
  --cyan-deep: #008fa8;
  --cyan-soft: #dff9fd;
  --blue: #4f8ef7;
  --blue-soft: #ebf2ff;
  --navy: #051229;
  --navy-2: #0a1e3d;
  --shadow: 0 22px 58px rgba(5, 18, 41, 0.09);
  --brand: "Bricolage Grotesque", sans-serif;
  --sans: "Hanken Grotesk", Inter, system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.nav { position: sticky; top: 0; z-index: 30; background: rgba(5, 18, 41, 0.96); color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.09); backdrop-filter: blur(14px); }
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--brand); font-size: 20px; font-weight: 700; }
.brand img { width: 31px; height: 31px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #c9d5e6; font-size: 13px; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.nav-actions, .hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-bottom-width: 3px; border-radius: 7px; font-size: 12px; font-weight: 700; box-shadow: 0 7px 18px rgba(5, 18, 41, 0.12); transition: transform 140ms ease, box-shadow 140ms ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(5, 18, 41, 0.18); }
.btn.primary { background: var(--cyan); border-color: #3de0f7 #00a9c4 #007d91; color: var(--navy); }
.btn.dark { border-color: #6b7f9d #526985 #334967; background: #10233f; color: white; }

.hero { padding: 88px 0; overflow: hidden; background: radial-gradient(circle at 20% 10%, rgba(79, 142, 247, 0.22), transparent 35%), linear-gradient(180deg, var(--navy), var(--navy-2)); color: white; }
.hero-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 58px; align-items: center; }
.eyebrow, .step { margin-bottom: 15px; color: #91eaf8; font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.hero h1 { margin-bottom: 20px; font-size: clamp(48px, 5.7vw, 72px); font-weight: 600; line-height: 0.99; letter-spacing: -0.055em; }
.hero p { max-width: 530px; margin-bottom: 28px; color: #c3d0e2; font-size: 19px; line-height: 1.48; }
.window { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 17px; background: white; color: var(--ink); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26); }
.product-shot { margin: 0; line-height: 0; }
.product-shot img { width: 100%; height: auto; margin-top: -3px; display: block; }
.legacy-placeholder[hidden] { display: none !important; }
.window-bar { min-height: 46px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.window-body { min-height: 330px; padding: 25px; display: flex; align-items: center; justify-content: center; background: #f8faff; }

.story { padding: 104px 0; }
.story.white { background: white; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.story.reverse .visual { order: 2; }
.story .step { color: var(--cyan-deep); }
.story h2 { margin-bottom: 14px; color: #075a72; font-size: clamp(39px, 4.5vw, 56px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.story-copy p { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.visual { min-height: 390px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); }
.visual-head { margin-bottom: 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.visual-head span:last-child { color: var(--cyan-deep); }

.team-map { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; background-image: linear-gradient(90deg, transparent 49.8%, #d6dfeb 50%, transparent 50.2%), linear-gradient(transparent 49.8%, #d6dfeb 50%, transparent 50.2%); }
.person { padding: 15px; position: relative; z-index: 1; border: 1px solid var(--line); border-radius: 9px; background: white; }
.person strong { display: block; margin-bottom: 5px; font-size: 11px; }
.person span { color: var(--muted); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.person.core { grid-column: 1 / -1; background: var(--navy); color: white; text-align: center; }
.person.core span { color: #91eaf8; }

.network { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: center; }
.network-node { min-height: 88px; padding: 12px; display: grid; place-items: center; position: relative; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 10px; font-weight: 700; text-align: center; }
.network-node.primary { border-color: #76dfef; background: var(--cyan-soft); color: #075a6b; }
.network-node::after { content: ""; width: 14px; height: 1px; position: absolute; right: -14px; background: #aebdce; }
.network-node:nth-child(3n)::after { display: none; }
.network-note { grid-column: 1 / -1; padding: 11px; border-radius: 8px; background: #f3f6fa; color: var(--muted); font-size: 9px; text-align: center; }

.decision-matrix, .capability-map, .adoption-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 0.8fr); gap: 6px; align-items: center; }
.matrix-head { color: var(--muted); font-family: var(--mono); font-size: 6px; text-align: center; text-transform: uppercase; }
.matrix-label { color: var(--body); font-size: 9px; font-weight: 700; }
.cell { height: 25px; border-radius: 5px; background: #e4eaf3; }
.cell.mid { background: #9ab2ef; }
.cell.high { background: var(--cyan); }
.cell.top { background: var(--blue); }

.dependency-list { display: grid; gap: 11px; }
.dependency-row { display: grid; grid-template-columns: 120px 1fr 70px; gap: 12px; align-items: center; font-size: 9px; }
.dependency-track { height: 20px; overflow: hidden; border-radius: 5px; background: #edf1f6; }
.dependency-fill { height: 100%; border-radius: inherit; background: #9ab2ef; }
.dependency-row:nth-child(1) .dependency-fill { width: 88%; background: #f49c75; }
.dependency-row:nth-child(2) .dependency-fill { width: 67%; background: #f2c45f; }
.dependency-row:nth-child(3) .dependency-fill { width: 42%; }
.dependency-row:nth-child(4) .dependency-fill { width: 28%; background: var(--cyan); }
.dependency-row strong { color: var(--muted); font-family: var(--mono); font-size: 7px; text-align: right; text-transform: uppercase; }

.depth-list { display: grid; gap: 14px; }
.depth-row { display: grid; grid-template-columns: 105px 1fr; gap: 12px; align-items: center; font-size: 10px; font-weight: 700; }
.depth-track { height: 30px; padding: 4px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border-radius: 7px; background: #edf1f6; }
.depth-level { border-radius: 4px; background: #d7dfeb; }
.depth-level.on { background: #9ab2ef; }
.depth-level.top { background: var(--cyan); }

.feedback-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.feedback-card { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.feedback-card strong { display: block; margin-bottom: 7px; font-size: 12px; }
.feedback-score { margin-bottom: 8px; color: var(--cyan-deep); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.feedback-card p { margin-bottom: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.alternative-flow { display: grid; grid-template-columns: 1fr 30px 1fr; gap: 10px; align-items: center; }
.tool-column { display: grid; gap: 9px; }
.tool-box { padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; font-size: 10px; font-weight: 700; text-align: center; }
.tool-box.official { border-color: #8de5f2; background: var(--cyan-soft); color: #075a6b; }
.versus { color: var(--muted); font-family: var(--mono); font-size: 8px; text-align: center; text-transform: uppercase; }

.recommendations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.recommendation { min-height: 105px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.recommendation span { display: block; margin-bottom: 8px; color: var(--cyan-deep); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.recommendation strong { font-size: 12px; }

.cohort-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.cohort-card { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.cohort-card.active { border-color: #8de5f2; background: var(--cyan-soft); }
.cohort-card strong { display: block; margin-bottom: 6px; font-size: 12px; }
.cohort-card span { color: var(--muted); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.prep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.prep-item { min-height: 100px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.prep-item span { display: block; margin-bottom: 8px; color: var(--cyan-deep); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.prep-item strong { font-size: 12px; }
.quote-list { display: grid; gap: 10px; }
.quote { padding: 14px 16px; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; color: var(--body); font-size: 10px; line-height: 1.5; }
.quote span { display: block; margin-bottom: 6px; color: var(--cyan-deep); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.mini-journey { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.mini-journey::before { content: ""; position: absolute; top: 11px; left: 7%; right: 7%; height: 1px; background: #b9c6d8; }
.journey-point { position: relative; z-index: 1; font-size: 8px; font-weight: 700; text-align: center; }
.journey-point::before { content: ""; width: 22px; height: 22px; margin: 0 auto 11px; display: block; border: 6px solid white; border-radius: 50%; background: #9ab2ef; box-shadow: 0 0 0 1px #b9c6d8; }
.journey-point.active::before { background: var(--cyan); }
.journey-point.issue::before { background: #f49c75; }
.journey-point span { display: block; color: var(--muted); font-family: var(--mono); font-size: 6px; font-weight: 400; text-transform: uppercase; }
.metrics-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.metric-card { padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; }
.metric-card span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 8px; }
.metric-card strong { font-size: 20px; }
.spark { height: 34px; margin-top: 10px; display: flex; align-items: flex-end; gap: 3px; }
.spark i { flex: 1; border-radius: 2px 2px 0 0; background: #9ab2ef; }
.spark i:nth-child(1) { height: 35%; }.spark i:nth-child(2) { height: 58%; }.spark i:nth-child(3) { height: 47%; }.spark i:nth-child(4) { height: 76%; background: var(--cyan); }
.evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: center; }
.evidence-source { min-height: 105px; padding: 15px 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #f8faff; font-size: 10px; font-weight: 700; text-align: center; }
.insight-box { grid-column: 1 / -1; padding: 16px; border-radius: 10px; background: var(--navy); color: white; text-align: center; }
.insight-box strong { display: block; margin-bottom: 6px; font-size: 12px; }
.insight-box span { color: #91eaf8; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.knowledge-profile { display: grid; gap: 9px; }
.knowledge-row { padding: 13px 15px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; }
.knowledge-row strong { font-size: 10px; }
.knowledge-row span { color: var(--cyan-deep); font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.path-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.path-step { min-height: 90px; padding: 12px 8px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; font-size: 9px; font-weight: 700; text-align: center; }
.path-step.active { border-color: #8de5f2; background: var(--cyan-soft); color: #075a6b; }
.deliverables { padding: 96px 0; background: var(--navy); color: white; }
.deliverables-head { max-width: 760px; margin-bottom: 38px; }
.deliverables h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 62px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.deliverable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.deliverable-card { padding: 28px; border: 1px solid #344965; border-radius: 14px; background: #0b1f3d; }
.deliverable-card h3 { margin-bottom: 18px; font-size: 24px; }
.deliverable-card div { display: flex; flex-wrap: wrap; gap: 8px; }
.deliverable-card span { padding: 7px 10px; border-radius: 999px; background: #142b4e; color: #c5d1e2; font-size: 9px; }

/* Caso Óptica Pro Lázaro */
.case-hero-note { max-width: 520px; margin: -12px 0 28px; color: #91a4bf; font-size: 13px; line-height: 1.55; }
.case-dashboard { width: 100%; display: grid; gap: 11px; }
.case-dashboard-row { padding: 15px; display: grid; grid-template-columns: 105px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: #f8faff; }
.case-dashboard-row strong { font-size: 10px; }
.case-dashboard-row span { color: var(--muted); font-size: 8px; }
.case-dashboard-row i { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); }
.case-dashboard-result { padding: 17px; border-radius: 10px; background: var(--navy); color: white; }
.case-dashboard-result span { display: block; margin-bottom: 6px; color: #91eaf8; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.case-dashboard-result strong { font-size: 13px; }
.case-results { padding: 98px 0; background: var(--navy); color: white; }
.case-results-head { max-width: 700px; margin-bottom: 36px; }
.case-results-head h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 60px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.result-card { min-height: 270px; padding: 26px; display: flex; flex-direction: column; border: 1px solid #344965; border-radius: 13px; background: #0b1f3d; }
.result-card .number { margin-bottom: 16px; color: white; font-size: clamp(40px, 4.8vw, 62px); font-weight: 600; line-height: 0.95; letter-spacing: -0.055em; }
.result-card h3 { margin-bottom: 10px; color: #91eaf8; font-size: 18px; }
.result-shift { color: white; font-size: 15px; font-weight: 700; line-height: 1.3; }
.result-card p { margin: auto 0 0; padding-top: 26px; border-top: 1px solid #344965; color: #9eb0c8; font-size: 10px; line-height: 1.55; }
.issue-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.issue-item { min-height: 118px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.issue-item span { color: #f07e5c; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.issue-item strong { font-size: 12px; }
.initiative-grid { display: grid; gap: 10px; }
.initiative { padding: 17px; display: grid; grid-template-columns: 35px 1fr; gap: 13px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; }
.initiative > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan-soft); color: var(--cyan-deep); font-family: var(--mono); font-size: 8px; }
.initiative strong { display: block; margin-bottom: 5px; font-size: 12px; }
.initiative p { margin-bottom: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.comparison-section { padding: 104px 0; background: white; }
.comparison-head { max-width: 760px; margin-bottom: 38px; }
.comparison-head h2 { margin-bottom: 0; color: #075a72; font-size: clamp(40px, 5vw, 58px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare-column { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #f8faff; }
.compare-column.after { border-color: #8de5f2; background: var(--cyan-soft); }
.compare-title { padding: 17px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.compare-column.after .compare-title { color: #075a6b; }
.compare-row { padding: 19px 20px; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row strong { font-size: 12px; }
.compare-row span { color: var(--muted); font-size: 10px; text-align: right; }
.learning-section { padding: 100px 0; background: var(--ice); }
.learning-head { max-width: 760px; margin-bottom: 38px; }
.learning-head h2 { margin-bottom: 0; color: #075a72; font-size: clamp(40px, 5vw, 58px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.learning-card { min-height: 210px; padding: 24px; border-top: 3px solid var(--cyan); background: white; box-shadow: 0 14px 34px rgba(5, 18, 41, 0.06); }
.learning-card span { display: block; margin-bottom: 48px; color: var(--cyan-deep); font-family: var(--mono); font-size: 8px; }
.learning-card strong { font-size: 18px; line-height: 1.35; }
.closing-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.closing { padding: 90px 0; background: white; }
.closing-card { padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 17px; background: var(--ice); }
.closing h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(36px, 4.8vw, 58px); font-weight: 600; line-height: 1.04; letter-spacing: -0.045em; }
footer { padding: 36px 0 46px; color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .story-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .story.reverse .visual { order: initial; }
  .visual { max-width: 760px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-inner { min-height: 64px; }
  .brand { font-size: 18px; }
  .brand img { width: 27px; height: 27px; }
  .nav-actions .dark { display: none; }
  .nav-actions .primary { min-height: 40px; padding: 0 12px; font-size: 10px; }
  .hero { padding: 62px 0 68px; }
  .hero h1 { font-size: 46px; }
  .hero p { font-size: 17px; }
  .window-body { min-height: 290px; padding: 16px; }
  .story { padding: 72px 0; }
  .story-grid { gap: 32px; }
  .story h2 { font-size: 36px; }
  .story-copy p { font-size: 16px; }
  .visual { min-height: 330px; padding: 17px; }
  .network-node { min-height: 70px; font-size: 8px; }
  .decision-matrix, .capability-map, .adoption-grid { grid-template-columns: 1.2fr repeat(4, 0.8fr); gap: 4px; }
  .dependency-row { grid-template-columns: 85px 1fr 52px; gap: 7px; }
  .feedback-grid, .recommendations { grid-template-columns: 1fr; }
  .metrics-panel { grid-template-columns: 1fr; }
  .path-flow { grid-template-columns: 1fr 1fr; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .result-grid, .learning-grid { grid-template-columns: 1fr; }
  .result-card { min-height: 230px; }
  .before-after { grid-template-columns: 1fr; }
  .issue-list { grid-template-columns: 1fr; }
  .case-dashboard-row { grid-template-columns: 86px 1fr auto; }
  .alternative-flow { grid-template-columns: 1fr; }
  .closing-card { padding: 30px; flex-direction: column; align-items: flex-start; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
