/* ============================================================
   SearchMAS — nosotros.css
   ============================================================ */

/* ── Hero ── */
.ns-hero {
    padding: 160px 6% 96px;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ns-breadcrumb {
    font-size: 12px;
    font-weight: 500;
    color: rgba(31,41,55,.4);
    letter-spacing: .5px;
    margin-bottom: 1.5rem;
}
.ns-breadcrumb a { color: rgba(31,41,55,.4); transition: color .2s; }
.ns-breadcrumb a:hover { color: var(--dark); }
.ns-breadcrumb span { margin: 0 .4rem; opacity: .5; }
.ns-heading { max-width: 840px; }
.ns-hero-p {
    font-size: 16px;
    color: rgba(31,41,55,.55);
    line-height: 1.75;
    max-width: 600px;
    margin: .5rem auto 0;
}
.ns-scroll-ind {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    margin-top: 3rem;
    color: rgba(31,41,55,.3);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: scrollBounce 2.2s ease-in-out infinite;
}
@keyframes scrollBounce {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(7px); }
}

/* ── Gradient lines ──
   Centered labels  → div.gl below, margin: auto
   Left-aligned labels → div.gl below, margin: 0 */
.no-gl, .npv-gl, .na-gl, .nsu-gl {
    width: 48px; height: 2px;
    background: linear-gradient(90deg, #00F2FF, #CCFF00);
    border-radius: 2px;
    margin: .5rem auto 1.25rem;
}
.nv-gl, .net-gl {
    width: 48px; height: 2px;
    background: linear-gradient(90deg, #00F2FF, #CCFF00);
    border-radius: 2px;
    margin: .5rem 0 1.25rem;
}

/* ── S1 — Nuestro origen ── */
.no { background: var(--bg); padding: 96px 6%; }
.no-inner { max-width: 1280px; margin: 0 auto; }
.no-head {
    max-width: 720px;
    margin: 0 auto 3.5rem;
    text-align: center;
}
.no-lbl {
    display: inline-flex;
    align-items: center;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: #6B7280;
    margin-bottom: .5rem;
}
.no-head h2 {
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 1rem;
}
.no-head h2 em { font-style: italic; font-weight: 400; }
.no-head p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.no-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.no-stat {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.no-stat::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #00F2FF, #CCFF00);
    opacity: 0;
    transition: opacity .3s;
}
.no-stat:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.no-stat:hover::after { opacity: 1; }
.no-stat-val {
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    color: var(--dark);
    margin-bottom: .5rem;
    display: block;
}
.no-stat-title {
    font-size: 14px; font-weight: 700;
    color: var(--dark);
    margin-bottom: .5rem;
}
.no-stat-text { font-size: 13px; color: var(--muted); line-height: 1.65; }
/* Stagger */
.no-stats .no-stat:nth-child(1).reveal { transition-delay: 0s; }
.no-stats .no-stat:nth-child(2).reveal { transition-delay: .14s; }
.no-stats .no-stat:nth-child(3).reveal { transition-delay: .28s; }
.no-stats .no-stat.reveal.visible { transition-delay: 0s; }

/* ── S2 — Valores ── */
.nv {
    background: var(--night);
    padding: 96px 6%;
    position: relative;
    overflow: hidden;
}
.nv-gb1 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .2; pointer-events: none;
    width: 500px; height: 500px;
    background: rgba(0,242,255,.18);
    top: -120px; right: -80px;
}
.nv-gb2 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .15; pointer-events: none;
    width: 380px; height: 380px;
    background: rgba(204,255,0,.12);
    bottom: -80px; left: -60px;
}
.nv-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.nv-head { max-width: 640px; margin-bottom: 3.5rem; }
.nv-lbl {
    display: inline-flex;
    align-items: center;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--teal);
    margin-bottom: .5rem;
}
.nv-head h2 {
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: .75rem;
}
.nv-head h2 em { font-style: italic; font-weight: 400; }
.nv-head > p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.75; }
.nv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}
.nv-card {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: 2rem;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nv-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,242,255,.3);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.nv-card-icon {
    width: 52px; height: 52px;
    background: rgba(0,242,255,.07);
    border: 1px solid rgba(0,242,255,.15);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    transition: background .3s, box-shadow .3s;
}
.nv-card:hover .nv-card-icon {
    background: rgba(0,242,255,.13);
    box-shadow: 0 0 22px rgba(0,242,255,.18);
}

