/* ══ MOCKUPS — imagen CSS compartida ══ */

/* Columnas de mockup */
.mockup-col{display:flex;align-items:center;justify-content:center;position:relative;perspective:1200px}

/* Wrapper compartido: float + cursor tracking */
.mockup-wrap{
  position:relative;opacity:0;
  transition:opacity 0.8s ease;
  will-change:transform;
}
.moment.visible .mockup-wrap{opacity:1}

/* Paleta de acentos compartida en mockups */
.dot--cyan{background:#05c8d8}
.dot--green{background:#3dba8c}
.dot--orange{background:#e8702a}
.bar--cyan{background:#05c8d8}
.bar--green{background:#3dba8c}
.bar--orange{background:#e8702a}
.kpi-val--cyan{background:#05c8d8;width:70%}
.kpi-val--green{background:#3dba8c;width:55%}
.kpi-val--orange{background:#e8702a;width:80%}
.scard-t--1{background:rgba(5,200,216,0.35)}
.scard-t--2{background:rgba(5,200,216,0.25)}
.scard-t--3{background:rgba(5,200,216,0.18)}
.tl--45{width:45%}
.tl--60{width:60%}
.tl--35{width:35%}
.tv--cyan{width:24px;background:rgba(5,200,216,0.3)}
.tv--green{width:18px;background:rgba(61,186,140,0.3)}
.tv--orange{width:28px;background:rgba(232,112,42,0.3)}
.ct-bubble-text{font-size:8px;font-weight:300;color:rgba(191,241,244,0.85);line-height:1.7}
.pipeline-vline--hidden{visibility:hidden}

/* ══ M2 — BROWSER ══ */
.live-browser{width:440px;background:#071f2e;border-radius:3px;border:2px solid rgba(5,200,216,0.85);overflow:hidden;box-shadow:0 0 0 6px rgba(5,200,216,0.06),0 32px 80px rgba(0,0,0,0.8)}
.lb-bar{height:30px;background:#040f18;border-bottom:1px solid rgba(5,200,216,0.12);display:flex;align-items:center;padding:0 12px;gap:7px}
.lb-ico{width:14px;height:14px;background:#071f2e;border-radius:2px;border:1px solid rgba(5,200,216,0.15);flex-shrink:0}
.lb-url{flex:1;height:15px;background:#071f2e;border-radius:2px;display:flex;align-items:center;padding:0 8px;font-size:8px;color:#1a6a7a;border:1px solid rgba(5,200,216,0.1)}
.site-nav{height:38px;background:#053040;border-bottom:1px solid rgba(5,200,216,0.12);display:flex;align-items:center;padding:0 14px}
.snl{width:65px;height:6px;background:#05c8d8;border-radius:1px;opacity:0;transition:opacity 0.4s}
.snlinks{display:flex;gap:9px;margin-left:auto}
.snlink{width:28px;height:4px;background:rgba(5,200,216,0.3);border-radius:1px;opacity:0;transition:opacity 0.3s}
.site-hero{height:130px;background:linear-gradient(135deg,#053040 0%,#0a4060 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:18px;gap:9px;position:relative;overflow:hidden}

.shl1{height:8px;background:#05c8d8;border-radius:1px;width:0;transition:width 0.5s ease}
.shl2{height:8px;background:#3dba8c;border-radius:1px;width:0;transition:width 0.5s ease 0.15s}
.shl3{height:8px;background:#e8702a;border-radius:1px;width:0;transition:width 0.5s ease 0.3s}
.shcta{width:65px;height:20px;background:transparent;border:1px solid rgba(5,200,216,0.5);border-radius:0;margin-top:2px;opacity:0;transition:opacity 0.4s ease 0.5s}
.site-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;padding:12px}
.scard{height:48px;background:#053040;border-radius:2px;border:1px solid rgba(5,200,216,0.1);padding:7px;display:flex;flex-direction:column;gap:4px;opacity:0;transform:translateY(5px);transition:opacity 0.4s ease,transform 0.4s ease}
.scard-t{height:4px;border-radius:1px;width:70%}
.scard-s{height:3px;background:rgba(5,200,216,0.15);border-radius:1px}
.scard-s2{height:3px;background:rgba(5,200,216,0.08);border-radius:1px;width:55%}
.site-footer{height:26px;background:#040f18;border-top:1px solid rgba(5,200,216,0.08);display:flex;align-items:center;padding:0 14px;gap:5px;opacity:0;transition:opacity 0.4s ease 0.6s}
.sfd{width:22px;height:3px;background:rgba(5,200,216,0.15);border-radius:1px}

/* ══ M3 — LANDING PHONE ══ */
.phone-device{width:272px;background:#071f2e;border-radius:3px;border:2px solid rgba(5,200,216,0.85);overflow:hidden;box-shadow:0 0 0 6px rgba(5,200,216,0.06),0 32px 80px rgba(0,0,0,0.8)}
.phone-notch{width:80px;height:20px;background:#071f2e;border-radius:0 0 3px 3px;margin:0 auto;border-bottom:2px solid rgba(5,200,216,0.12)}
.lp-hero{height:180px;background:linear-gradient(160deg,#053040 0%,#0a4060 60%,#062048 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 18px;gap:10px;position:relative;overflow:hidden}
.lp-hero::after{content:'';position:absolute;right:-20px;bottom:-20px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(5,200,216,0.2) 0%,transparent 70%);animation:lpGlow 4s ease-in-out infinite}
@keyframes lpGlow{0%,100%{transform:scale(1);opacity:0.7}50%{transform:scale(1.3);opacity:1}}
.lp-tag{font-size:8px;letter-spacing:0.2em;text-transform:uppercase;color:rgba(5,200,216,0.7);opacity:0;transition:opacity 0.4s ease}
.lp-h1{width:0;height:9px;background:#bff1f4;border-radius:1px;transition:width 0.6s ease}
.lp-h2{width:0;height:9px;background:rgba(191,241,244,0.55);border-radius:1px;transition:width 0.6s ease 0.15s}
.lp-h3{width:0;height:9px;background:rgba(191,241,244,0.28);border-radius:1px;transition:width 0.6s ease 0.3s}
.lp-cta{display:inline-block;background:#05c8d8;border-radius:3px;height:22px;width:0;transition:width 0.5s ease 0.5s;position:relative;z-index:2}
.lp-metrics{padding:12px 14px;display:flex;flex-direction:column;gap:8px;background:#071f2e}
.lp-metric{display:flex;align-items:center;justify-content:space-between}
.lp-metric-bar-wrap{flex:1;height:3px;background:rgba(5,200,216,0.1);border-radius:2px;margin:0 8px}
.lp-metric-bar{height:100%;border-radius:2px;width:0;transition:width 0.8s ease}
.lp-metric-label{font-size:7px;color:rgba(191,241,244,0.4);letter-spacing:0.06em;white-space:nowrap}
.lp-metric-val{font-size:8px;color:#05c8d8;min-width:28px;text-align:right;letter-spacing:0.04em}
.lp-counter{padding:10px 14px;background:#040f18;border-top:1px solid rgba(5,200,216,0.1);display:flex;align-items:center;justify-content:space-between}
.lp-counter-num{font-size:18px;font-weight:500;color:#05c8d8;letter-spacing:-0.02em;opacity:0;transition:opacity 0.4s ease 1s}
.lp-counter-label{font-size:7px;color:rgba(191,241,244,0.35);letter-spacing:0.1em;text-transform:uppercase}
.lp-counter-dot{width:6px;height:6px;border-radius:50%;background:#3dba8c;animation:ldot 1.4s ease-in-out infinite}

/* ══ M4 — APP ══ */
.app-shell{width:240px;background:#071f2e;border-radius:3px;border:2px solid rgba(5,200,216,0.85);overflow:hidden;box-shadow:0 0 0 6px rgba(5,200,216,0.06),0 32px 80px rgba(0,0,0,0.8)}
.app-notch{width:80px;height:20px;background:#071f2e;border-radius:0 0 3px 3px;margin:0 auto;border-bottom:2px solid rgba(5,200,216,0.12)}
.app-topbar{background:#040f18;border-bottom:1px solid rgba(5,200,216,0.1);display:flex;align-items:center;padding:8px 12px;gap:8px}
.app-topbar-title{width:60px;height:5px;background:rgba(5,200,216,0.3);border-radius:1px;opacity:0;transition:opacity 0.4s}
.app-topbar-pill{width:22px;height:14px;border-radius:6px;border:1px solid rgba(5,200,216,0.3);margin-left:auto;opacity:0;transition:opacity 0.4s}
.app-sidebar{display:none}
.app-main{padding:10px;display:flex;flex-direction:column;gap:8px;background:#071f2e;padding-bottom:16px}
.app-kpis{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.app-kpi{background:#040f18;border-radius:4px;border:1px solid rgba(5,200,216,0.08);padding:8px;opacity:0;transform:translateY(4px);transition:opacity 0.4s ease,transform 0.4s ease}
.app-kpi-val{height:10px;border-radius:1px;margin-bottom:5px}
.app-kpi-label{height:4px;background:rgba(5,200,216,0.12);border-radius:1px;width:70%}
.app-chart{background:#040f18;border-radius:4px;border:1px solid rgba(5,200,216,0.08);padding:10px;height:90px;opacity:0;transition:opacity 0.5s ease 0.3s;position:relative;overflow:hidden}
.app-chart-bars{display:flex;align-items:flex-end;gap:4px;height:100%}
.app-chart-bar{flex:1;border-radius:2px 2px 0 0;min-width:4px;transition:height 0.6s ease}
.app-table{background:#040f18;border-radius:4px;border:1px solid rgba(5,200,216,0.08);overflow:hidden;opacity:0;transition:opacity 0.4s ease 0.5s}
.app-table-row{display:flex;align-items:center;gap:8px;padding:5px 10px;border-bottom:1px solid rgba(5,200,216,0.05)}
.app-table-row:last-child{border-bottom:none}
.app-table-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}
.app-table-line{height:4px;border-radius:1px;background:rgba(5,200,216,0.15)}
.app-table-val{height:4px;border-radius:1px;margin-left:auto;flex-shrink:0}

/* ══ M5 — CHAT BOT ══ */
.chat-shell{width:280px;background:#071f2e;border-radius:3px;border:2px solid rgba(5,200,216,0.85);overflow:hidden;box-shadow:0 0 0 6px rgba(5,200,216,0.06),0 32px 80px rgba(0,0,0,0.8)}
.chat-topbar{background:#040f18;border-bottom:1px solid rgba(5,200,216,0.12);display:flex;align-items:center;padding:10px 14px;gap:10px}
.chat-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#05c8d8,#047090);flex-shrink:0}
.chat-info{display:flex;flex-direction:column;gap:3px;flex:1}
.chat-name-bar{height:5px;background:#bff1f4;border-radius:1px;width:0;transition:width 0.4s ease}
.chat-status-row{display:flex;align-items:center;gap:5px}
.chat-online-dot{width:5px;height:5px;border-radius:50%;background:#3dba8c;flex-shrink:0;animation:ldot 1.4s ease-in-out infinite}
.chat-online-label{font-size:7px;color:rgba(61,186,140,0.85);letter-spacing:0.06em;opacity:0;transition:opacity 0.4s}
.chat-messages{padding:10px;display:flex;flex-direction:column;gap:8px;min-height:180px;background:#071f2e}
.chat-bubble-bot,.chat-bubble-user{padding:7px 10px;font-size:8px;font-weight:300;line-height:1.7;opacity:0;transition:opacity 0.4s ease;max-width:85%}
.chat-bubble-bot{align-self:flex-start;background:#053040;border:1px solid rgba(5,200,216,0.15);color:rgba(191,241,244,0.9);border-radius:0 4px 4px 4px}
.chat-bubble-user{align-self:flex-end;background:rgba(5,200,216,0.08);border:1px solid rgba(5,200,216,0.15);color:rgba(191,241,244,0.75);border-radius:4px 0 4px 4px}
.chat-typing{align-self:flex-start;background:#053040;border:1px solid rgba(5,200,216,0.15);display:flex;gap:4px;align-items:center;border-radius:0 4px 4px 4px;padding:9px 12px;opacity:0;transition:opacity 0.4s ease}
.chat-bubble-bot.vis,.chat-bubble-user.vis,.chat-typing.vis{opacity:1}
.chat-typing-dot{width:4px;height:4px;border-radius:50%;background:#05c8d8;animation:typingPulse 1.2s ease-in-out infinite}
.chat-typing-dot:nth-child(2){animation-delay:0.2s}
.chat-typing-dot:nth-child(3){animation-delay:0.4s}
.chat-input-bar{background:#040f18;border-top:1px solid rgba(5,200,216,0.1);display:flex;align-items:center;padding:8px 10px;gap:8px}
.chat-input-field{flex:1;height:20px;background:#071f2e;border:1px solid rgba(5,200,216,0.12);border-radius:10px;padding:0 9px;font-size:7px;color:rgba(191,241,244,0.2);display:flex;align-items:center;letter-spacing:0.04em}
.chat-input-field::after{content:'Escribe un mensaje...'}
.chat-send-btn{width:20px;height:20px;border-radius:50%;background:rgba(5,200,216,0.12);border:1px solid rgba(5,200,216,0.3);flex-shrink:0}

/* ══ M6 — PIPELINE ══ */
.pipeline{display:flex;flex-direction:column;gap:0;width:220px}
.pipeline-step{display:flex;align-items:flex-start;gap:14px;opacity:0;transition:opacity 0.5s ease}
.pipeline-step.vis{opacity:1}
.pipeline-nc{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.pipeline-node{width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(5,200,216,0.25);background:#071f2e;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:500;color:rgba(5,200,216,0.4);transition:all 0.4s ease;font-family:'JetBrains Mono',monospace}
.pipeline-step.vis .pipeline-node{border-color:#05c8d8;color:#05c8d8;background:rgba(5,200,216,0.07)}
.pipeline-vline{width:1px;height:36px;background:rgba(5,200,216,0.08);transition:background 0.4s ease 0.2s;margin:0 auto}
.pipeline-step.vis .pipeline-vline{background:rgba(5,200,216,0.3)}
.pipeline-content{padding-top:7px;flex:1}
.pipeline-label{height:5px;border-radius:1px;background:#05c8d8;margin-bottom:7px;width:0;transition:width 0.4s ease 0.1s}
.pipeline-step.vis .pipeline-label{width:55%}
.pipeline-desc-a{height:3px;border-radius:1px;background:rgba(191,241,244,0.18);margin-bottom:4px;width:0;transition:width 0.4s ease 0.2s}
.pipeline-step.vis .pipeline-desc-a{width:90%}
.pipeline-desc-b{height:3px;border-radius:1px;background:rgba(191,241,244,0.08);width:0;transition:width 0.4s ease 0.3s}
.pipeline-step.vis .pipeline-desc-b{width:65%}

/* Pipeline loop animation */
.pipeline-step.active .pipeline-label{width:55%}
.pipeline-step.active .pipeline-desc-a{width:90%}
.pipeline-step.active .pipeline-desc-b{width:65%}
.pipeline-step.active .pipeline-node{border-color:#05c8d8;color:#05c8d8;background:rgba(5,200,216,0.15);box-shadow:0 0 10px rgba(5,200,216,0.2)}
.pipeline-step.active .pipeline-vline{background:rgba(5,200,216,0.6)}
.pipeline-step.vis:not(.active) .pipeline-label{width:15%;opacity:0.3}
.pipeline-step.vis:not(.active) .pipeline-desc-a{width:30%;opacity:0.2}
.pipeline-step.vis:not(.active) .pipeline-desc-b{width:20%;opacity:0.15}
.pipeline-step.vis:not(.active) .pipeline-node{border-color:rgba(5,200,216,0.35);color:rgba(5,200,216,0.35);background:transparent}
.pipeline-step.vis:not(.active) .pipeline-vline{background:rgba(5,200,216,0.15)}

/* ══ M7 — CONTACT DIALOG ══ */
.ct-dialog{background:#071f2e;border:2px solid rgba(5,200,216,0.85);border-radius:3px;overflow:hidden;box-shadow:0 0 0 6px rgba(5,200,216,0.06),0 32px 80px rgba(0,0,0,0.8)}
.ct-dialog-bar{background:#040f18;border-bottom:1px solid rgba(5,200,216,0.12);display:flex;align-items:center;padding:10px 14px;gap:10px}
.ct-dialog-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#05c8d8,#047090);flex-shrink:0}
.ct-dialog-info{flex:1}
.ct-dialog-name{height:5px;background:#bff1f4;border-radius:1px;width:72px;margin-bottom:5px}
.ct-dialog-status{display:flex;align-items:center;gap:4px}
.ct-dialog-dot{width:5px;height:5px;border-radius:50%;background:#3dba8c;animation:ldot 1.4s ease-in-out infinite}
.ct-dialog-online{font-size:7px;color:rgba(61,186,140,0.85);letter-spacing:0.06em}
.ct-dialog-body{padding:18px 14px;display:flex;flex-direction:column;gap:10px;min-height:120px;justify-content:flex-end}
.ct-bubble{align-self:flex-start;background:#053040;border:1px solid rgba(5,200,216,0.15);border-radius:0 6px 6px 6px;padding:8px 12px;opacity:0;transition:opacity 0.4s ease;max-width:80%}
.ct-bubble.vis{opacity:1}
.ct-typing{display:flex;gap:5px;align-items:center;padding:2px 0}
.ct-typing-dot{width:5px;height:5px;border-radius:50%;background:#05c8d8;animation:typingPulse 1.2s ease-in-out infinite}
.ct-typing-dot:nth-child(2){animation-delay:0.2s}
.ct-typing-dot:nth-child(3){animation-delay:0.4s}
.ct-dialog-footer{background:#040f18;border-top:1px solid rgba(5,200,216,0.1);display:flex;align-items:center;padding:8px 10px;gap:8px}
.ct-input-field{flex:1;height:20px;background:#071f2e;border:1px solid rgba(5,200,216,0.12);border-radius:10px;padding:0 9px;font-size:7px;color:rgba(191,241,244,0.2);display:flex;align-items:center;letter-spacing:0.04em}
.ct-input-field::after{content:'Escribe tu mensaje...'}
.ct-send{width:20px;height:20px;border-radius:50%;background:rgba(5,200,216,0.12);border:1px solid rgba(5,200,216,0.3);flex-shrink:0}