:root {
            --fondo-crema: #F7F5F0;
            --inpulso-azul: #2d4f82;
            --inpulso-rojo: #C64A49;
            --inpulso-verde: #3d7a5c;
            --fondo-ergonomico: #CFC8B7;
            --texto-principal: #1A1F1C;
            --texto-secundario: #5A6B63;
            --fuente-titulos: 'Playfair Display', serif;
            --fuente-textos: 'Montserrat', sans-serif;
            --radio-secciones: 40px;
            --radio-tarjetas: 28px;
            --ios-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        *, *::before, *::after { box-sizing: border-box; }

        body, html {
            margin: 0;
            padding: 0;
            background: var(--fondo-crema);
            color: var(--texto-principal);
            font-family: var(--fuente-textos);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

        html { scroll-behavior: smooth; }

        a { text-decoration: none; color: inherit; }

        a, button, .apple-glass-btn {
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Apple Liquid Glass — igual que landing */
        .apple-glass-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 16px 36px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            text-align: center;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px) saturate(180%);
            -webkit-backdrop-filter: blur(20px) saturate(180%);
            border-radius: 50px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-top: 1px solid rgba(255, 255, 255, 0.8);
            border-left: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            color: #fff;
            will-change: transform;
        }
        .apple-glass-btn:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }
        .apple-glass-btn.dark-glass {
            color: var(--texto-principal);
            background: rgba(20, 25, 22, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-top: 1px solid rgba(255, 255, 255, 0.6);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        .apple-glass-btn.dark-glass:hover {
            background: rgba(20, 25, 22, 0.1);
        }

        .nos-ambient { display: none; }

        .reveal {
            opacity: 0;
            transform: translateY(18px);
            transition: opacity 0.55s ease, transform 0.55s ease;
        }
        .reveal.is-visible {
            opacity: 1;
            transform: none;
        }

        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            .reveal { opacity: 1; transform: none; transition: none; }
        }

        .page-wrap { position: relative; z-index: 1; }

        /* ——— HERO ——— */
        .nos-hero {
            position: relative;
            min-height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: calc(110px + env(safe-area-inset-top, 0px)) clamp(20px, 5vw, 48px) clamp(56px, 8vh, 72px);
            background:
                radial-gradient(ellipse 70% 55% at 50% -10%, rgba(45, 79, 130, 0.1), transparent 60%),
                var(--fondo-crema);
        }

        .nos-hero-ring { display: none; }

        .nos-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            border-radius: 999px;
            background: #fff;
            border: 1px solid rgba(45, 79, 130, 0.12);
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--inpulso-azul);
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 16px rgba(45, 79, 130, 0.06);
        }
        .nos-hero-badge i {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--inpulso-rojo);
        }

        @keyframes pulseDot { from { opacity: 1; } to { opacity: 1; } }

        .nos-hero h1 {
            font-family: var(--fuente-titulos);
            font-size: clamp(2.6rem, 7vw, 5.2rem);
            font-weight: 400;
            line-height: 1.05;
            color: var(--inpulso-azul);
            margin: 0 0 1.4rem;
            max-width: 14ch;
        }
        .nos-hero h1 em {
            font-style: italic;
            color: var(--inpulso-rojo);
        }

        .nos-hero-lead {
            max-width: 640px;
            font-size: clamp(1rem, 2.2vw, 1.18rem);
            line-height: 1.85;
            color: var(--texto-secundario);
            font-weight: 300;
            margin: 0 auto 2.5rem;
        }

        .nos-hero-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: clamp(12px, 2vw, 20px);
            max-width: 720px;
        }
        .nos-stat {
            flex: 1 1 140px;
            max-width: 200px;
            padding: 1rem;
            border-radius: 16px;
            background: #fff;
            border: 1px solid rgba(45, 79, 130, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        }
        .nos-stat strong {
            display: block;
            font-family: var(--fuente-titulos);
            font-size: 2rem;
            color: var(--inpulso-azul);
            line-height: 1;
            margin-bottom: 0.35rem;
        }
        .nos-stat span {
            font-size: 0.72rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 600;
            color: var(--texto-secundario);
        }

        .nos-scroll-hint { display: none; }

        /* ——— MODELO 360 ——— */
        .model-section {
            padding: clamp(48px, 8vh, 96px) clamp(16px, 5vw, 64px);
        }

        .model-panel {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(24px, 4vw, 48px);
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
            padding: clamp(20px, 4vw, 36px);
            border-radius: var(--radio-secciones);
            background: #fff;
            border: 1px solid rgba(45, 79, 130, 0.08);
            box-shadow: 0 12px 40px rgba(45, 79, 130, 0.06);
        }
        .model-panel::before { display: none; }

        .model-visual {
            position: relative;
            border-radius: calc(var(--radio-tarjetas) + 4px);
            overflow: hidden;
            aspect-ratio: 4 / 5;
            max-height: 520px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }
        .model-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .model-visual-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 40%, rgba(26, 31, 28, 0.55) 100%);
        }
        .model-orbit { display: none; }
        .model-orbit-dot {
            position: absolute;
            top: -6px;
            left: 50%;
            width: 12px;
            height: 12px;
            margin-left: -6px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
        }
        .model-visual-label {
            position: absolute;
            bottom: 1.5rem;
            left: 1.5rem;
            right: 1.5rem;
            color: #fff;
        }
        .model-visual-label strong {
            display: block;
            font-family: var(--fuente-titulos);
            font-size: 1.6rem;
            margin-bottom: 0.25rem;
        }
        .model-visual-label span {
            font-size: 0.78rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            opacity: 0.85;
        }

        .model-copy h2 {
            font-family: var(--fuente-titulos);
            font-size: clamp(2.2rem, 4.5vw, 3.4rem);
            color: var(--inpulso-azul);
            margin: 0 0 1.2rem;
            font-weight: 400;
            line-height: 1.1;
        }
        .model-copy p {
            font-size: 1.05rem;
            line-height: 1.85;
            color: var(--texto-secundario);
            font-weight: 300;
            margin: 0 0 1.2rem;
        }

        .model-pillars {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin-top: 1.8rem;
        }
        .model-pillar {
            padding: 0.55rem 1rem;
            border-radius: 999px;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            background: rgba(45, 79, 130, 0.08);
            color: var(--inpulso-azul);
            border: 1px solid rgba(45, 79, 130, 0.12);
        }
        .model-pillar:nth-child(2) { background: rgba(198, 74, 73, 0.08); color: var(--inpulso-rojo); border-color: rgba(198, 74, 73, 0.15); }
        .model-pillar:nth-child(3) { background: rgba(61, 122, 92, 0.1); color: var(--inpulso-verde); border-color: rgba(61, 122, 92, 0.15); }

        /* ——— REDISEÑO SOBRE NOSOTROS ——— */
        .nos-hero {
            min-height: 92svh;
            display: grid;
            place-items: center;
            padding: calc(118px + env(safe-area-inset-top, 0px)) clamp(18px, 5vw, 64px) clamp(72px, 10vh, 110px);
            background:
                linear-gradient(90deg, rgba(247,245,240,0.96) 0 54%, rgba(45,79,130,0.96) 54% 100%),
                radial-gradient(circle at 12% 12%, rgba(45,79,130,0.12), transparent 34%),
                radial-gradient(circle at 86% 18%, rgba(198,74,73,0.12), transparent 30%);
            text-align: left;
        }
        .nos-hero-shell {
            width: min(1180px, 100%);
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
            gap: 0;
            align-items: stretch;
            border-radius: clamp(30px, 5vw, 56px);
            overflow: hidden;
            box-shadow: 0 34px 90px rgba(45,79,130,0.16);
        }
        .nos-hero-copy,
        .nos-hero-card,
        .trust-card,
        .process-card,
        .areas-card,
        .about-faq-card {
            border-radius: 28px;
            background:
                linear-gradient(145deg, rgba(255,255,255,0.74), rgba(255,255,255,0.42));
            border: 0;
            box-shadow:
                inset 0 1px 1px rgba(255,255,255,0.82);
            backdrop-filter: blur(18px) saturate(160%);
            -webkit-backdrop-filter: blur(18px) saturate(160%);
        }
        .nos-hero-copy {
            border-radius: clamp(26px, 4vw, 42px) 18px 18px clamp(26px, 4vw, 42px);
            padding: clamp(1.5rem, 5vw, 3.2rem);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }
        .nos-hero-badge {
            background: rgba(255,255,255,0.58);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }
        .nos-hero h1 {
            max-width: 740px;
            font-size: clamp(2.4rem, 5.6vw, 4.6rem);
            line-height: 0.98;
        }
        .nos-hero-lead {
            margin: 0 0 1.8rem;
            max-width: 680px;
            font-family: var(--fuente-textos);
            font-size: clamp(0.98rem, 1.5vw, 1.1rem);
        }
        .nos-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.85rem;
            margin-top: 0.35rem;
        }
        .nos-hero-primary,
        .nos-hero-secondary {
            color: #fff !important;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.24);
            border-top-color: rgba(255,255,255,0.72);
            box-shadow:
                0 16px 36px rgba(0,0,0,0.2),
                inset 0 1px 1px rgba(255,255,255,0.36);
            text-shadow: 0 1px 12px rgba(0,0,0,0.18);
        }
        .nos-hero-primary {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.28), transparent 34%),
                linear-gradient(135deg, var(--inpulso-rojo), #9f3d48) !important;
        }
        .nos-hero-secondary {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.24), transparent 34%),
                linear-gradient(135deg, var(--inpulso-azul), #1f3c67) !important;
        }
        .nos-hero-card {
            position: relative;
            overflow: hidden;
            border-radius: 18px clamp(26px, 4vw, 42px) clamp(26px, 4vw, 42px) 18px;
            padding: clamp(1.35rem, 4vw, 2.2rem);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 500px;
            background:
                linear-gradient(150deg, rgba(45,79,130,0.98), rgba(23,36,58,0.96)),
                radial-gradient(circle at 28% 12%, rgba(244,200,120,0.3), transparent 36%);
            color: #fff;
        }
        .nos-hero-card::after {
            content: '';
            position: absolute;
            width: 260px;
            height: 260px;
            right: -92px;
            bottom: -86px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
            pointer-events: none;
        }
        .nos-hero-card-top {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.74);
        }
        .nos-hero-card-orb {
            width: 52px;
            height: 52px;
            border-radius: 18px;
            background:
                radial-gradient(circle at 30% 20%, rgba(255,255,255,0.92), transparent 24%),
                linear-gradient(135deg, var(--inpulso-rojo), #f4c878 48%, #7eb8ff);
            box-shadow: 0 16px 34px rgba(0,0,0,0.24);
        }
        .nos-hero-card-body {
            position: relative;
            z-index: 1;
            display: grid;
            gap: 1rem;
        }
        .nos-hero-card-body h2 {
            font-family: var(--fuente-titulos);
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 400;
            line-height: 1;
            margin: 0;
        }
        .nos-hero-card-body p {
            margin: 0;
            max-width: 420px;
            color: rgba(255,255,255,0.78);
            line-height: 1.8;
            font-weight: 300;
        }
        .nos-hero-services {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
        }
        .nos-hero-services span {
            padding: 8px 11px;
            border-radius: 999px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.14);
            color: rgba(255,255,255,0.78);
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .nos-hero-stats {
            justify-content: flex-start;
            max-width: 760px;
            margin-top: 1.7rem;
        }
        .nos-stat {
            background: rgba(255,255,255,0.5);
            border-color: rgba(255,255,255,0.64);
            box-shadow: inset 0 1px 1px rgba(255,255,255,0.72);
        }
        .model-section,
        .trust-section,
        .process-section,
        .areas-section,
        .about-faq-section {
            padding: clamp(48px, 8vh, 88px) clamp(16px, 5vw, 64px);
        }
        .model-panel {
            max-width: 1180px;
            background:
                linear-gradient(145deg, rgba(255,255,255,0.54), rgba(255,255,255,0.24));
            border-color: rgba(255,255,255,0.66);
            box-shadow: 0 28px 80px rgba(45,79,130,0.1), inset 0 1px 1px rgba(255,255,255,0.78);
            backdrop-filter: blur(24px) saturate(180%);
            -webkit-backdrop-filter: blur(24px) saturate(180%);
        }
        .trust-grid {
            max-width: 1180px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
        }
        .trust-card {
            padding: 1.2rem;
        }
        .trust-card strong {
            display: block;
            color: var(--inpulso-azul);
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 0.45rem;
        }
        .trust-card p {
            margin: 0;
            color: var(--texto-secundario);
            line-height: 1.7;
            font-size: 0.9rem;
        }
        .section-head {
            max-width: 720px;
            margin: 0 auto 2rem;
            text-align: center;
        }
        .section-head h2 {
            font-family: var(--fuente-titulos);
            font-size: clamp(2rem, 4vw, 3.2rem);
            color: var(--inpulso-azul);
            margin: 0 0 0.75rem;
            font-weight: 400;
            line-height: 1.08;
        }
        .section-head p {
            margin: 0;
            color: var(--texto-secundario);
            line-height: 1.8;
            font-weight: 300;
        }
        .process-grid {
            max-width: 1120px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
        }
        .process-card {
            padding: 1.2rem;
        }
        .process-num {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: #fff;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, var(--inpulso-rojo), var(--inpulso-azul));
        }
        .process-card h3,
        .areas-card h3 {
            margin: 0 0 0.45rem;
            color: var(--inpulso-azul);
            font-size: 1rem;
        }
        .process-card p,
        .areas-card p {
            margin: 0;
            color: var(--texto-secundario);
            line-height: 1.7;
            font-size: 0.9rem;
        }
        .areas-grid {
            max-width: 1120px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
        }
        .areas-card {
            padding: 1.2rem;
        }
        .about-faq-section {
            padding-top: 0;
        }
        .about-faq-grid {
            max-width: 980px;
            margin: 0 auto;
            display: grid;
            gap: 0.85rem;
        }
        .about-faq-card {
            overflow: hidden;
            transition:
                background 0.35s ease,
                border-color 0.35s ease,
                box-shadow 0.35s ease,
                transform 0.35s var(--ios-spring);
        }
        .about-faq-card[open] {
            background:
                radial-gradient(circle at 12% 0%, rgba(126,184,255,0.12), transparent 36%),
                rgba(255,255,255,0.55);
            border-color: rgba(255,255,255,0.82);
            box-shadow:
                0 16px 38px rgba(45,79,130,0.1),
                inset 0 1px 1px rgba(255,255,255,0.78);
            transform: translateY(-1px);
        }
        .about-faq-card summary {
            position: relative;
            cursor: pointer;
            padding: 1rem 1.2rem;
            list-style: none;
            color: var(--inpulso-azul);
            font-weight: 800;
            outline: none;
            transition: color 0.28s ease;
        }
        .about-faq-card summary::-webkit-details-marker { display: none; }
        .about-faq-card summary::after {
            content: '+';
            float: right;
            color: var(--inpulso-rojo);
            width: 26px;
            height: 26px;
            margin-top: -2px;
            display: inline-grid;
            place-items: center;
            border-radius: 50%;
            background: rgba(255,255,255,0.45);
            border: 1px solid rgba(255,255,255,0.62);
            box-shadow: inset 0 1px 1px rgba(255,255,255,0.72);
            transition: transform 0.35s var(--ios-spring), background 0.3s ease;
        }
        .about-faq-card[open] summary::after {
            content: '–';
            transform: rotate(180deg);
            background: rgba(198,74,73,0.1);
        }
        .about-faq-card p {
            margin: 0;
            padding: 0 1.2rem 1.1rem;
            color: var(--texto-secundario);
            line-height: 1.8;
        }
        .about-faq-card[open] p {
            animation: aboutFaqAnswerReveal 0.38s ease both;
        }
        @keyframes aboutFaqAnswerReveal {
            from {
                opacity: 0;
                transform: translateY(-6px);
                filter: blur(2px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }
        @media (max-width: 1050px) {
            .nos-hero {
                background:
                    radial-gradient(circle at 12% 12%, rgba(45,79,130,0.14), transparent 34%),
                    radial-gradient(circle at 86% 18%, rgba(198,74,73,0.1), transparent 30%),
                    linear-gradient(145deg, #fbfaf7 0%, var(--fondo-crema) 58%, #e8e2d6 100%);
            }
            .nos-hero-shell,
            .model-panel {
                grid-template-columns: 1fr;
            }
            .nos-hero-copy,
            .nos-hero-card {
                border-radius: 28px;
            }
            .nos-hero-card {
                min-height: 360px;
            }
            .trust-grid,
            .process-grid,
            .areas-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 640px) {
            .nos-hero {
                text-align: center;
            }
            .nos-hero-copy {
                align-items: center;
            }
            .nos-hero-actions,
            .nos-hero-stats {
                justify-content: center;
            }
            .trust-grid,
            .process-grid,
            .areas-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ——— EQUIPO ——— */
        .team-section {
            padding: clamp(48px, 8vh, 88px) 0 clamp(56px, 10vh, 96px);
            background: linear-gradient(180deg, #fff 0%, var(--fondo-crema) 100%);
            overflow: hidden;
        }

        .team-section-head {
            text-align: center;
            padding: 0 clamp(20px, 5vw, 48px);
            margin-bottom: clamp(24px, 4vh, 40px);
        }
        .team-section-head h2 {
            font-family: var(--fuente-titulos);
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            color: var(--inpulso-azul);
            margin: 0 0 0.75rem;
            font-weight: 400;
        }
        .team-section-head p {
            max-width: 520px;
            margin: 0 auto;
            color: var(--texto-secundario);
            font-size: 1rem;
            line-height: 1.7;
        }

        .team-carousel-wrap {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 clamp(12px, 3vw, 24px);
        }

        .team-slide-card {
            --slide-accent: var(--inpulso-azul);
            position: relative;
            border-radius: calc(var(--radio-tarjetas) + 4px);
            overflow: hidden;
            background: #fff;
            border: 2px solid rgba(45, 79, 130, 0.08);
            box-shadow: 0 10px 36px rgba(45, 79, 130, 0.1);
            transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
        }

        .team-slide-card--nutri { --slide-accent: var(--inpulso-verde); }
        .team-slide-card--tanato { --slide-accent: #7a5c8a; }

        .team-slide-photo {
            position: relative;
            aspect-ratio: 3 / 4;
            overflow: hidden;
            background: #e8e4dc;
            cursor: pointer;
        }
        .team-slide-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            transition: transform 0.4s ease;
        }

        .team-slide-front {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 1rem 1.1rem 1.15rem;
            background: linear-gradient(180deg, transparent 38%, rgba(26, 31, 28, 0.72) 100%);
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .team-slide-info {
            position: absolute;
            inset: 0;
            z-index: 4;
            padding: 1.1rem 1rem 1rem;
            background: rgba(22, 28, 38, 0.92);
            color: #fff;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.32s ease, visibility 0.32s ease;
        }

        .team-slide-info h3 {
            font-family: var(--fuente-titulos);
            font-size: clamp(1.15rem, 2.2vw, 1.45rem);
            margin: 0 0 0.45rem;
            font-weight: 400;
            line-height: 1.15;
        }

        .team-slide-modalidad {
            font-size: 0.65rem;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.75);
            margin: 0.5rem 0 0.75rem;
        }

        .team-slide-areas {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0.38rem;
        }
        .team-slide-areas li {
            position: relative;
            padding-left: 0.85rem;
            font-size: 0.72rem;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.9);
        }
        .team-slide-areas li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.5em;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: var(--slide-accent, var(--inpulso-azul));
        }

        .team-slide-tap-hint {
            display: none;
            margin-top: auto;
            padding-top: 0.6rem;
            font-size: 0.58rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.45);
            text-align: center;
        }

        @media (hover: hover) and (pointer: fine) {
            .team-slide-card:hover .team-slide-info,
            .team-slide-card:focus-within .team-slide-info {
                opacity: 1;
                visibility: visible;
            }
            .team-slide-card:hover .team-slide-front,
            .team-slide-card:focus-within .team-slide-front {
                opacity: 0;
            }
            .team-slide-card:hover img {
                transform: scale(1.03);
            }
        }

        @media (hover: none) {
            .team-slide-tap-hint { display: block; }
            .team-slide-card.is-open .team-slide-info {
                opacity: 1;
                visibility: visible;
            }
            .team-slide-card.is-open .team-slide-front {
                opacity: 0;
            }
            .team-slide-card.is-open img {
                transform: scale(1.02);
            }
        }

        .team-slide-role {
            display: inline-block;
            padding: 0.28rem 0.65rem;
            border-radius: 999px;
            font-size: 0.58rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.35);
            margin-bottom: 0.4rem;
        }
        .team-slide-role--nutri {
            background: rgba(61, 122, 92, 0.35);
            border-color: rgba(61, 122, 92, 0.5);
        }
        .team-slide-role--tanato {
            background: rgba(122, 92, 138, 0.35);
            border-color: rgba(122, 92, 138, 0.5);
        }

        .team-slide-front h3,
        .team-slide-caption h3 {
            font-family: var(--fuente-titulos);
            font-size: clamp(1.2rem, 2.5vw, 1.6rem);
            color: #fff;
            margin: 0;
            font-weight: 400;
        }

        .team-carousel-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-top: 0.5rem;
        }
        .team-nav-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.35);
            border-top-color: rgba(255,255,255,0.75);
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.28), transparent 34%),
                linear-gradient(135deg, var(--inpulso-azul), #1f3c67);
            color: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            transition: background 0.2s ease, transform 0.2s ease;
            box-shadow:
                0 12px 28px rgba(45, 79, 130, 0.18),
                inset 0 1px 1px rgba(255,255,255,0.34);
        }
        .team-nav-btn:active { transform: scale(0.95); }

        .team-carousel-hint {
            text-align: center;
            margin-top: 1rem;
            font-size: 0.72rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--texto-secundario);
            font-weight: 600;
        }

        .team-counter {
            font-family: var(--fuente-titulos);
            font-size: 1.1rem;
            color: var(--inpulso-azul);
            min-width: 64px;
            text-align: center;
        }
        .team-counter span { color: var(--texto-secundario); font-size: 0.85rem; }

        .team-wa-bar {
            display: flex;
            justify-content: center;
            padding: clamp(12px, 2vh, 20px) clamp(12px, 4vw, 24px) 0;
        }
        .team-wa-glass-btn {
            width: 100%;
            max-width: 440px;
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.28), transparent 34%),
                linear-gradient(135deg, var(--inpulso-rojo), #9f3d48) !important;
            color: #fff !important;
            border-color: rgba(255,255,255,0.32);
            border-top-color: rgba(255,255,255,0.72);
            box-shadow:
                0 16px 36px rgba(198,74,73,0.22),
                inset 0 1px 1px rgba(255,255,255,0.36);
            -webkit-tap-highlight-color: transparent;
        }
        .team-wa-glass-btn span {
            font-family: var(--fuente-titulos);
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .team-section {
                padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
            }
            .team-slide-card {
                transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
            }
            .team-slide-photo img {
                transition: transform 0.35s ease;
            }
            .team-wa-bar {
                position: sticky;
                bottom: calc(8px + env(safe-area-inset-bottom, 0px));
                z-index: 30;
                margin-top: 0.75rem;
                padding-top: 0.5rem;
            }
            .reveal {
                opacity: 1;
                transform: none;
                transition: none;
            }
            .nos-hero h1 { max-width: none; font-size: clamp(2rem, 8vw, 2.8rem); }
            .nos-hero-stats { gap: 8px; }
            .nos-stat { flex: 1 1 calc(33% - 8px); max-width: none; padding: 0.75rem 0.5rem; }
            .nos-stat strong { font-size: 1.5rem; }
            .team-section-head h2 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
            .model-panel { grid-template-columns: 1fr; }
            .model-visual { max-height: 320px; aspect-ratio: 16 / 10; }
        }

        @media (min-width: 769px) {
        }

        @media (prefers-reduced-motion: reduce) {
            .reveal { opacity: 1; transform: none; transition: none; }
        }

        /* ——— CTA ——— */
        .nos-cta {
            padding: 0 clamp(16px, 5vw, 48px) clamp(64px, 10vh, 100px);
        }
        .nos-cta-inner {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            padding: clamp(36px, 6vw, 56px);
            border-radius: var(--radio-secciones);
            background: linear-gradient(135deg, rgba(45, 79, 130, 0.92), rgba(26, 50, 88, 0.96));
            color: #fff;
            position: relative;
            overflow: hidden;
            box-shadow: 0 24px 80px rgba(45, 79, 130, 0.25);
        }
        .nos-cta-inner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -20%;
            width: 60%;
            height: 120%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
            pointer-events: none;
        }
        .nos-cta-inner h2 {
            font-family: var(--fuente-titulos);
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            margin: 0 0 1rem;
            font-weight: 400;
            position: relative;
        }
        .nos-cta-inner p {
            font-size: 1rem;
            line-height: 1.75;
            opacity: 0.9;
            max-width: 480px;
            margin: 0 auto 1.8rem;
            font-weight: 300;
            position: relative;
        }
        .nos-cta-btn {
            position: relative;
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.3), transparent 34%),
                linear-gradient(135deg, var(--inpulso-rojo), #9f3d48) !important;
            color: #fff !important;
            border-color: rgba(255,255,255,0.32);
            border-top-color: rgba(255,255,255,0.72);
            box-shadow:
                0 16px 36px rgba(0,0,0,0.22),
                inset 0 1px 1px rgba(255,255,255,0.36);
        }

        /* ——— FOOTER ——— */
        .jm-footer {
            background-color: var(--fondo-ergonomico);
            padding: 6vh 5vw 4vh 5vw;
            border-radius: var(--radio-secciones) var(--radio-secciones) 0 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .footer-logo-block { margin-bottom: 1.5rem; }
        .jm-footer-logo-img { height: 50px; margin-bottom: 0.75rem; filter: brightness(0); }
        .footer-logo-block h2 {
            font-family: var(--fuente-titulos);
            font-size: 1.1rem;
            color: var(--inpulso-azul);
            margin: 0;
            font-weight: 400;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            width: 100%;
            max-width: 1000px;
            margin-bottom: 2rem;
            justify-items: center;
        }
        .footer-link-group h4 {
            font-family: var(--fuente-textos);
            color: var(--inpulso-azul);
            text-transform: uppercase;
            margin-bottom: 1rem;
            font-weight: 700;
            font-size: 0.8rem;
        }
        .footer-link-group p,
        .footer-social-list a {
            font-family: var(--fuente-textos);
            color: var(--texto-secundario);
            font-size: 0.85rem;
            text-decoration: none;
            font-weight: 500;
        }
        .footer-social-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            width: 100%;
            justify-content: center;
        }
        .footer-links a {
            font-family: var(--fuente-textos);
            color: var(--texto-secundario);
            text-decoration: none;
            font-size: 0.75rem;
            text-transform: uppercase;
            font-weight: 600;
        }

        @media (max-width: 992px) {
            .model-panel { grid-template-columns: 1fr; }
            .model-visual { max-height: 320px; aspect-ratio: 16 / 10; }
        }

        /* ——— LIQUID GLASS UNIFICADO ——— */
        body::before {
            content: '';
            position: fixed;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background:
                radial-gradient(circle at 12% 18%, rgba(126,184,255,0.18), transparent 32%),
                radial-gradient(circle at 88% 14%, rgba(198,74,73,0.14), transparent 28%),
                radial-gradient(circle at 50% 88%, rgba(255,255,255,0.5), transparent 42%);
            filter: blur(2px);
        }

        .nos-hero-shell,
        .nos-hero-copy,
        .nos-hero-card,
        .model-panel,
        .trust-card,
        .process-card,
        .areas-card,
        .about-faq-card,
        .team-carousel-wrap,
        .team-slide-card,
        .nos-cta-inner,
        .jm-footer {
            position: relative;
            isolation: isolate;
            border: 1px solid rgba(255,255,255,0.56);
            border-top-color: rgba(255,255,255,0.9);
            border-left-color: rgba(255,255,255,0.72);
            background:
                linear-gradient(145deg, rgba(255,255,255,0.5), rgba(255,255,255,0.18)),
                radial-gradient(circle at 12% 0%, rgba(126,184,255,0.14), transparent 36%),
                radial-gradient(circle at 100% 18%, rgba(198,74,73,0.08), transparent 32%);
            backdrop-filter: blur(28px) saturate(190%);
            -webkit-backdrop-filter: blur(28px) saturate(190%);
            box-shadow:
                0 28px 80px rgba(45,79,130,0.13),
                0 8px 24px rgba(0,0,0,0.04),
                inset 0 1px 1px rgba(255,255,255,0.82),
                inset 0 -1px 1px rgba(255,255,255,0.18);
        }

        .nos-hero-copy::before,
        .nos-hero-card::before,
        .model-panel::before,
        .trust-card::before,
        .process-card::before,
        .areas-card::before,
        .about-faq-card::before,
        .team-carousel-wrap::before,
        .team-slide-card::before,
        .jm-footer::before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: -1;
            border-radius: inherit;
            pointer-events: none;
            background:
                linear-gradient(125deg, rgba(255,255,255,0.42), transparent 32%),
                radial-gradient(circle at 20% 12%, rgba(255,255,255,0.36), transparent 28%);
            opacity: 0.85;
        }

        .nos-hero-shell {
            border-radius: clamp(32px, 5vw, 58px);
            padding: clamp(8px, 1.3vw, 14px);
            gap: clamp(8px, 1.2vw, 14px);
            overflow: hidden;
        }

        .nos-hero-copy,
        .nos-hero-card {
            border-radius: clamp(26px, 4vw, 44px);
            border: 1px solid rgba(255,255,255,0.5);
            overflow: hidden;
        }

        .nos-hero-card {
            background:
                linear-gradient(150deg, rgba(45,79,130,0.9), rgba(23,36,58,0.82)),
                radial-gradient(circle at 28% 12%, rgba(244,200,120,0.3), transparent 36%);
            border-color: rgba(255,255,255,0.18);
            border-top-color: rgba(255,255,255,0.38);
        }

        .model-visual,
        .team-slide-photo {
            border-radius: calc(var(--radio-tarjetas) + 8px);
            border: 1px solid rgba(255,255,255,0.34);
            box-shadow:
                0 22px 60px rgba(45,79,130,0.16),
                inset 0 1px 1px rgba(255,255,255,0.5);
        }

        .team-slide-info {
            background:
                linear-gradient(145deg, rgba(22,28,38,0.84), rgba(45,79,130,0.76)),
                radial-gradient(circle at 14% 0%, rgba(255,255,255,0.18), transparent 34%);
            backdrop-filter: blur(22px) saturate(160%);
            -webkit-backdrop-filter: blur(22px) saturate(160%);
        }

        .nos-cta-inner {
            border-radius: clamp(30px, 5vw, 52px);
            overflow: hidden;
            background:
                linear-gradient(135deg, rgba(45,79,130,0.88), rgba(26,50,88,0.84)),
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.18), transparent 38%);
            border-color: rgba(255,255,255,0.22);
            border-top-color: rgba(255,255,255,0.42);
        }

        .nos-hero .apple-glass-btn,
        .team-wa-glass-btn,
        .nos-cta-btn,
        .team-nav-btn {
            opacity: 1;
            color: #fff !important;
            border: 1px solid rgba(255,255,255,0.32);
            border-top-color: rgba(255,255,255,0.78);
            box-shadow:
                0 16px 38px rgba(0,0,0,0.22),
                inset 0 1px 1px rgba(255,255,255,0.42);
            text-shadow: 0 1px 12px rgba(0,0,0,0.2);
        }

        .nos-hero-primary,
        .team-wa-glass-btn,
        .nos-cta-btn {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.3), transparent 34%),
                linear-gradient(135deg, var(--inpulso-rojo), #9f3d48) !important;
        }

        .nos-hero-secondary,
        .team-nav-btn {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.24), transparent 34%),
                linear-gradient(135deg, var(--inpulso-azul), #1f3c67) !important;
        }

        .about-faq-card[open] {
            background:
                linear-gradient(145deg, rgba(255,255,255,0.64), rgba(255,255,255,0.32)),
                radial-gradient(circle at 12% 0%, rgba(126,184,255,0.16), transparent 36%);
        }

        /* ——— CARRUSEL EQUIPO PREMIUM ——— */
        .team-section {
            position: relative;
            background:
                radial-gradient(circle at 14% 8%, rgba(126,184,255,0.2), transparent 30%),
                radial-gradient(circle at 84% 12%, rgba(198,74,73,0.14), transparent 28%),
                linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(247,245,240,0.94) 100%);
        }

        .team-carousel-wrap {
            max-width: min(1240px, calc(100vw - 32px));
            padding: clamp(16px, 2.6vw, 30px);
            border-radius: clamp(30px, 5vw, 52px);
            overflow: hidden;
        }

        .team-carousel-wrap::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            border-radius: inherit;
            background:
                linear-gradient(90deg, rgba(247,245,240,0.88), transparent 10%, transparent 90%, rgba(247,245,240,0.88)),
                linear-gradient(180deg, rgba(255,255,255,0.32), transparent 38%);
            z-index: 2;
        }

        .team-slide-card {
            border-radius: 34px;
            background:
                linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,255,255,0.18)),
                radial-gradient(circle at 14% 0%, rgba(126,184,255,0.18), transparent 38%),
                radial-gradient(circle at 96% 18%, rgba(198,74,73,0.1), transparent 34%);
            border: 1px solid rgba(255,255,255,0.5);
            border-top-color: rgba(255,255,255,0.88);
            box-shadow:
                0 22px 58px rgba(45,79,130,0.14),
                inset 0 1px 1px rgba(255,255,255,0.78);
            backdrop-filter: blur(24px) saturate(180%);
            -webkit-backdrop-filter: blur(24px) saturate(180%);
            padding: 8px;
            overflow: visible;
            transform: scale(0.9) translateY(16px);
            transition:
                transform 0.62s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.62s ease,
                border-color 0.62s ease;
            will-change: transform;
        }

        .team-slide-photo {
            border-radius: 28px;
            overflow: hidden;
            background: rgba(255,255,255,0.28);
            transform: translateZ(0);
        }

        .team-slide-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(130deg, rgba(255,255,255,0.32), transparent 28%),
                radial-gradient(circle at 16% 8%, rgba(255,255,255,0.18), transparent 32%);
            opacity: 0.8;
            mix-blend-mode: screen;
        }

        .team-slide-photo img {
            transform: scale(1.01);
            transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
            will-change: transform;
        }

        .team-slide-front {
            border-radius: 0 0 28px 28px;
            background:
                linear-gradient(180deg, transparent 34%, rgba(12,18,30,0.82) 100%),
                radial-gradient(circle at 18% 100%, rgba(45,79,130,0.36), transparent 44%);
        }

        .team-slide-info {
            margin: 8px;
            border-radius: 26px;
            inset: 0;
            padding: 1.2rem;
            border: 1px solid rgba(255,255,255,0.18);
            box-shadow: inset 0 1px 1px rgba(255,255,255,0.22);
        }

        .team-slide-areas li {
            padding: 0.38rem 0.5rem 0.38rem 1.05rem;
            border-radius: 12px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.08);
        }

        .team-slide-areas li::before {
            left: 0.48rem;
        }

        .team-carousel-nav {
            position: relative;
            z-index: 6;
            margin-top: 0;
        }

        .team-nav-btn {
            transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
        }

        .team-nav-btn:hover {
            transform: translateY(-2px);
            filter: brightness(1.04) saturate(1.08);
            box-shadow:
                0 18px 42px rgba(45,79,130,0.26),
                inset 0 1px 1px rgba(255,255,255,0.46);
        }

        .team-counter {
            min-width: 86px;
            text-align: center;
            border-radius: 999px;
            padding: 0.65rem 1rem;
        }

        @media (max-width: 768px) {
            .team-carousel-wrap {
                max-width: calc(100vw - 20px);
                padding: 10px;
                border-radius: 32px;
            }

            .team-slide-card {
                transform: scale(0.94) translateY(10px);
            }

            .team-slide-card {
                padding: 7px;
                border-radius: 30px;
            }

            .team-slide-photo {
                border-radius: 24px;
            }

            .team-slide-info {
                margin: 7px;
                border-radius: 22px;
            }
        }

        /* ——— CARRUSEL EQUIPO FINAL: PERFIL VISIBLE Y FLUIDO ——— */
        .team-section {
            padding-inline: clamp(14px, 4vw, 36px);
            overflow: hidden;
        }

        .team-section-head {
            max-width: 760px;
            margin-inline: auto;
        }

        .team-carousel-wrap {
            max-width: 1180px;
            padding: clamp(18px, 3vw, 34px);
            overflow: visible;
            background:
                linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,255,255,0.24)),
                radial-gradient(circle at 12% 0%, rgba(126,184,255,0.2), transparent 36%),
                radial-gradient(circle at 92% 10%, rgba(198,74,73,0.11), transparent 32%);
        }

        .team-carousel-wrap::after {
            display: none;
        }

        .team-slide-photo {
            position: relative;
            flex: none;
            aspect-ratio: 4 / 4.75;
            border-radius: 24px;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(45,79,130,0.08), rgba(198,74,73,0.07));
            box-shadow:
                0 16px 36px rgba(45,79,130,0.13),
                inset 0 1px 1px rgba(255,255,255,0.55);
            cursor: default;
        }

        .team-slide-photo img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center top;
            transform: scale(1.01);
            transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .team-slide-photo::after {
            background:
                linear-gradient(140deg, rgba(255,255,255,0.22), transparent 34%),
                linear-gradient(180deg, transparent 55%, rgba(12,18,30,0.34) 100%);
            opacity: 1;
            mix-blend-mode: normal;
        }

        .team-slide-front {
            inset: auto 14px 14px;
            padding: 0;
            background: none;
            display: block;
            pointer-events: none;
            opacity: 1 !important;
        }

        .team-slide-front h3 {
            display: none;
        }

        .team-slide-role {
            margin: 0;
            padding: 0.38rem 0.72rem;
            background: rgba(255,255,255,0.32);
            color: #fff;
            border: 1px solid rgba(255,255,255,0.42);
            border-top-color: rgba(255,255,255,0.72);
            backdrop-filter: blur(14px) saturate(170%);
            -webkit-backdrop-filter: blur(14px) saturate(170%);
            box-shadow: 0 8px 22px rgba(0,0,0,0.16), inset 0 1px 1px rgba(255,255,255,0.48);
            text-shadow: 0 1px 8px rgba(0,0,0,0.22);
        }

        .team-slide-info,
        .team-slide-card.is-open .team-slide-info {
            position: static;
            inset: auto;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 0.72rem;
            margin: 10px 0 0;
            padding: clamp(1rem, 2vw, 1.25rem);
            opacity: 1;
            visibility: visible;
            overflow: visible;
            color: var(--texto-principal);
            border-radius: 24px;
            border: 1px solid rgba(255,255,255,0.52);
            border-top-color: rgba(255,255,255,0.82);
            background:
                linear-gradient(145deg, rgba(255,255,255,0.68), rgba(255,255,255,0.22)),
                radial-gradient(circle at 8% 0%, rgba(126,184,255,0.16), transparent 32%);
            box-shadow: inset 0 1px 1px rgba(255,255,255,0.74);
            backdrop-filter: blur(18px) saturate(170%);
            -webkit-backdrop-filter: blur(18px) saturate(170%);
        }

        .team-slide-info .team-slide-role {
            align-self: flex-start;
            background:
                radial-gradient(circle at 28% 0%, rgba(255,255,255,0.35), transparent 34%),
                linear-gradient(135deg, var(--slide-accent, var(--inpulso-azul)), rgba(45,79,130,0.72));
            color: #fff;
            border-color: rgba(255,255,255,0.34);
        }

        .team-slide-info h3 {
            margin: 0;
            color: var(--inpulso-azul);
            font-size: clamp(1.35rem, 2.2vw, 1.72rem);
            line-height: 1.05;
        }

        .team-slide-modalidad {
            margin: -0.25rem 0 0;
            color: rgba(45,79,130,0.76);
            font-size: 0.72rem;
            letter-spacing: 0.08em;
        }

        .team-slide-areas {
            gap: 0.45rem;
        }

        .team-slide-areas li {
            color: rgba(26,31,28,0.82);
            font-size: 0.82rem;
            line-height: 1.35;
            padding: 0.5rem 0.62rem 0.5rem 1.25rem;
            background: rgba(255,255,255,0.5);
            border: 1px solid rgba(255,255,255,0.58);
            border-radius: 14px;
        }

        .team-slide-areas li::before {
            left: 0.62rem;
            top: 0.96rem;
            background: var(--slide-accent, var(--inpulso-azul));
        }

        .team-slide-tap-hint {
            display: none !important;
        }

        .team-carousel-nav {
            gap: 0.75rem;
            margin-top: 0.25rem;
        }

        .team-nav-btn {
            width: 48px;
            height: 48px;
        }

        .team-counter {
            min-width: 92px;
            padding: 0.68rem 1rem;
            color: var(--inpulso-azul);
        }

        .team-carousel-hint {
            margin-top: 0.85rem;
            color: rgba(45,79,130,0.62);
        }

        @media (hover: hover) and (pointer: fine) {
            .team-slide-card:hover .team-slide-info,
            .team-slide-card:focus-within .team-slide-info {
                opacity: 1;
                visibility: visible;
            }

            .team-slide-card:hover .team-slide-front,
            .team-slide-card:focus-within .team-slide-front {
                opacity: 1;
            }

            .team-slide-card:hover img {
                transform: scale(1.05);
            }
        }

        @media (max-width: 768px) {
            .team-section {
                padding-inline: 10px;
            }

            .team-section-head p {
                font-size: 0.94rem;
            }

            .team-carousel-wrap {
                max-width: 100%;
                padding: 10px;
                border-radius: 30px;
            }

            .team-slide-photo {
                aspect-ratio: 4 / 4.45;
                border-radius: 22px;
            }

            .team-slide-info,
            .team-slide-card.is-open .team-slide-info {
                margin-top: 8px;
                padding: 0.92rem;
                border-radius: 20px;
                gap: 0.58rem;
            }

            .team-slide-info h3 {
                font-size: 1.34rem;
            }

            .team-slide-modalidad {
                font-size: 0.66rem;
            }

            .team-slide-areas {
                gap: 0.36rem;
            }

            .team-slide-areas li {
                font-size: 0.76rem;
                padding: 0.42rem 0.5rem 0.42rem 1.12rem;
            }

            .team-slide-areas li::before {
                left: 0.54rem;
                top: 0.82rem;
            }

            .team-carousel-nav {
                margin-top: 0.35rem;
            }

            .team-nav-btn {
                width: 44px;
                height: 44px;
            }

            .team-carousel-hint {
                font-size: 0.64rem;
                letter-spacing: 0.1em;
            }
        }

        /* ——— REDISEÑO LIMPIO TIPO APPLE: GLASS SÓLO EN BOTONES ——— */
        body,
        html {
            background: #f5f5f7;
        }

        body::before,
        .nos-hero-copy::before,
        .nos-hero-card::before,
        .model-panel::before,
        .trust-card::before,
        .process-card::before,
        .areas-card::before,
        .about-faq-card::before,
        .team-carousel-wrap::before,
        .team-slide-card::before,
        .team-slide-card::after,
        .jm-footer::before {
            display: none !important;
        }

        .nos-hero-shell,
        .nos-hero-copy,
        .nos-hero-card,
        .model-panel,
        .trust-card,
        .process-card,
        .areas-card,
        .about-faq-card,
        .team-carousel-wrap,
        .team-slide-card,
        .team-slide-info,
        .nos-cta-inner,
        .jm-footer,
        .nos-stat,
        .model-pillar,
        .nos-hero-services span,
        .team-slide-role,
        .team-counter,
        .footer-links {
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        .nos-hero {
            padding: calc(108px + env(safe-area-inset-top, 0px)) clamp(18px, 5vw, 56px) clamp(64px, 9vh, 96px);
            text-align: left;
            background:
                radial-gradient(circle at 82% 18%, rgba(45,79,130,0.14), transparent 34%),
                radial-gradient(circle at 14% 14%, rgba(198,74,73,0.08), transparent 28%),
                linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%);
        }

        .nos-hero-shell {
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
            gap: clamp(22px, 4vw, 56px);
            align-items: stretch;
            width: min(1180px, 100%);
            margin: 0 auto;
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .nos-hero-copy {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: clamp(8px, 2vw, 20px) 0;
            border: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .nos-hero-badge {
            align-self: flex-start;
            margin-bottom: 1.15rem;
            background: #fff;
            border: 1px solid rgba(45,79,130,0.1);
            box-shadow: 0 8px 24px rgba(45,79,130,0.06);
        }

        .nos-hero h1 {
            max-width: 12.5ch;
            margin-bottom: 1.35rem;
            font-size: clamp(3rem, 7.4vw, 6.25rem);
            line-height: 0.96;
            letter-spacing: -0.045em;
            color: #1d1d1f;
        }

        .nos-hero h1 em {
            color: var(--inpulso-azul);
        }

        .nos-hero-lead {
            margin: 0 0 2rem;
            max-width: 620px;
            color: #5f6368;
            font-size: clamp(1.02rem, 1.6vw, 1.22rem);
            line-height: 1.75;
            font-weight: 400;
        }

        .nos-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.85rem;
            margin-bottom: 2rem;
        }

        .nos-hero-stats {
            justify-content: flex-start;
            gap: 0.85rem;
        }

        .nos-stat {
            max-width: none;
            min-width: 132px;
            padding: 1rem 1.1rem;
            border-radius: 22px;
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            box-shadow: 0 12px 32px rgba(0,0,0,0.05);
        }

        .nos-stat strong {
            color: #1d1d1f;
        }

        .nos-hero-card {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 540px;
            padding: clamp(26px, 3.5vw, 42px);
            border: 0;
            border-radius: 42px;
            overflow: hidden;
            background:
                radial-gradient(circle at 20% 8%, rgba(255,255,255,0.2), transparent 34%),
                radial-gradient(circle at 86% 18%, rgba(198,74,73,0.35), transparent 24%),
                linear-gradient(145deg, #213c67 0%, #16283f 100%);
            box-shadow:
                0 36px 80px rgba(22,40,63,0.24),
                inset 0 1px 0 rgba(255,255,255,0.18);
        }

        .nos-hero-card::after {
            content: '';
            position: absolute;
            right: -18%;
            bottom: -18%;
            width: 62%;
            aspect-ratio: 1;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 62%);
            pointer-events: none;
        }

        .nos-hero-card-top,
        .nos-hero-card-body,
        .nos-hero-services {
            position: relative;
            z-index: 1;
        }

        .nos-hero-card-body h2 {
            max-width: 10.5ch;
            font-size: clamp(2.1rem, 4vw, 4rem);
            line-height: 0.98;
            letter-spacing: -0.04em;
        }

        .nos-hero-card-body p {
            max-width: 420px;
            color: rgba(255,255,255,0.76);
        }

        .nos-hero-services span {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.16);
            color: #fff;
            box-shadow: none;
        }

        .model-panel,
        .trust-card,
        .process-card,
        .areas-card,
        .about-faq-card,
        .nos-cta-inner,
        .jm-footer {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            box-shadow: 0 18px 50px rgba(0,0,0,0.05);
        }

        .team-section {
            padding: clamp(58px, 8vw, 110px) clamp(14px, 5vw, 56px);
            background: #f5f5f7;
            overflow: hidden;
        }

        .team-section-head {
            max-width: 760px;
            margin: 0 auto clamp(26px, 4vw, 42px);
            text-align: center;
        }

        .team-section-head h2 {
            color: #1d1d1f;
            font-size: clamp(2.45rem, 5vw, 4.75rem);
            line-height: 0.98;
            letter-spacing: -0.045em;
        }

        .team-section-head p {
            max-width: 620px;
            color: #6e6e73;
            font-size: clamp(1rem, 1.5vw, 1.16rem);
            line-height: 1.7;
        }

        .team-carousel-wrap {
            max-width: 1220px;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .team-slide-photo {
            position: relative;
            aspect-ratio: 4 / 4.6;
            border: 0;
            border-radius: 0;
            overflow: hidden;
            background: #e8e8ed;
            box-shadow: none;
            cursor: default;
        }

        .team-slide-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            transform: scale(1);
            transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .team-slide-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,0.42) 100%);
            opacity: 1;
            mix-blend-mode: normal;
        }

        .team-slide-front {
            position: absolute;
            inset: auto 18px 18px;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0;
            background: none;
            opacity: 1 !important;
            pointer-events: none;
        }

        .team-slide-front h3 {
            display: block;
            margin-top: 0.65rem;
            color: #fff;
            font-size: clamp(1.35rem, 2.1vw, 1.85rem);
            line-height: 1.03;
            text-shadow: 0 2px 18px rgba(0,0,0,0.28);
        }

        .team-slide-role {
            margin: 0;
            padding: 0.4rem 0.72rem;
            border-radius: 999px;
            background: rgba(255,255,255,0.94);
            color: var(--slide-accent, var(--inpulso-azul));
            border: 0;
            box-shadow: 0 8px 18px rgba(0,0,0,0.16);
            text-shadow: none;
            font-size: 0.58rem;
        }

        .team-slide-info,
        .team-slide-card.is-open .team-slide-info {
            position: static;
            inset: auto;
            display: flex;
            flex-direction: column;
            gap: 0.72rem;
            flex: 1;
            margin: 0;
            padding: 1.25rem;
            opacity: 1;
            visibility: visible;
            overflow: visible;
            color: #1d1d1f;
            border: 0;
            border-radius: 0;
            background: #fff;
            box-shadow: none;
        }

        .team-slide-info .team-slide-role {
            display: none;
        }

        .team-slide-info h3 {
            display: none;
        }

        .team-slide-modalidad {
            margin: 0;
            color: #6e6e73;
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.08em;
        }

        .team-slide-areas {
            display: grid;
            gap: 0.44rem;
        }

        .team-slide-areas li {
            color: #424245;
            font-size: 0.83rem;
            line-height: 1.38;
            padding: 0 0 0 0.9rem;
            background: transparent;
            border: 0;
            border-radius: 0;
        }

        .team-slide-areas li::before {
            left: 0;
            top: 0.55em;
            width: 5px;
            height: 5px;
            background: var(--slide-accent, var(--inpulso-azul));
        }

        .team-slide-tap-hint {
            display: none !important;
        }

        .team-carousel-nav {
            margin-top: 0.25rem;
            gap: 0.75rem;
        }

        .team-nav-btn,
        .team-counter {
            position: relative;
            z-index: 2;
        }

        .team-nav-btn {
            width: 48px;
            height: 48px;
            border-radius: 999px;
        }

        .team-counter {
            min-width: 88px;
            padding: 0.66rem 1rem;
            border-radius: 999px;
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            box-shadow: 0 10px 24px rgba(0,0,0,0.06);
        }

        .team-wa-bar {
            padding-top: 1.15rem;
        }

        .team-carousel-hint {
            color: #86868b;
        }

        .about-faq-card[open] {
            background: #fff;
        }

        @media (min-width: 1024px) {

            .team-slide-card:hover {
                transform: translateY(-4px) scale(1);
                box-shadow: 0 28px 72px rgba(0,0,0,0.12);
            }
        }

        @media (max-width: 992px) {
            .nos-hero {
                text-align: center;
            }

            .nos-hero-shell {
                grid-template-columns: 1fr;
            }

            .nos-hero-copy {
                align-items: center;
            }

            .nos-hero-badge {
                align-self: center;
            }

            .nos-hero h1 {
                max-width: 11.5ch;
                text-align: center;
            }

            .nos-hero-lead {
                text-align: center;
            }

            .nos-hero-actions,
            .nos-hero-stats {
                justify-content: center;
            }

            .nos-hero-card {
                min-height: 420px;
            }
        }

        @media (max-width: 768px) {
            .nos-hero {
                padding: calc(96px + env(safe-area-inset-top, 0px)) 16px 56px;
            }

            .nos-hero h1 {
                font-size: clamp(2.65rem, 14vw, 4.35rem);
            }

            .nos-hero-actions {
                width: 100%;
            }

            .nos-hero .apple-glass-btn {
                width: 100%;
            }

            .nos-hero-stats {
                width: 100%;
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .nos-stat {
                min-width: 0;
                padding: 0.9rem 0.55rem;
            }

            .nos-stat strong {
                font-size: 1.55rem;
            }

            .nos-stat span {
                font-size: 0.58rem;
            }

            .nos-hero-card {
                min-height: 360px;
                border-radius: 32px;
            }

            .team-section {
                padding: 56px 0;
            }

            .team-section-head {
                padding: 0 18px;
            }

            .team-slide-photo {
                aspect-ratio: 4 / 4.75;
            }

            .team-slide-front {
                inset: auto 16px 16px;
            }

            .team-slide-info,
            .team-slide-card.is-open .team-slide-info {
                padding: 1rem;
                gap: 0.6rem;
            }

            .team-slide-areas li {
                font-size: 0.78rem;
            }

            .team-carousel-wrap {
                max-width: 100%;
            }
        }

        /* ——— BARaja de integrantes: ligera, fluida y visual ——— */
        .team-deck-wrap {
            --deck-card-w: clamp(310px, 34vw, 430px);
            --deck-card-h: clamp(560px, 66vw, 680px);
            max-width: 1120px;
            margin: 0 auto;
            display: grid;
            gap: 1.35rem;
            justify-items: center;
        }

        .team-deck-stage {
            position: relative;
            width: min(var(--deck-card-w), 100%);
            height: var(--deck-card-h);
            perspective: 1400px;
            touch-action: pan-y;
            user-select: none;
        }

        .team-deck-card.is-active {
            opacity: 1;
            pointer-events: auto;
            transform: translate3d(0, 0, 90px) rotate(0deg) scale(1);
            z-index: 9;
        }

        .team-deck-card.is-next-1 {
            opacity: 0.9;
            transform: translate3d(24px, 18px, 0) rotate(4.5deg) scale(0.965);
            z-index: 8;
        }

        .team-deck-card.is-next-2 {
            opacity: 0.58;
            transform: translate3d(44px, 38px, -80px) rotate(8deg) scale(0.925);
            z-index: 7;
        }

        .team-deck-card.is-prev-1 {
            opacity: 0.42;
            transform: translate3d(-36px, 34px, -120px) rotate(-7deg) scale(0.9);
            z-index: 6;
        }

        .team-deck-card.is-hidden {
            opacity: 0;
            transform: translate3d(0, 70px, -180px) scale(0.86);
            z-index: 1;
        }

        .team-deck-card.is-throw-left {
            opacity: 0;
            transform: translate3d(-150%, -10px, 70px) rotate(-18deg) scale(0.96);
            transition:
                transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1),
                opacity 0.26s ease;
        }

        .team-deck-card.is-throw-right {
            opacity: 0;
            transform: translate3d(150%, -10px, 70px) rotate(18deg) scale(0.96);
            transition:
                transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1),
                opacity 0.26s ease;
        }

        .team-deck-photo {
            position: relative;
            min-height: 0;
            background: #e8e8ed;
            overflow: hidden;
        }

        .team-deck-photo img {
            width: 100%;
            height: 100%;
            min-height: 0;
            display: block;
            object-fit: cover;
            object-position: center top;
            transform: scale(1.02);
            transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .team-deck-card.is-active .team-deck-photo img {
            transform: scale(1.055);
        }

        .team-deck-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, transparent 52%, rgba(0,0,0,0.42) 100%),
                radial-gradient(circle at 80% 18%, rgba(255,255,255,0.18), transparent 32%);
            pointer-events: none;
        }

        .team-deck-role {
            position: absolute;
            left: 18px;
            bottom: 18px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            padding: 0.46rem 0.78rem;
            border-radius: 999px;
            background: rgba(255,255,255,0.94);
            color: var(--slide-accent, var(--inpulso-azul));
            font-size: 0.6rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            box-shadow: 0 10px 24px rgba(0,0,0,0.16);
        }

        .team-deck-info {
            padding: clamp(1.1rem, 2.6vw, 1.45rem);
            background: #fff;
        }

        .team-deck-kicker {
            margin: 0 0 0.45rem;
            color: #86868b;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .team-deck-info h3 {
            margin: 0 0 0.9rem;
            color: #1d1d1f;
            font-family: var(--fuente-titulos);
            font-size: clamp(1.55rem, 2.7vw, 2.15rem);
            font-weight: 400;
            line-height: 1.02;
            letter-spacing: -0.025em;
        }

        .team-deck-info ul {
            list-style: none;
            display: grid;
            gap: 0.5rem;
            margin: 0;
            padding: 0;
        }

        .team-deck-info li {
            position: relative;
            padding-left: 1rem;
            color: #424245;
            font-size: 0.86rem;
            line-height: 1.4;
        }

        .team-deck-info li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.58em;
            width: 5px;
            height: 5px;
            border-radius: 999px;
            background: var(--slide-accent, var(--inpulso-azul));
        }

        .team-deck-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
        }

        .team-deck-wrap .team-wa-bar {
            width: 100%;
        }

        .team-deck-wrap .team-carousel-hint {
            margin: 0;
            color: #86868b;
        }

        @media (hover: hover) and (pointer: fine) {
            .team-deck-card.is-active:hover {
                transform: translate3d(0, -8px, 110px) rotate(0deg) scale(1.01);
                box-shadow:
                    0 38px 96px rgba(0,0,0,0.15),
                    0 10px 28px rgba(0,0,0,0.07);
            }
        }

        @media (max-width: 768px) {
            .team-deck-wrap {
                --deck-card-w: min(340px, 88vw);
                --deck-card-h: min(620px, 142vw);
                gap: 1rem;
            }

            .team-deck-card,
            .team-deck-card.team-slide-card {
                border-radius: 30px;
            }

            .team-deck-card.is-next-1 {
                transform: translate3d(16px, 16px, 0) rotate(4deg) scale(0.965);
            }

            .team-deck-card.is-next-2 {
                transform: translate3d(28px, 32px, -80px) rotate(7deg) scale(0.925);
            }

            .team-deck-card.is-prev-1 {
                transform: translate3d(-24px, 30px, -120px) rotate(-6deg) scale(0.9);
            }

            .team-deck-role {
                left: 14px;
                bottom: 14px;
            }

            .team-deck-info {
                padding: 1rem;
            }

            .team-deck-info h3 {
                font-size: 1.55rem;
            }

            .team-deck-info li {
                font-size: 0.78rem;
            }
        }

        /* ——— Baraja integrada y optimizada ——— */
        .team-deck-wrap {
            --deck-card-w: clamp(292px, 28vw, 360px);
            --deck-card-h: clamp(500px, 54vw, 590px);
            max-width: 1080px;
            gap: 1rem;
        }

        .team-deck-layout {
            width: 100%;
            display: grid;
            grid-template-columns: minmax(300px, 0.92fr) minmax(280px, 0.78fr);
            align-items: center;
            justify-content: center;
            gap: clamp(28px, 5vw, 72px);
        }

        .team-deck-stage {
            justify-self: end;
            width: min(var(--deck-card-w), 100%);
            height: var(--deck-card-h);
            perspective: 1000px;
            contain: layout paint;
        }

        .team-deck-card.is-active {
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
        }

        .team-deck-card.is-next-1 {
            opacity: 0.82;
            transform: translate3d(18px, 16px, 0) rotate(3.5deg) scale(0.965);
        }

        .team-deck-card.is-next-2 {
            opacity: 0.42;
            transform: translate3d(32px, 30px, 0) rotate(6deg) scale(0.925);
        }

        .team-deck-card.is-prev-1 {
            opacity: 0.26;
            transform: translate3d(-24px, 28px, 0) rotate(-5deg) scale(0.91);
        }

        .team-deck-card.is-hidden {
            transform: translate3d(0, 42px, 0) scale(0.9);
        }

        .team-deck-card.is-throw-left {
            transform: translate3d(-118%, -4px, 0) rotate(-14deg) scale(0.98);
        }

        .team-deck-card.is-throw-right {
            transform: translate3d(118%, -4px, 0) rotate(14deg) scale(0.98);
        }

        .team-deck-photo img {
            transform: scale(1.01);
            transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .team-deck-card.is-active .team-deck-photo img {
            transform: scale(1.035);
        }

        .team-deck-info {
            padding: 1rem 1.08rem 1.12rem;
        }

        .team-deck-info h3 {
            font-size: clamp(1.42rem, 2.2vw, 1.85rem);
            margin-bottom: 0.72rem;
        }

        .team-deck-info ul {
            gap: 0.38rem;
        }

        .team-deck-info li {
            font-size: 0.78rem;
            line-height: 1.32;
        }

        .team-deck-side {
            justify-self: start;
            max-width: 390px;
            padding: clamp(1.5rem, 3vw, 2.2rem);
            border-radius: 34px;
            background: #fff;
            border: 1px solid rgba(0,0,0,0.06);
            box-shadow: 0 18px 48px rgba(0,0,0,0.06);
        }

        .team-deck-side-eyebrow {
            display: inline-flex;
            margin-bottom: 0.9rem;
            color: var(--inpulso-rojo);
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .team-deck-side h3 {
            margin: 0 0 0.9rem;
            color: #1d1d1f;
            font-family: var(--fuente-titulos);
            font-size: clamp(2rem, 3.4vw, 3.15rem);
            font-weight: 400;
            line-height: 0.98;
            letter-spacing: -0.04em;
        }

        .team-deck-side p {
            margin: 0;
            color: #6e6e73;
            font-size: 0.98rem;
            line-height: 1.75;
        }

        .team-deck-mini {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1.4rem;
        }

        .team-deck-mini span {
            padding: 0.44rem 0.7rem;
            border-radius: 999px;
            background: #f5f5f7;
            color: #424245;
            font-size: 0.72rem;
            font-weight: 700;
        }

        @media (max-width: 900px) {
            .team-deck-layout {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }

            .team-deck-stage,
            .team-deck-side {
                justify-self: center;
            }

            .team-deck-side {
                max-width: min(520px, calc(100vw - 32px));
                text-align: center;
            }

            .team-deck-mini {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .team-deck-wrap {
                --deck-card-w: min(308px, 84vw);
                --deck-card-h: min(520px, 132vw);
                gap: 0.85rem;
            }

            .team-deck-side {
                display: none;
            }

            .team-deck-stage {
                perspective: none;
            }

            .team-deck-card.is-next-1 {
                opacity: 0.72;
                transform: translate3d(12px, 12px, 0) rotate(3deg) scale(0.968);
            }

            .team-deck-card.is-next-2 {
                opacity: 0.3;
                transform: translate3d(20px, 22px, 0) rotate(5deg) scale(0.935);
            }

            .team-deck-card.is-prev-1 {
                opacity: 0;
                transform: translate3d(-18px, 20px, 0) rotate(-4deg) scale(0.92);
            }

            .team-deck-photo img,
            .team-deck-card.is-active .team-deck-photo img {
                transform: none;
                transition: none;
            }

            .team-deck-info {
                padding: 0.9rem;
            }

            .team-deck-info h3 {
                font-size: 1.38rem;
            }

            .team-deck-info li {
                font-size: 0.74rem;
                line-height: 1.28;
            }
        }

        /* ——— Escala compacta final: secciones más visibles por pantalla ——— */
        .nos-hero,
        .model-section,
        .trust-section,
        .process-section,
        .areas-section,
        .team-section,
        .about-faq-section,
        .nos-cta {
            padding-top: clamp(34px, 5.5vw, 58px);
            padding-bottom: clamp(34px, 5.5vw, 58px);
        }

        .nos-hero {
            min-height: auto;
            padding-top: calc(86px + env(safe-area-inset-top, 0px));
        }

        .section-head {
            margin-bottom: clamp(16px, 2.6vw, 26px);
        }

        .nos-hero h1,
        .section-head h2,
        .team-section-head h2,
        .model-copy h2,
        .nos-cta-inner h2,
        .footer-logo-block h2 {
            color: var(--inpulso-azul) !important;
        }

        .nos-hero h1 {
            max-width: 13.5ch;
            font-size: clamp(2.55rem, 5.7vw, 4.7rem);
            line-height: 0.98;
            margin-bottom: 1rem;
        }

        .nos-hero h1 em {
            color: var(--inpulso-azul) !important;
        }

        .nos-hero-lead {
            max-width: 560px;
            margin-bottom: 1.35rem;
            font-size: clamp(0.96rem, 1.25vw, 1.08rem);
            line-height: 1.58;
        }

        .nos-hero-actions {
            margin-bottom: 1.15rem;
        }

        .nos-hero-card {
            min-height: 390px;
            border-radius: 34px;
            padding: clamp(22px, 3vw, 32px);
        }

        .nos-hero-card-body h2 {
            color: #fff !important;
            font-size: clamp(1.8rem, 3vw, 3rem);
            line-height: 1;
        }

        .nos-stat {
            padding: 0.82rem 0.95rem;
        }

        .nos-stat strong {
            font-size: 1.55rem;
            color: var(--inpulso-azul);
        }

        .section-head h2,
        .team-section-head h2,
        .model-copy h2,
        .nos-cta-inner h2 {
            font-size: clamp(1.8rem, 3.2vw, 3rem);
            line-height: 1.05;
            letter-spacing: -0.025em;
        }

        .section-head p,
        .team-section-head p,
        .model-copy p,
        .nos-cta-inner p {
            font-size: clamp(0.9rem, 1.15vw, 1rem);
            line-height: 1.58;
        }

        .model-panel {
            padding: clamp(16px, 2.6vw, 28px);
            gap: clamp(18px, 3vw, 34px);
        }

        .model-visual {
            max-height: 390px;
        }

        .trust-grid,
        .process-grid,
        .areas-grid {
            gap: 0.8rem;
        }

        .trust-card,
        .process-card,
        .areas-card {
            padding: 1rem;
            border-radius: 22px;
        }

        .team-section {
            padding-left: clamp(14px, 4vw, 44px);
            padding-right: clamp(14px, 4vw, 44px);
        }

        .team-section-head {
            margin-bottom: clamp(16px, 2.8vw, 26px);
        }

        .team-deck-wrap {
            --deck-card-w: clamp(270px, 25vw, 330px);
            --deck-card-h: clamp(440px, 47vw, 520px);
            max-width: 980px;
        }

        .team-deck-layout {
            gap: clamp(22px, 4vw, 54px);
            grid-template-columns: minmax(280px, 0.86fr) minmax(260px, 0.72fr);
        }

        .team-deck-photo {
            min-height: 0;
        }

        .team-deck-info {
            padding: 0.85rem 0.95rem 0.95rem;
        }

        .team-deck-info h3 {
            color: var(--inpulso-azul);
            font-size: clamp(1.25rem, 1.8vw, 1.55rem);
            margin-bottom: 0.55rem;
        }

        .team-deck-kicker {
            font-size: 0.62rem;
            margin-bottom: 0.35rem;
        }

        .team-deck-info ul {
            gap: 0.28rem;
        }

        .team-deck-info li {
            font-size: 0.7rem;
            line-height: 1.24;
        }

        .team-deck-side {
            padding: clamp(1.15rem, 2.2vw, 1.6rem);
            border-radius: 28px;
        }

        .team-deck-side h3 {
            color: var(--inpulso-azul);
            font-size: clamp(1.55rem, 2.5vw, 2.35rem);
            line-height: 1.02;
        }

        .team-deck-side p {
            font-size: 0.88rem;
            line-height: 1.58;
        }

        .team-deck-mini {
            margin-top: 1rem;
        }

        .team-deck-mini span {
            font-size: 0.66rem;
            padding: 0.36rem 0.58rem;
        }

        .nos-cta {
            padding-top: clamp(28px, 4vw, 44px);
        }

        .nos-cta-inner {
            max-width: 760px;
            padding: clamp(24px, 4vw, 36px);
            min-height: 0;
            background: #fff !important;
            color: var(--texto-principal);
            border-radius: 34px;
        }

        .nos-cta-inner p {
            color: var(--texto-secundario);
            opacity: 1;
            margin-bottom: 1.2rem;
        }

        @media (min-width: 1000px) {
            .nos-hero-shell {
                grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
                gap: clamp(24px, 4vw, 46px);
            }

            .nos-hero,
            .team-section {
                min-height: min(760px, calc(100vh - 20px));
                display: flex;
                align-items: center;
            }

            .team-section {
                flex-direction: column;
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .nos-hero,
            .model-section,
            .trust-section,
            .process-section,
            .areas-section,
            .team-section,
            .about-faq-section,
            .nos-cta {
                padding-top: 34px;
                padding-bottom: 34px;
            }

            .nos-hero {
                padding-top: calc(82px + env(safe-area-inset-top, 0px));
            }

            .nos-hero h1 {
                font-size: clamp(2.15rem, 10vw, 3.15rem);
            }

            .nos-hero-card {
                min-height: 280px;
            }

            .nos-hero-stats {
                gap: 0.45rem;
            }

            .team-deck-wrap {
                --deck-card-w: min(286px, 82vw);
                --deck-card-h: min(455px, 122vw);
            }

            .team-deck-info li:nth-child(n+4) {
                display: none;
            }

            .team-deck-controls {
                gap: 0.55rem;
            }

            .team-nav-btn {
                width: 42px;
                height: 42px;
            }

            .team-counter {
                padding: 0.55rem 0.85rem;
            }

            .nos-cta-inner {
                padding: 24px 18px;
                border-radius: 28px;
            }
        }

        /* ——— Ajuste móvil y botones tipo landing ——— */
        .apple-glass-btn,
        .nos-hero .apple-glass-btn,
        .team-wa-glass-btn,
        .nos-cta-btn,
        .team-nav-btn {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.34), transparent 34%),
                linear-gradient(135deg, var(--inpulso-rojo), #9f3d48) !important;
            color: #fff !important;
            border: 1px solid rgba(255,255,255,0.32) !important;
            border-top-color: rgba(255,255,255,0.78) !important;
            border-left-color: rgba(255,255,255,0.48) !important;
            backdrop-filter: blur(20px) saturate(180%) !important;
            -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
            box-shadow:
                0 16px 38px rgba(198,74,73,0.24),
                0 8px 18px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.42) !important;
            text-shadow: 0 1px 10px rgba(0,0,0,0.24);
        }

        .nos-hero-secondary,
        .team-nav-btn {
            background:
                radial-gradient(circle at 30% 0%, rgba(255,255,255,0.28), transparent 34%),
                linear-gradient(135deg, var(--inpulso-azul), #1f3c67) !important;
        }

        .model-panel .apple-glass-btn,
        .about-faq-section .apple-glass-btn {
            color: #fff !important;
        }

        /* CTA en tarjeta blanca: solo texto legible, sin cambiar el botón */
        .nos-cta-inner .apple-glass-btn,
        .nos-cta-inner .nos-cta-btn {
            color: var(--inpulso-azul) !important;
            text-shadow: none !important;
        }

        .nos-cta-inner .apple-glass-btn:hover,
        .nos-cta-inner .nos-cta-btn:hover {
            color: var(--inpulso-azul) !important;
        }

        @media (max-width: 768px) {
            .team-section {
                display: block;
                padding-left: 0;
                padding-right: 0;
                overflow: hidden;
            }

            .team-section-head {
                width: 100%;
                max-width: 360px;
                margin-left: auto;
                margin-right: auto;
                padding-left: 16px;
                padding-right: 16px;
                text-align: center;
            }

            .team-deck-wrap {
                --deck-card-w: min(270px, 78vw);
                --deck-card-h: min(420px, 112vw);
                width: 100%;
                max-width: 100%;
                justify-items: center;
                overflow: visible;
                padding-left: 0;
                padding-right: 0;
            }

            .team-deck-layout {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr;
                justify-items: center;
                place-items: center;
            }

            .team-deck-stage {
                justify-self: center;
                margin-left: auto;
                margin-right: auto;
                width: var(--deck-card-w);
                height: var(--deck-card-h);
                transform: translateX(-8px);
                overflow: visible;
            }

            .team-deck-card.is-next-1 {
                opacity: 0.62;
                transform: translate3d(10px, 10px, 0) rotate(2.6deg) scale(0.968);
            }

            .team-deck-card.is-next-2 {
                opacity: 0.22;
                transform: translate3d(16px, 18px, 0) rotate(4.4deg) scale(0.94);
            }

            .team-deck-photo {
                min-height: 0;
            }

            .team-deck-info {
                padding: 0.76rem 0.82rem 0.84rem;
            }

            .team-deck-kicker {
                font-size: 0.56rem;
                margin-bottom: 0.28rem;
            }

            .team-deck-info h3 {
                font-size: 1.2rem;
                margin-bottom: 0.45rem;
            }

            .team-deck-info ul {
                gap: 0.22rem;
            }

            .team-deck-info li {
                font-size: 0.66rem;
                line-height: 1.18;
            }

            .team-deck-info li:nth-child(n+4) {
                display: none;
            }

            .team-deck-role {
                left: 12px;
                bottom: 12px;
                padding: 0.34rem 0.58rem;
                font-size: 0.52rem;
            }

            .team-deck-controls {
                margin-top: 0.25rem;
            }

            .team-wa-bar {
                width: min(320px, calc(100vw - 32px));
                margin-left: auto;
                margin-right: auto;
                padding-left: 0;
                padding-right: 0;
            }

            .team-wa-glass-btn {
                width: 100%;
                min-height: 48px;
                padding-left: 18px;
                padding-right: 18px;
                font-size: 0.72rem;
            }

            .team-carousel-hint {
                max-width: 300px;
                margin-left: auto;
                margin-right: auto;
                padding: 0 16px;
                text-align: center;
            }
        }

        /* ——— Botones unificados: estilo exacto del "Agendar Cita" del landing ——— */
        .apple-glass-btn,
        .nos-hero .apple-glass-btn,
        .nos-hero-primary,
        .nos-hero-secondary,
        .team-wa-glass-btn,
        .nos-cta-btn,
        .team-nav-btn {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 10px !important;
            padding: 16px 36px !important;
            font-size: 0.85rem !important;
            font-weight: 600 !important;
            letter-spacing: 1px !important;
            text-transform: uppercase !important;
            text-decoration: none !important;
            cursor: pointer !important;
            position: relative !important;
            overflow: hidden !important;
            text-align: center !important;
            background: rgba(255, 255, 255, 0.15) !important;
            backdrop-filter: blur(20px) saturate(180%) !important;
            -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
            border-radius: 50px !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
            border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
            color: var(--inpulso-azul) !important;
            text-shadow: none !important;
            will-change: transform !important;
        }

        .apple-glass-btn:hover,
        .nos-hero .apple-glass-btn:hover,
        .nos-hero-primary:hover,
        .nos-hero-secondary:hover,
        .team-wa-glass-btn:hover,
        .nos-cta-btn:hover,
        .team-nav-btn:hover {
            background: rgba(255, 255, 255, 0.25) !important;
            transform: translateY(-3px) scale(1.02) !important;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
            color: var(--inpulso-azul) !important;
        }

        .team-nav-btn {
            width: 48px !important;
            height: 48px !important;
            padding: 0 !important;
            color: var(--inpulso-azul) !important;
        }

        .nos-hero-card .apple-glass-btn,
        .nos-cta-inner[style*="blue"] .apple-glass-btn {
            color: #fff !important;
        }

        .nos-cta-inner .apple-glass-btn,
        .nos-cta-inner .nos-cta-btn {
            color: var(--inpulso-azul) !important;
            text-shadow: none !important;
        }

        .nos-cta-inner .apple-glass-btn:hover,
        .nos-cta-inner .nos-cta-btn:hover {
            color: var(--inpulso-azul) !important;
        }

        @media (max-width: 768px) {
            .apple-glass-btn,
            .nos-hero .apple-glass-btn,
            .nos-hero-primary,
            .nos-hero-secondary,
            .team-wa-glass-btn,
            .nos-cta-btn {
                width: 100%;
                min-height: 48px;
                padding: 14px 22px !important;
            }

            .team-nav-btn {
                width: 42px !important;
                height: 42px !important;
                min-height: 42px !important;
                padding: 0 !important;
            }
        }
