/**
 * Codigocode , componentes del menú desplegable y de las páginas de funcionalidad.
 * Se carga después de landing.css (ver partials/head.php).
 */

/* ── NAV: desplegable "Funcionalidades" + menú móvil en acordeón ── */
.site-nav-bar { background: rgba(9,24,43,0.94); backdrop-filter: blur(20px); }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 200; background: var(--color-accent); color: var(--color-accent-ink); padding: .5rem 1rem; border-radius: .5rem; font-weight: 600; }
.skip-link:focus { left: 8px; }
.nav-cta { white-space: nowrap; }
.nav-dd { position: relative; }
.nav-dd-btn { display: inline-flex; align-items: center; gap: .4rem; color: inherit; background: none; border: 0; cursor: pointer; font: inherit; padding: .5rem 0; transition: color .2s; }
.nav-dd-btn:hover, .nav-dd.is-open .nav-dd-btn { color: var(--color-accent); }
.nav-dd-chev { font-size: .6rem; transition: transform .25s ease; }
.nav-dd.is-open .nav-dd-chev, .m-acc-btn[aria-expanded="true"] .nav-dd-chev { transform: rotate(180deg); }
.nav-dd-panel {
  position: absolute; top: calc(100% + 14px); left: -120px; width: 680px; padding: 1.25rem;
  background: rgba(15,36,57,.98); border: 1px solid var(--color-border); border-radius: 1rem;
  box-shadow: 0 30px 80px rgba(0,0,0,.55); backdrop-filter: blur(20px);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
/* puente invisible para que el hover no se pierda entre el botón y el panel */
.nav-dd-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav-dd.is-open .nav-dd-panel, .nav-dd:hover .nav-dd-panel, .nav-dd:focus-within .nav-dd-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dd-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 1.25rem; }
.nav-dd-title { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin: 0 0 .5rem .5rem; font-weight: 600; }
.nav-dd-item { display: flex; gap: .75rem; padding: .6rem .5rem; border-radius: .6rem; transition: background .15s; }
.nav-dd-item:hover { background: rgba(255,255,255,.05); }
.nav-dd-icon { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: .6rem; background: rgba(4,182,220,.12); color: var(--color-accent); border: 1px solid rgba(4,182,220,.22); font-size: .85rem; }
.nav-dd-name { display: block; color: #fff; font-weight: 600; font-size: .85rem; }
.nav-dd-desc { display: block; color: rgba(255,255,255,.45); font-size: .74rem; line-height: 1.35; margin-top: 1px; }
.nav-dd-all { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: .75rem; padding: .6rem; border-top: 1px solid var(--color-border); color: var(--color-accent); font-size: .8rem; font-weight: 600; }
.m-acc-btn { display: flex; align-items: center; gap: .5rem; width: 100%; justify-content: space-between; background: none; border: 0; color: inherit; font: inherit; cursor: pointer; padding: 0; }
.m-acc-panel { margin-top: .75rem; padding-left: .75rem; border-left: 1px solid var(--color-border); display: flex; flex-direction: column; gap: .6rem; }
.m-acc-panel.hidden { display: none; }
.m-acc-link { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.7); }
.m-acc-link i { color: var(--color-accent); width: 1rem; text-align: center; }
.m-acc-all { color: var(--color-accent); font-weight: 600; }
#mobile-menu { max-height: calc(100vh - 4rem); overflow-y: auto; }

/* ── PÁGINAS DE FUNCIONALIDAD ── */
.eyebrow-text { color: var(--color-accent); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .75rem; }
.feature-hero { background: var(--color-ink); }
.hero-mesh {
  position: absolute; inset: -20% -10% auto -10%; height: 90%; pointer-events: none; opacity: .9;
  background:
    radial-gradient(40% 50% at 15% 20%, rgba(4,182,220,.22), transparent 70%),
    radial-gradient(35% 45% at 85% 30%, rgba(76,134,255,.16), transparent 70%),
    radial-gradient(30% 40% at 55% 85%, rgba(95,191,122,.10), transparent 70%);
  animation: mesh-drift 18s ease-in-out infinite alternate;
}
@keyframes mesh-drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(2%,3%,0) scale(1.08); } }
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .78rem; color: rgba(255,255,255,.4); margin-bottom: 1.25rem; }
.crumbs a:hover { color: var(--color-accent); }
.hl-row { display: flex; flex-wrap: wrap; gap: .5rem .9rem; list-style: none; padding: 0; margin: 0; }
.hl-row li { display: flex; align-items: center; gap: .45rem; font-size: .8rem; color: rgba(255,255,255,.6); }
.hl-row i { color: var(--color-legacy); font-size: .7rem; }