/* ── Animated icons — S2 Valores ── */
@keyframes nv-zap {
    0%,55%,100% { transform: scale(1); filter: none; }
    65%  { transform: scale(1.28) rotate(-8deg); filter: drop-shadow(0 0 8px rgba(0,242,255,.85)); }
    76%  { transform: scale(.88) rotate(4deg); filter: none; }
    89%  { transform: scale(1.1); filter: drop-shadow(0 0 4px rgba(0,242,255,.4)); }
}
.nv-icon-velocity { animation: nv-zap 2.4s cubic-bezier(.4,0,.2,1) infinite; }

@keyframes nv-bar-a { 0%,100%{transform:scaleY(.28)} 30%{transform:scaleY(1)} 65%{transform:scaleY(.52)} }
@keyframes nv-bar-b { 0%,100%{transform:scaleY(.72)} 20%{transform:scaleY(.18)} 55%{transform:scaleY(1)} }
@keyframes nv-bar-c { 0%,100%{transform:scaleY(.42)} 42%{transform:scaleY(.88)} 72%{transform:scaleY(.22)} }
.nv-icon-bar-a { animation: nv-bar-a 1.8s ease-in-out infinite;      transform-origin: bottom; transform-box: fill-box; }
.nv-icon-bar-b { animation: nv-bar-b 1.8s ease-in-out infinite .22s; transform-origin: bottom; transform-box: fill-box; }
.nv-icon-bar-c { animation: nv-bar-c 1.8s ease-in-out infinite .44s; transform-origin: bottom; transform-box: fill-box; }

@keyframes nv-meridian { 0%,100%{opacity:1;transform:scaleX(1)} 50%{opacity:.08;transform:scaleX(.04)} }
.nv-icon-meridian { animation: nv-meridian 2.8s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }

@keyframes nv-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
.nv-icon-users { animation: nv-float 2.6s ease-in-out infinite; }
.nv-card h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: .5rem; }
.nv-card > p  { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.65; }
/* Stagger */
.nv-grid .nv-card:nth-child(1).reveal { transition-delay: 0s; }
.nv-grid .nv-card:nth-child(2).reveal { transition-delay: .12s; }
.nv-grid .nv-card:nth-child(3).reveal { transition-delay: .24s; }
.nv-grid .nv-card:nth-child(4).reveal { transition-delay: .36s; }
.nv-grid .nv-card.reveal.visible { transition-delay: 0s; }

.nv-quote {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-left: 3px solid var(--teal);
    border-radius: 16px;
    padding: 2.5rem 2.5rem 2.5rem 2.25rem;
}
.nv-quote-mark {
    display: block;
    font-size: 72px;
    font-weight: 900;
    color: rgba(0,242,255,.15);
    line-height: .7;
    margin-bottom: .75rem;
    font-family: Georgia, serif;
}
.nv-quote > p {
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.8);
    line-height: 1.65;
}

/* ── S3 — Propuesta de valor ── */
.npv { background: var(--bg); padding: 96px 6%; }
.npv-inner { max-width: 1280px; margin: 0 auto; }
.npv-head {
    max-width: 720px;
    margin: 0 auto 3.5rem;
    text-align: center;
}
.npv-lbl {
    display: inline-flex;
    align-items: center;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: #6B7280;
    margin-bottom: .5rem;
}
.npv-head h2 {
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 1rem;
}
.npv-head h2 em { font-style: italic; font-weight: 400; }
.npv-head > p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.npv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.npv-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    transition: transform .25s, box-shadow .25s;
}
.npv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.npv-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg,#0a1628,#1a2e50);
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}
.npv-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: .65rem; }
.npv-card > p { font-size: 14px; color: var(--muted); line-height: 1.7; }
/* Stagger */
.npv-grid .npv-card:nth-child(1).reveal { transition-delay: 0s; }
.npv-grid .npv-card:nth-child(2).reveal { transition-delay: .14s; }
.npv-grid .npv-card:nth-child(3).reveal { transition-delay: .28s; }
.npv-grid .npv-card.reveal.visible { transition-delay: 0s; }

