/* ValTIC — productos.html: la sección "app móvil" (nd-appmovil) del mockup de
   ContactSphere AI vivía en un <style> propio dentro de la sección
   #ai-solutions del index. El resto de clases nd-* (nd-ai-section, nd-dash,
   nd-eyebrow, nd-grad-anim, nd-wa-float, etc.) ya llegan inline en el <head>
   copiado del index, así que solo hace falta este bloque acá — duplicarlo
   todo hubiera sido ~360 líneas de CSS repetido sin necesidad. */

.nd-appmovil{ display:grid; grid-template-columns:280px 1fr; gap:48px; align-items:center; margin-top:36px; background:var(--nd-card); border:1px solid var(--nd-border); border-radius:var(--nd-r-lg); padding:40px 44px; position:relative; overflow:hidden; }
.nd-am-phonewrap{ position:relative; display:flex; justify-content:center; align-items:center; min-height:320px; }
.nd-am-glow{ position:absolute; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle, var(--nd-cyan-glow), transparent 70%); filter:blur(22px); opacity:.5; }
.nd-am-phone{ position:relative; width:212px; height:430px; background:#04060d; border:7px solid var(--nd-bg-3); border-radius:36px; box-shadow:0 24px 60px rgba(0,0,0,.5); overflow:hidden; z-index:2; }
.nd-am-notch{ position:absolute; top:0; left:50%; transform:translateX(-50%); width:96px; height:18px; background:var(--nd-bg-3); border-radius:0 0 12px 12px; z-index:5; }
.nd-am-screen{ position:absolute; inset:0; background:var(--nd-bg); display:flex; flex-direction:column; align-items:center; padding:34px 16px 16px; }
.nd-am-ico{ width:74px; height:74px; border-radius:18px; overflow:hidden; box-shadow:0 0 0 1px var(--nd-cyan-soft), 0 0 28px var(--nd-cyan-glow); margin-bottom:12px; }
.nd-am-ico img{ width:100%; height:100%; object-fit:cover; display:block; }
.nd-am-appname{ font-family:var(--nd-display); font-weight:700; font-size:16px; color:#fff; margin-bottom:18px; }
.nd-am-rows{ width:100%; display:flex; flex-direction:column; gap:10px; }
.nd-am-row{ display:flex; align-items:center; gap:9px; background:rgba(255,255,255,.04); border:1px solid var(--nd-border); border-radius:12px; padding:8px 10px; }
.nd-am-av{ width:30px; height:30px; border-radius:50%; flex-shrink:0; color:#fff; font-size:9.5px; font-weight:700; display:flex; align-items:center; justify-content:center; }
.nd-am-rt{ flex:1; min-width:0; font-size:11px; font-weight:600; color:#eef1f6; display:flex; flex-direction:column; line-height:1.3; }
.nd-am-rt small{ font-size:9.5px; font-weight:400; color:var(--nd-fg-3); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.nd-am-ub{ background:#25d366; color:#04240f; font-size:9px; font-weight:700; min-width:16px; height:16px; border-radius:8px; display:flex; align-items:center; justify-content:center; padding:0 3px; }
.nd-am-h{ font-family:var(--nd-display); font-size:clamp(24px,3vw,34px); font-weight:800; color:#fff; line-height:1.08; margin:14px 0 14px; }
.nd-am-lede{ font-size:15px; line-height:1.6; color:var(--nd-fg-2); max-width:520px; margin-bottom:18px; }
.nd-am-chips{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px; }
.nd-am-chips span{ font-size:12px; font-weight:600; color:var(--nd-fg-2); background:rgba(255,255,255,.04); border:1px solid var(--nd-border); border-radius:999px; padding:5px 12px; }
.nd-am-cta{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.nd-am-badge{ display:inline-flex; text-decoration:none; transition:transform .2s; }
.nd-am-badge:hover{ transform:translateY(-2px); }
.nd-am-badge img{ height:54px; width:auto; display:block; }
.nd-am-note{ font-size:12px; color:var(--nd-fg-3); max-width:180px; line-height:1.4; }
@media(max-width:780px){
  .nd-appmovil{ grid-template-columns:1fr; gap:28px; padding:32px 22px; text-align:center; }
  .nd-am-h{ margin-top:8px; }
  .nd-am-lede{ margin-left:auto; margin-right:auto; }
  .nd-am-chips,.nd-am-cta{ justify-content:center; }
}