.glass-card {
  position: relative; padding: 1.5rem; border-radius: 1.1rem; border: 1px solid var(--color-border);
  background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  backdrop-filter: blur(10px); overflow: hidden;
}
.glass-card--hover { transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.glass-card--hover::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s;
  background: radial-gradient(300px 160px at 50% 0%, rgba(4,182,220,.16), transparent 70%);
}
.glass-card--hover:hover { transform: translateY(-4px); border-color: rgba(4,182,220,.5); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
.glass-card--hover:hover::after { opacity: 1; }
.glass-n { font-size: 2rem; font-weight: 700; color: rgba(4,182,220,.35); line-height: 1; margin-bottom: .75rem; }
.cap-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: .8rem; margin-bottom: 1rem; color: var(--color-accent); background: rgba(4,182,220,.12); border: 1px solid rgba(4,182,220,.22); }
.cap-icon--green { color: var(--color-legacy); background: rgba(95,191,122,.1); border-color: rgba(95,191,122,.22); }
.card-link { color: var(--color-accent); font-size: .85rem; font-weight: 600; }
.card-link i { transition: transform .2s; }
a:hover > .card-link i { transform: translateX(4px); }

.steps { list-style: none; margin: 0 auto; padding: 0; max-width: 780px; position: relative; }
.steps::before { content: ""; position: absolute; left: 21px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--color-accent), rgba(4,182,220,.05)); }
.step { display: flex; gap: 1.25rem; padding: 0 0 2rem; position: relative; }
.step:last-child { padding-bottom: 0; }
.step-n { flex: 0 0 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; background: var(--color-surface); border: 2px solid var(--color-accent); color: var(--color-accent); z-index: 1; transition: background .3s, color .3s, box-shadow .3s; }
.step.visible .step-n { background: var(--color-accent); color: var(--color-accent-ink); box-shadow: 0 0 0 6px rgba(4,182,220,.15); }