/* ── S4 — Arquitectura ── */
.na {
    background: #0d1117;
    padding: 96px 6%;
    position: relative;
    overflow: hidden;
}
.na-gb1 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .35; pointer-events: none;
    width: 500px; height: 500px;
    background: rgba(0,242,255,.35);
    top: -80px; right: -80px; left: auto;
}
.na-gb2 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .35; pointer-events: none;
    width: 400px; height: 400px;
    background: rgba(204,255,0,.35);
    bottom: -80px; left: -80px; right: auto;
}
.na-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
.na-head { text-align: center; margin-bottom: 3.5rem; }
.na-lbl {
    display: inline-flex; align-items: center; gap: .6rem;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--teal); margin-bottom: .75rem;
}
.na-head h2 {
    font-size: clamp(28px, 3vw, 46px); font-weight: 800;
    letter-spacing: -1.5px; color: #fff; line-height: 1.15;
}
.na-head h2 em { font-style: italic; font-weight: 400; }

/* Vertical stack */
.na-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* Connector between cards */
.na-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;
    flex-shrink: 0;
}
.na-connector-line {
    width: 2px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(0,242,255,.5), rgba(204,255,0,.5));
}
.na-connector-arrow {
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid rgba(0,242,255,.55);
}

/* Card wrapper — horizontal */
.na-card {
    display: flex; flex-direction: row;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px; overflow: hidden;
    max-width: 560px; width: 100%;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.na-card:hover {
    border-color: rgba(0,242,255,.3);
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}

/* Illustration area — left column */
.na-card-vis {
    width: 190px; flex-shrink: 0;
    background: rgba(0,0,0,.25);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.07);
}

/* Card body — right column */
.na-card-body {
    flex: 1; min-width: 0;
    padding: 1.75rem 1.5rem;
    display: flex; flex-direction: column; justify-content: center;
}
.na-card-body h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: .4rem; }
.na-card-body > p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.5; margin-bottom: 1rem; }
.na-layer-num {
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--teal); margin-bottom: .3rem;
}
.na-layer-badge {
    display: inline-flex;
    background: rgba(0,242,255,.1); border: 1px solid rgba(0,242,255,.2);
    border-radius: 100px; padding: .25rem .8rem;
    font-size: 11px; font-weight: 700; color: var(--teal);
}
.na-layer-badge.lime {
    background: rgba(204,255,0,.1); border-color: rgba(204,255,0,.2); color: var(--lime);
}