.tab-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.tab-btn { padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--color-border); background: transparent; color: rgba(255,255,255,.6); font: inherit; font-size: .85rem; cursor: pointer; transition: all .2s; }
.tab-btn:hover { color: #fff; border-color: rgba(255,255,255,.3); }
.tab-btn.is-active { background: var(--color-accent); color: var(--color-accent-ink); border-color: var(--color-accent); font-weight: 600; }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: tab-in .35s ease; }
@keyframes tab-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.shots { display: grid; gap: 1rem; }
.shot { margin: 0; border-radius: 1rem; overflow: hidden; border: 1px solid var(--color-border); background: var(--color-ink); }
.shot img { display: block; width: 100%; height: auto; }
.shot figcaption { padding: .6rem .9rem; font-size: .75rem; color: rgba(255,255,255,.45); border-top: 1px solid var(--color-border); }
.shot--empty .shot-inner { aspect-ratio: 16 / 9; display: grid; place-content: center; text-align: center; gap: .5rem; padding: 1rem; color: rgba(255,255,255,.35); font-size: .8rem;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 12px, transparent 12px 24px); }
.shot--empty .shot-inner i { font-size: 1.8rem; display: block; }
.int-chip { padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--color-border); background: rgba(255,255,255,.04); color: rgba(255,255,255,.75); font-size: .85rem; font-weight: 500; transition: all .2s; }
.int-chip:hover { border-color: rgba(4,182,220,.5); color: #fff; transform: translateY(-2px); }
.feature-cta { background: radial-gradient(60% 100% at 50% 0%, rgba(4,182,220,.18), transparent 70%), var(--color-surface); }

/* ── Video (facade de YouTube) ── */
.video-frame { position: relative; aspect-ratio: 16 / 9; max-width: 900px; margin: 0 auto; border-radius: 1.25rem; overflow: hidden; border: 1px solid var(--color-border); background: #0b0e12; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.video-frame img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; font-size: 1.4rem;
  background: var(--color-accent); color: var(--color-accent-ink); box-shadow: 0 0 0 0 rgba(4,182,220,.5); animation: play-pulse 2.4s infinite; }
.video-play--static { position: static; margin: 0 auto 1rem; animation: none; cursor: default; }
@keyframes play-pulse { 70% { box-shadow: 0 0 0 26px rgba(4,182,220,0); } 100% { box-shadow: 0 0 0 0 rgba(4,182,220,0); } }
.video-frame--empty { display: grid; place-items: center; background: radial-gradient(60% 80% at 50% 30%, rgba(4,182,220,.14), transparent 70%), #0b0e12; }
.video-soon { text-align: center; padding: 1rem; color: #fff; display: flex; flex-direction: column; align-items: center; gap: .35rem; }
.video-soon small { color: rgba(255,255,255,.45); }

/* ── VISUALES ANIMADOS DEL HERO ── */
.vz { position: relative; width: 100%; max-width: 520px; margin: 0 auto; }
.vz-const { aspect-ratio: 1; container-type: inline-size; }
.vz-glow { position: absolute; inset: 15%; border-radius: 50%; background: radial-gradient(circle, rgba(4,182,220,.28), transparent 70%); filter: blur(20px); animation: vz-breathe 5s ease-in-out infinite; }
@keyframes vz-breathe { 50% { transform: scale(1.15); opacity: .7; } }
.vz-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.vz-core { position: absolute; inset: 0; margin: auto; width: 34%; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem;
  background: var(--color-surface); border: 2px solid var(--color-accent); color: #fff; font-weight: 700; font-size: .8rem; box-shadow: 0 0 60px rgba(4,182,220,.35); }
.vz-core i { color: var(--color-accent); font-size: 1.4rem; }
.vz-ring { position: absolute; inset: 0; animation: vz-spin 48s linear infinite; }
.vz-node { position: absolute; top: 50%; left: 50%; width: 0; height: 0; transform: rotate(var(--a)) translateX(187px); transform: rotate(var(--a)) translateX(36cqw); }
.vz-chip { position: absolute; transform: translate(-50%, -50%) rotate(calc(var(--a) * -1)); white-space: nowrap; padding: .4rem .8rem; border-radius: 999px; font-size: .75rem; font-weight: 600; color: #fff;
  background: rgba(15,36,57,.95); border: 1px solid rgba(4,182,220,.45); box-shadow: 0 8px 30px rgba(0,0,0,.4); animation: vz-counter 48s linear infinite; }
@keyframes vz-spin { to { transform: rotate(360deg); } }
@keyframes vz-counter { to { transform: translate(-50%, -50%) rotate(calc(var(--a) * -1 - 360deg)); } }

.vz-chat { border-radius: 1.1rem; overflow: hidden; background: #1a1f27; border: 1px solid var(--color-border); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.vz-chat-head { display: flex; align-items: center; gap: .75rem; padding: .85rem 1rem; background: #232a34; border-bottom: 1px solid var(--color-border); }
.vz-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--color-accent); color: var(--color-accent-ink); }
.vz-chat-name { color: #fff; font-weight: 600; font-size: .9rem; display: flex; flex-direction: column; line-height: 1.2; }
.vz-chat-name small { color: rgba(255,255,255,.4); font-weight: 400; font-size: .68rem; }
.vz-online { margin-left: auto; width: 9px; height: 9px; border-radius: 50%; background: var(--color-legacy); box-shadow: 0 0 10px var(--color-legacy); }
.vz-chat-body { padding: 1.1rem; display: flex; flex-direction: column; gap: .7rem; min-height: 320px; }
.vz-msg { max-width: 84%; padding: .65rem .9rem; border-radius: 1rem; font-size: .82rem; line-height: 1.45; opacity: 0; transform: translateY(10px); }
.vz-chat.is-playing .vz-msg { animation: msg-in .5s ease forwards; animation-delay: calc(var(--i) * 1.3s + .3s); }
.vz-msg--user { align-self: flex-end; background: var(--color-accent); color: var(--color-accent-ink); border-bottom-right-radius: .3rem; font-weight: 500; }
.vz-msg--bot { align-self: flex-start; background: #2b3441; color: #f3efe8; border-bottom-left-radius: .3rem; }
.vz-msg--sys { align-self: stretch; max-width: none; display: flex; align-items: center; gap: .6rem; background: rgba(95,191,122,.1); border: 1px solid rgba(95,191,122,.35); color: #b9e8c7; border-radius: .8rem; }
.vz-msg--sys i { color: var(--color-legacy); }
@keyframes msg-in { to { opacity: 1; transform: none; } }

.vz-graph { aspect-ratio: 5 / 4; }
.vz-graph svg { width: 100%; height: 100%; }
.vz-pulse circle { animation: node-pulse 2.6s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.vz-pulse circle:nth-child(2) { animation-delay: .5s; } .vz-pulse circle:nth-child(3) { animation-delay: 1s; } .vz-pulse circle:nth-child(4) { animation-delay: 1.5s; }
@keyframes node-pulse { 50% { transform: scale(1.7); opacity: .55; } }
.vz-tag { position: absolute; padding: .3rem .7rem; border-radius: 999px; font-size: .72rem; font-weight: 600; color: #fff; background: rgba(15,36,57,.95); border: 1px solid var(--color-border); white-space: nowrap; }

.vz-flow { display: flex; flex-direction: column; align-items: stretch; gap: .4rem; }
.vz-step { display: flex; align-items: center; gap: .9rem; padding: .95rem 1.1rem; border-radius: .9rem; color: #fff; font-weight: 600; font-size: .9rem; background: rgba(15,36,57,.9); border: 1px solid var(--color-border); animation: step-glow 6s ease-in-out infinite; animation-delay: calc(var(--i) * 1.5s); }
.vz-step-n { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(4,182,220,.15); color: var(--color-accent); font-size: .8rem; flex: 0 0 28px; }
.vz-arrow { text-align: center; color: rgba(4,182,220,.6); font-size: .8rem; animation: arrow-bob 1.6s ease-in-out infinite; animation-delay: calc(var(--i) * .3s); }
@keyframes step-glow { 0%, 60%, 100% { border-color: var(--color-border); box-shadow: none; } 10%, 30% { border-color: rgba(4,182,220,.7); box-shadow: 0 0 30px rgba(4,182,220,.2); } }
@keyframes arrow-bob { 50% { transform: translateY(3px); } }

.vz-shield { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.vz-shield-icon { position: relative; width: 150px; height: 150px; display: grid; place-items: center; font-size: 4.2rem; color: var(--color-accent); border-radius: 50%; background: radial-gradient(circle, rgba(4,182,220,.18), transparent 70%); }
.vz-ping { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(4,182,220,.5); animation: ping 2.4s ease-out infinite; }
@keyframes ping { from { transform: scale(.7); opacity: 1; } to { transform: scale(1.5); opacity: 0; } }
.vz-checks { list-style: none; margin: 0; padding: 0; width: 100%; display: grid; gap: .6rem; }
.vz-checks li { display: flex; align-items: center; gap: .7rem; padding: .75rem 1rem; border-radius: .8rem; color: #fff; font-size: .88rem; background: rgba(15,36,57,.9); border: 1px solid var(--color-border); opacity: 0; animation: msg-in .5s ease forwards; animation-delay: calc(var(--i) * .35s + .2s); }
.vz-checks i { color: var(--color-legacy); }

.vz-editor { border-radius: 1rem; overflow: hidden; background: #10141a; border: 1px solid var(--color-border); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.vz-editor-bar { display: flex; align-items: center; gap: .4rem; padding: .7rem 1rem; background: #1a1f27; }
.vz-editor-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.vz-editor-bar span:nth-child(2) { background: #febc2e; }
.vz-editor-bar span:nth-child(3) { background: #28c840; }
.vz-editor-bar em { margin-left: .75rem; font-style: normal; color: rgba(255,255,255,.4); font-size: .72rem; }
.vz-code { margin: 0; padding: 1.25rem; font: 500 .78rem/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #d7d3ca; overflow-x: auto; }
.vz-code * { font-family: inherit; }
.vz-code .k { color: #04B6DC; } .vz-code .f { color: #7fb4ff; } .vz-code .c1 { color: rgba(255,255,255,.35); }
.vz-caret { display: inline-block; width: 8px; height: 1em; margin-left: 2px; vertical-align: text-bottom; background: var(--color-accent); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.vz-editor-foot { padding: .7rem 1rem; border-top: 1px solid var(--color-border); color: var(--color-legacy); font-size: .74rem; }

@media (max-width: 1279px) { .nav-dd-panel { display: none; } }
@media (max-width: 640px) { .vz-chip { font-size: .65rem; padding: .3rem .55rem; } .vz-node { transform: rotate(var(--a)) translateX(150px); transform: rotate(var(--a)) translateX(34cqw); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .fade-in { opacity: 1; transform: none; }
  .vz-msg, .vz-checks li { opacity: 1; transform: none; }
}
/* Sin JS el contenido nunca queda oculto */
html:not(.js) .fade-in, html:not(.js) .vz-msg { opacity: 1; transform: none; }

.site-nav-bar a, .site-nav-bar button { white-space: nowrap; }

/* ── Páginas legales ── */
.legal-page { padding: 7rem 1.5rem 5rem; background: var(--color-ink); }
.legal-container { max-width: 820px; margin: 0 auto; }
.legal-container .back-link { display: inline-block; margin-bottom: 1.5rem; color: rgba(255,255,255,.55); font-size: .85rem; }
.legal-container .back-link:hover { color: var(--color-accent); }
.legal-title { font-size: 2.25rem; font-weight: 700; color: #fff; margin: 0 0 .5rem; line-height: 1.15; }
.legal-updated { color: rgba(255,255,255,.4); font-size: .85rem; margin-bottom: 2rem; }
.legal-intro p, .legal-section p, .legal-section li { color: rgba(255,255,255,.65); line-height: 1.75; font-size: .95rem; margin-bottom: .9rem; }
.legal-intro strong, .legal-section strong { color: #fff; }
.legal-section { padding: 1.5rem 0; border-top: 1px solid var(--color-border); }
.legal-section h2 { color: #fff; font-size: 1.15rem; font-weight: 700; margin-bottom: .75rem; }
.legal-section ul { padding-left: 1.25rem; list-style: disc; }
.legal-content a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.contact-info a { font-weight: 600; }

.brand-accent { color: var(--color-accent); }

/* ── Marca: logo, textura del patrón institucional y glifo ── */
.site-logo { display: block; height: auto; }
.feature-hero, #hero { position: relative; isolation: isolate; }
.feature-hero::before, #hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: url('/assets/brand/pattern.png') center top / cover no-repeat; opacity: .16;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 80%); mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
}
.feature-cta::after {
  content: ""; position: absolute; right: -60px; bottom: -110px; width: 520px; height: 440px; pointer-events: none;
  background: url('/assets/brand/glyph.png') no-repeat center / contain; opacity: .18;
}
@media (max-width: 767px) { .feature-cta::after { width: 320px; height: 270px; right: -90px; opacity: .12; } }

/* Menú: las banderas y las insignias nunca se comprimen (con textos largos, p. ej. español) */
.nav-lang-group { flex-shrink: 0; }
.nav-flag { flex: 0 0 auto; }
.nav-flag img { width: 20px; height: 15px; min-width: 20px; max-width: none; }
.site-nav-bar .trust-badge { white-space: nowrap; flex-shrink: 0; }
.site-nav-bar .nav-cta { flex-shrink: 0; }

/* Chip "y cualquier otro..." */
.int-chip--more { border-style: dashed; color: var(--color-accent); background: rgba(4,182,220,.08); }

/* Desplegable: el texto de las descripciones se ajusta al ancho del panel (antes quedaba en una sola línea y se salía del fondo) */
.site-nav-bar .nav-dd-panel a, .site-nav-bar .nav-dd-panel span { white-space: normal; }
.nav-dd-panel { width: 760px; max-width: calc(100vw - 32px); }
.nav-dd-col { min-width: 0; }
.nav-dd-item > span:last-child { min-width: 0; }
.nav-dd-all { white-space: nowrap; }

/* Panel del menú: fondo sólido (sin transparencia) para que no se vea el contenido de atrás */
.nav-dd-panel { background: #0F2439; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06); }
.nav-dd-desc { overflow-wrap: anywhere; }

/* Logo del menú: más grande y sin encogerse */
#header .site-logo { width: 190px; height: auto; max-width: none; flex-shrink: 0; }
@media (max-width: 480px) { #header .site-logo { width: 160px; } }

/* ── Menú "Funcionalidades" minimalista: 4 columnas (una por grupo), solo ícono + nombre ── */
.nav-dd-panel { width: 940px; max-width: calc(100vw - 32px); left: -200px; padding: 1.4rem 1.5rem 1rem; }
.nav-dd-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.nav-dd-item { align-items: center; gap: .65rem; padding: .5rem .45rem; }
.nav-dd-icon { flex: 0 0 30px; height: 30px; font-size: .8rem; }
.nav-dd-name { font-size: .84rem; }
.nav-dd-desc { display: none; }
.nav-dd-title { margin-bottom: .6rem; padding-bottom: .5rem; border-bottom: 1px solid var(--color-border); }