/* ── Illus 1 — Team role chips ── */
.nv1-panel {
    display: flex; flex-direction: column; gap: 7px;
    padding: .75rem; width: 100%;
}
.nv1-chip {
    display: flex; align-items: center; gap: .45rem;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; padding: .4rem .55rem;
    opacity: 0;
    animation: nv1In .4s ease both; animation-play-state: paused;
}
.nv1-chip:nth-child(1) { animation-delay: .1s; }
.nv1-chip:nth-child(2) { animation-delay: .25s; }
.nv1-chip:nth-child(3) { animation-delay: .4s; }
.na-card.visible .nv1-chip { animation-play-state: running; }
@keyframes nv1In {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0); }
}
.nv1-av {
    width: 27px; height: 27px; border-radius: 7px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 8px; font-weight: 900; color: #fff;
}
.nv1-av.c1 { background: linear-gradient(135deg,#0055ff,#00c6ff); }
.nv1-av.c2 { background: linear-gradient(135deg,#7c3aed,#a855f7); }
.nv1-av.c3 { background: linear-gradient(135deg,#0d9488,#00F2FF); }
.nv1-meta { flex: 1; min-width: 0; }
.nv1-name { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.85); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nv1-ping { display: flex; align-items: center; gap: 4px; font-size: 8px; color: rgba(255,255,255,.3); margin-top: 1px; }
.nv1-ping span { width: 5px; height: 5px; border-radius: 50%; background: #00d4aa; flex-shrink: 0; animation: pulseDot 1.5s infinite; }
.nv1-chip:nth-child(2) .nv1-ping span { animation-delay: .5s; }
.nv1-chip:nth-child(3) .nv1-ping span { animation-delay: 1s; }

/* ── Illus 2 — AI Terminal ── */
.nv2-term {
    width: calc(100% - 1.25rem); margin: .6rem;
    background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px; overflow: hidden;
}
.nv2-titlebar {
    display: flex; gap: 5px; padding: .32rem .5rem;
    background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.07);
}
.nv2-titlebar span { width: 7px; height: 7px; border-radius: 50%; }
.nv2-titlebar span:nth-child(1) { background: #ff5f57; }
.nv2-titlebar span:nth-child(2) { background: #febc2e; }
.nv2-titlebar span:nth-child(3) { background: #28c840; }
.nv2-body { padding: .5rem .55rem; display: flex; flex-direction: column; gap: 5px; }
.nv2-line {
    display: flex; align-items: center; gap: 4px;
    font-size: 8.5px; font-family: 'Courier New', monospace;
    opacity: 0; animation: nv2In .25s ease both; animation-play-state: paused;
}
.nv2-line:nth-child(1) { animation-delay: .3s; }
.nv2-line:nth-child(2) { animation-delay: 1.1s; }
.nv2-line:nth-child(3) { animation-delay: 1.8s; }
.na-card.visible .nv2-line { animation-play-state: running; }
@keyframes nv2In { from { opacity: 0; } to { opacity: 1; } }
.nv2-p { color: var(--teal); flex-shrink: 0; }
.nv2-t { color: rgba(255,255,255,.52); }
.nv2-dots { color: rgba(255,255,255,.22); animation: nv2Blink 1s steps(1) infinite; }
.nv2-line.ok .nv2-chk { color: #00d4aa; }
.nv2-line.ok .nv2-t { color: rgba(255,255,255,.75); }
.nv2-cursor { width: 6px; height: 10px; background: var(--teal); opacity: .75; animation: nv2Blink 1s steps(1) infinite .5s; margin-top: 2px; }
@keyframes nv2Blink { 0%,49% { opacity: .75; } 50%,100% { opacity: 0; } }

/* ── Illus 3 — Signal rings ── */
.nv3-signal {
    position: relative; width: 150px; height: 150px;
    display: flex; align-items: center; justify-content: center;
}
.nv3-ring {
    position: absolute; border-radius: 50%;
    border: 1.5px solid rgba(0,242,255,.2);
    animation: nv3Pulse 3s ease-in-out infinite;
}
.nv3-ring.r1 { width: 46px; height: 46px; animation-delay: 0s; }
.nv3-ring.r2 { width: 88px; height: 88px; animation-delay: .6s; }
.nv3-ring.r3 { width: 132px; height: 132px; animation-delay: 1.2s; border-color: rgba(0,242,255,.1); }
@keyframes nv3Pulse { 0%,100% { opacity: .7; } 50% { opacity: .2; } }
.nv3-center {
    width: 16px; height: 16px; border-radius: 50%; z-index: 2;
    background: linear-gradient(135deg, #00F2FF, #0099cc);
    box-shadow: 0 0 14px rgba(0,242,255,.7);
}
.nv3-pin {
    position: absolute; width: 7px; height: 7px; border-radius: 50%;
    background: #CCFF00; z-index: 3;
    animation: nv3Pin 2.4s ease-in-out infinite;
}
.nv3-pin.p1 { top: 20px; right: 28px; animation-delay: .2s; }
.nv3-pin.p2 { top: 60px; left: 16px; animation-delay: .8s; }
.nv3-pin.p3 { bottom: 24px; right: 20px; animation-delay: 1.5s; }
.nv3-pin.p4 { bottom: 44px; left: 38px; animation-delay: .5s; }
.nv3-pin.p5 { top: 28px; left: 42px; animation-delay: 2s; }
@keyframes nv3Pin {
    0%,100% { opacity: 1; transform: scale(1); box-shadow: 0 0 6px rgba(204,255,0,.6); }
    50%      { opacity: .35; transform: scale(.55); box-shadow: none; }
}

/* ── Illus 4 — Conversion funnel ── */
.nv4-funnel {
    display: flex; flex-direction: column; gap: 9px;
    padding: .75rem; width: 100%;
}
.nv4-row { display: flex; align-items: center; gap: 6px; }
.nv4-lbl {
    font-size: 7.5px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .4px; color: rgba(255,255,255,.32);
    width: 40px; flex-shrink: 0;
}
.nv4-track { flex: 1; height: 17px; background: rgba(255,255,255,.05); border-radius: 4px; overflow: hidden; }
.nv4-bar {
    height: 100%; border-radius: 4px;
    transform: scaleX(0); transform-origin: left;
    animation: nv4In .7s cubic-bezier(.34,1.56,.64,1) both; animation-play-state: paused;
}
.na-card.visible .nv4-bar { animation-play-state: running; }
.nv4-bar.b1 { width: 100%; background: linear-gradient(90deg,#0055cc,#00c6ff); animation-delay: .1s; }
.nv4-bar.b2 { width: 62%;  background: linear-gradient(90deg,#0077aa,#00ddd0); animation-delay: .28s; }
.nv4-bar.b3 { width: 38%;  background: linear-gradient(90deg,#44bb00,#CCFF00); animation-delay: .46s; }
@keyframes nv4In { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.nv4-val { font-size: 9px; font-weight: 800; color: rgba(255,255,255,.5); width: 30px; text-align: right; flex-shrink: 0; }
.nv4-row.hi .nv4-val { color: #CCFF00; }
.nv4-row.hi .nv4-lbl { color: rgba(204,255,0,.45); }

/* Infinity */
.na-infinity { margin-top: 2rem; text-align: center; }
.na-inf-symbol {
    display: block; font-size: 52px; font-weight: 900; line-height: 1;
    background: linear-gradient(90deg, #00F2FF, #CCFF00);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    animation: infPulse 3s ease-in-out infinite;
}
.na-inf-text {
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,.35);
    letter-spacing: 1.5px; text-transform: uppercase; margin-top: .5rem;
}
@keyframes infPulse {
    0%,100% { opacity: .7; transform: scale(1); }
    50%      { opacity: 1; transform: scale(1.06); }
}

/* Stagger — cards are observed individually via scroll */
.na-diagram .na-card.reveal { transition-delay: 0s; }
.na-diagram .na-card.reveal.visible { transition-delay: 0s; }

/* ── S5 — El equipo ── */
.net { background: var(--bg); padding: 96px 6%; }
.net-inner { max-width: 1280px; margin: 0 auto; }
.net-head { max-width: 640px; margin-bottom: 3rem; }
.net-lbl {
    display: inline-flex;
    align-items: center;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: #6B7280;
    margin-bottom: .5rem;
}
.net-head h2 {
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: .75rem;
}
.net-head h2 em { font-style: italic; font-weight: 400; }
.net-head > p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.net-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.net-card {
    background: linear-gradient(160deg,#dde8f5 0%,#eaf0fa 35%,#f0f4f8 60%,#e8f0f5 100%);
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.net-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.net-avatar {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.net-avatar-img {
    width: 72px; height: 72px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 1rem;
    flex-shrink: 0;
    display: block;
}
.net-av-1 { background: linear-gradient(135deg,#1a7aff,#00F2FF); }
.net-av-2 { background: linear-gradient(135deg,#00a67d,#00d4aa); }
.net-av-3 { background: linear-gradient(135deg,#6c3bff,#c084fc); }
.net-av-4 { background: linear-gradient(135deg,#d97706,#CCFF00); }
.net-av-5 { background: linear-gradient(135deg,#0ea5e9,#00F2FF); }
.net-av-6 { background: linear-gradient(135deg,#f472b6,#a78bfa); }
.net-av-7 { background: linear-gradient(135deg,#00d4aa,#0ea5e9); }
.net-card-name { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: .3rem; }
.net-card-role {
    display: inline-block;
    align-self: flex-start;
    width: fit-content;
    font-size: 11px; font-weight: 700;
    letter-spacing: .4px;
    color: #0d1f3c;
    background: #CCFF00;
    border-radius: 100px;
    padding: .25rem .75rem;
    margin-bottom: .85rem;
}
.net-card-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1rem;
}
.net-card-link {
    display: inline-flex; align-items: center; gap: .4rem;
    align-self: flex-start;
    background: #CCFF00; color: #1F2937; font-size: 14px; font-weight: 600;
    border: 1px solid #CCFF00; border-radius: 50px; padding: 9px 20px;
    text-decoration: none; white-space: nowrap; cursor: pointer;
    transition: box-shadow .2s;
    display: inline-flex; align-items: center; gap: .3rem;
    transition: color .2s;
    margin-top: auto;
}
.net-card-link:hover { box-shadow: 0 0 10px #CCFF00; color: #1F2937; }
.net-card-link:active,.net-card-link:visited,.net-card-link:focus { color: #1F2937!important; }
/* Growth card */
.net-card-growth {
    background: linear-gradient(135deg, rgba(0,242,255,.04), rgba(204,255,0,.04));
    border: 1.5px dashed rgba(0,242,255,.25);
    gap: .75rem;
}
.net-card-growth:hover { border-color: rgba(0,242,255,.5); }
.net-growth-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg,#0a1628,#1a2e50);
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-bottom: .25rem;
}
.net-card-growth h3 { font-size: 15px; font-weight: 700; color: var(--dark); line-height: 1.35; }
.net-card-growth > p { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; }
.net-card-growth a {
    display: inline-flex; align-items: center; gap: .35rem;
    font-size: 13px; font-weight: 600;
    color: var(--teal);
    transition: gap .2s;
    margin-top: auto;
}
.net-card-growth a:hover { gap: .6rem; }
/* Stagger */
.net-grid .net-card:nth-child(1).reveal { transition-delay: 0s; }
.net-grid .net-card:nth-child(2).reveal { transition-delay: .08s; }
.net-grid .net-card:nth-child(3).reveal { transition-delay: .16s; }
.net-grid .net-card:nth-child(4).reveal { transition-delay: .24s; }
.net-grid .net-card:nth-child(5).reveal { transition-delay: .32s; }
.net-grid .net-card:nth-child(6).reveal { transition-delay: .4s; }
.net-grid .net-card:nth-child(7).reveal { transition-delay: .48s; }
.net-grid .net-card:nth-child(8).reveal { transition-delay: .56s; }
.net-grid .net-card.reveal.visible { transition-delay: 0s; }

/* ── S6 — Sumate ── */
.nsu {
    background: #1F2937;
    padding: 96px 6%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.nsu-gb1 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .18; pointer-events: none;
    width: 500px; height: 500px;
    background: rgba(204,255,0,.12);
    top: -100px; left: -80px;
}
.nsu-gb2 {
    position: absolute; border-radius: 50%;
    filter: blur(90px); opacity: .18; pointer-events: none;
    width: 400px; height: 400px;
    background: rgba(0,242,255,.15);
    bottom: -60px; right: -60px;
}
.nsu-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.nsu-lbl {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--teal);
    margin-bottom: .75rem;
    justify-content: center;
}
.nsu-inner h2 {
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}
.nsu-inner h2 em { font-style: italic; font-weight: 400; }
.nsu-inner > p { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.75; margin-bottom: 1rem; }
.nsu-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2.5rem 0 2rem;
}
.nsu-ctas .smas-btn-ghost {
    color: #fff;
    border-color: #fff;
}
.nsu-ctas .smas-btn-ghost:hover { color: #fff; }
.nsu-note {
    font-size: 13px;
    color: rgba(255,255,255,.3);
    letter-spacing: .3px;
}
.nsu-note span { margin: 0 .5rem; color: rgba(0,242,255,.3); }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .net-grid  { grid-template-columns: repeat(2, 1fr); }
    .npv-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .ns-hero   { padding: 120px 5% 64px; min-height: 80vh; }
    .no-stats  { grid-template-columns: 1fr; }
    .nv-grid   { grid-template-columns: 1fr; }
    .npv-grid  { grid-template-columns: 1fr; }
    .net-grid  { grid-template-columns: 1fr 1fr; }
    .na-card { flex-direction: column; max-width: 100%; }
    .na-card-vis { width: 100%; height: 160px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
    .no, .nv, .npv, .na, .net, .nsu { padding: 64px 5%; }
}
@media (max-width: 480px) {
    .net-grid  { grid-template-columns: 1fr; }
    .npv-grid  { grid-template-columns: 1fr; }
    .no-stats  { grid-template-columns: 1fr; }
}
