{"id":2554,"date":"2026-01-26T18:51:15","date_gmt":"2026-01-26T18:51:15","guid":{"rendered":"https:\/\/praxisneurological.com\/?page_id=2554"},"modified":"2026-01-26T19:07:03","modified_gmt":"2026-01-26T19:07:03","slug":"home-jp","status":"publish","type":"page","link":"https:\/\/praxisneurological.com\/ja\/home-jp\/","title":{"rendered":"\u89e3\u5256\u5b66\u7684 \u982d\u84cb\u9aa8\u304a\u3088\u3073\u810a\u690e\u30e2\u30c7\u30eb"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"ja\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Praxis Neurological | \u8d85\u30ea\u30a2\u30eb\u624b\u8853\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3<\/title>\n    \n    <!-- Fonts: Poppins (English) & Noto Sans JP (Japanese) -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&#038;family=Poppins:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Custom Config -->\n    <script>\n        tailwind.config = {\n            important: '#praxis-site-root',\n            theme: {\n                extend: {\n                    colors: {\n                        brand: {\n                            base: '#ffffff',\n                            surface: '#f8fafc',\n                            primary: '#0f2a44',\n                            accent: '#1abc9c',\n                            blueLight: '#e0f2fe',\n                            techBlue: '#0ea5e9',\n                            text: '#334155',\n                            muted: '#64748b'\n                        }\n                    },\n                    fontFamily: {\n                        sans: ['\"Noto Sans JP\"', '\"Poppins\"', 'sans-serif'], \/\/ Japanese Font Priority\n                    },\n                    boxShadow: {\n                        'soft': '0 20px 40px -15px rgba(15, 42, 68, 0.1)',\n                        'glow': '0 0 20px rgba(14, 165, 233, 0.2)',\n                        'floating': '0 10px 40px -10px rgba(15, 42, 68, 0.15)',\n                    },\n                    backgroundImage: {\n                        'grid-pattern': \"radial-gradient(circle, rgba(15, 42, 68, 0.08) 1px, transparent 1px)\",\n                        'scan-line': \"linear-gradient(to bottom, transparent, rgba(14, 165, 233, 0.3), transparent)\",\n                    },\n                    animation: {\n                        'pulse-slow': 'pulse 5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'scan': 'scan 3s linear infinite',\n                    },\n                    keyframes: {\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        scan: {\n                            '0%': { transform: 'translateY(-100%)' },\n                            '100%': { transform: 'translateY(100%)' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Safe Namespace *\/\n        #praxis-site-root {\n            font-family: 'Noto Sans JP', 'Poppins', sans-serif !important;\n            color: #334155;\n            line-height: 1.7; \/* Slightly increased for better JP readability *\/\n            width: 100%;\n            position: relative;\n            z-index: 1;\n            background-color: #ffffff;\n            word-break: break-all; \/* Better for JP text wrapping *\/\n        }\n\n        #praxis-site-root *, #praxis-site-root *::before, #praxis-site-root *::after {\n            box-sizing: border-box;\n        }\n\n        #praxis-site-root img {\n            display: inline-block;\n            max-width: 100%;\n            height: auto;\n        }\n\n        #praxis-site-root .lucide {\n            width: 1.5rem;\n            height: 1.5rem;\n            display: inline-block;\n            vertical-align: middle;\n        }\n\n        \/* Forced Colors *\/\n        #praxis-site-root .text-brand-primary { color: #0f2a44 !important; }\n        #praxis-site-root .text-brand-techBlue { color: #0ea5e9 !important; }\n        #praxis-site-root .bg-brand-primary { background-color: #0f2a44 !important; }\n        \n        #praxis-site-root .bg-brand-primary h1,\n        #praxis-site-root .bg-brand-primary h2,\n        #praxis-site-root .bg-brand-primary h3,\n        #praxis-site-root .bg-brand-primary p,\n        #praxis-site-root .bg-brand-primary span:not(.text-brand-techBlue),\n        #praxis-site-root .bg-brand-primary li,\n        #praxis-site-root footer,\n        #praxis-site-root footer p,\n        #praxis-site-root .text-white {\n            color: #ffffff !important;\n        }\n        #praxis-site-root .text-transparent { color: transparent !important; }\n        #praxis-site-root .main-logo { height: 40px !important; width: auto !important; max-width: none !important; }\n        #praxis-site-root .footer-logo { height: 48px !important; width: auto !important; }\n\n        \/* --- ROBUST 3D FLIP LOGIC --- *\/\n        #praxis-site-root .perspective-container {\n            perspective: 1000px;\n            z-index: 20;\n        }\n        \n        #praxis-site-root .flip-inner {\n            position: relative;\n            width: 100%;\n            height: 100%;\n            transition: transform 0.8s;\n            transform-style: preserve-3d;\n            -webkit-transform-style: preserve-3d; \/* iOS Support *\/\n        }\n        \n        #praxis-site-root .flip-inner.is-flipped {\n            transform: rotateY(180deg);\n        }\n\n        \/* Card Faces *\/\n        #praxis-site-root .flip-front,\n        #praxis-site-root .flip-back {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            -webkit-backface-visibility: hidden; \n            backface-visibility: hidden;       \n            top: 0;\n            left: 0;\n            border-radius: 1rem;\n            overflow: hidden;\n            background-color: white; \n        }\n\n        \/* Front Face *\/\n        #praxis-site-root .flip-front {\n            z-index: 2;\n            transform: rotateY(0deg);\n        }\n\n        \/* Back Face *\/\n        #praxis-site-root .flip-back {\n            transform: rotateY(180deg);\n            z-index: 1;\n        }\n\n        #praxis-site-root .slide-hidden { opacity: 0; pointer-events: none; z-index: 0; position: absolute; }\n        #praxis-site-root .slide-active { opacity: 1; pointer-events: auto; z-index: 10; position: absolute; }\n\n        \/* Video Styles *\/\n        #praxis-site-root .video-container {\n            position: relative;\n            border-radius: 1rem;\n            overflow: hidden;\n            box-shadow: 0 0 20px rgba(14, 165, 233, 0.15);\n            transition: all 0.5s ease;\n            cursor: pointer;\n            z-index: 10;\n        }\n        \n        #praxis-site-root #video-modal {\n            display: none; opacity: 0; transition: opacity 0.3s ease;\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n            z-index: 99999;\n        }\n        #praxis-site-root #video-modal.active { display: flex; opacity: 1; }\n\n        \/* Buttons *\/\n        #praxis-site-root a.btn-tech,\n        #praxis-site-root a.btn-cta-reset {\n            text-decoration: none !important;\n            display: inline-flex !important;\n            align-items: center;\n            justify-content: center;\n            border-bottom: none !important;\n            line-height: 1.2 !important;\n            box-sizing: border-box !important;\n        }\n        #praxis-site-root a.text-white { color: #ffffff !important; }\n        #praxis-site-root a.text-brand-primary { color: #0f2a44 !important; }\n        #praxis-site-root a.btn-tech:hover,\n        #praxis-site-root a.btn-cta-reset:hover {\n            text-decoration: none !important;\n            opacity: 0.95;\n            transform: translateY(-2px);\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n<!-- Root Container -->\n<div id=\"praxis-site-root\">\n\n    <!-- Navigation -->\n    <nav class=\"fixed w-full z-[100] transition-all duration-300 glass-light border-b border-gray-100 top-0 left-0\" id=\"navbar\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8\">\n            <div class=\"flex items-center justify-between h-20\">\n                <div class=\"flex-shrink-0 flex items-center\">\n                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2024\/06\/cropped-PRAXIS-NEUROLOGICAL-logo-azul-scaled-1.webp\" alt=\"Praxis Neurological\" class=\"main-logo\">\n                <\/div>\n                <div class=\"hidden md:block\">\n                    <div class=\"ml-10 flex items-baseline space-x-8\">\n                        <a href=\"#beneficios\" class=\"text-sm font-medium text-brand-text hover:text-brand-primary transition-all duration-300 !no-underline\">\u7279\u5fb4<\/a>\n                        <a href=\"#comparativa\" class=\"text-sm font-medium text-brand-text hover:text-brand-primary transition-all duration-300 !no-underline\">\u6bd4\u8f03<\/a>\n                        <a href=\"#talleres\" class=\"text-sm font-medium text-brand-text hover:text-brand-primary transition-all duration-300 !no-underline\">\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7<\/a>\n                        <a href=\"#wfse26\" class=\"text-sm font-medium text-brand-text hover:text-brand-primary transition-all duration-300 !no-underline\">WFSE26<\/a>\n                        <a href=\"#contacto\" class=\"px-6 py-2 rounded-full bg-brand-primary text-white text-sm font-semibold hover:bg-brand-primary\/90 hover:shadow-lg transition-all shadow-md !no-underline\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"md:hidden\">\n                    <button id=\"mobile-menu-btn\" class=\"text-brand-primary focus:outline-none p-2\">\n                        <i data-lucide=\"menu\" class=\"w-8 h-8\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"mobile-menu\" class=\"hidden md:hidden bg-white border-t border-gray-100 absolute w-full left-0 top-20 shadow-lg z-50\">\n            <div class=\"px-6 py-4 space-y-4 flex flex-col\">\n                <a href=\"#beneficios\" class=\"text-base font-medium text-brand-text block py-2 !no-underline\" onclick=\"toggleMobileMenu()\">\u7279\u5fb4<\/a>\n                <a href=\"#comparativa\" class=\"text-base font-medium text-brand-text block py-2 !no-underline\" onclick=\"toggleMobileMenu()\">\u6bd4\u8f03<\/a>\n                <a href=\"#talleres\" class=\"text-base font-medium text-brand-text block py-2 !no-underline\" onclick=\"toggleMobileMenu()\">\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7<\/a>\n                <a href=\"#wfse26\" class=\"text-base font-medium text-brand-text block py-2 !no-underline\" onclick=\"toggleMobileMenu()\">WFSE26<\/a>\n                <a href=\"#contacto\" class=\"text-base font-medium text-brand-techBlue font-bold block py-2 !no-underline\" onclick=\"toggleMobileMenu()\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <header class=\"relative bg-white min-h-screen flex items-center justify-center overflow-hidden pt-24 lg:pt-20\">\n        <div class=\"absolute inset-0 bg-tech-grid z-0\"><\/div>\n        <div class=\"absolute inset-0 bg-gradient-to-br from-white via-white to-brand-blueLight\/30 z-0\"><\/div>\n        \n        <div class=\"absolute top-1\/4 left-1\/4 w-96 h-96 bg-brand-techBlue\/5 rounded-full blur-[80px] animate-pulse-slow\"><\/div>\n        <div class=\"absolute bottom-0 right-0 w-[300px] lg:w-[600px] h-[300px] lg:h-[600px] bg-brand-primary\/5 rounded-full blur-[100px]\"><\/div>\n\n        <div class=\"relative z-10 max-w-7xl mx-auto px-6 lg:px-8 py-12 lg:py-24 grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n            \n            <div class=\"space-y-6 lg:space-y-8 animate-float text-center lg:text-left\" style=\"animation-duration: 8s;\">\n                <div class=\"inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-brand-primary\/5 border border-brand-primary\/10 text-brand-primary text-xs font-bold tracking-widest uppercase backdrop-blur-sm\">\n                    <span class=\"relative flex h-2 w-2\">\n                      <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-brand-techBlue opacity-75\"><\/span>\n                      <span class=\"relative inline-flex rounded-full h-2 w-2 bg-brand-techBlue\"><\/span>\n                    <\/span>\n                    Medical Innovation\n                <\/div>\n                \n                <h1 class=\"text-4xl lg:text-7xl font-bold leading-tight text-brand-primary\">\n                    \u9650\u754c\u3092\u8d85\u3048\u308b<br>\n                    <span class=\"text-gradient-blue\">\u6ca1\u5165\u611f<\/span>\n                <\/h1>\n                \n                <p class=\"text-base lg:text-xl text-brand-muted max-w-xl mx-auto lg:mx-0 leading-relaxed lg:border-l-4 border-brand-primary lg:pl-6\">\n                    \u30d0\u30a4\u30aa\u30ed\u30b8\u30fc\u3068\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306e\u878d\u5408\u3002\u8133\u795e\u7d4c\u5916\u79d1\u533b\u306e\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u305f\u3001\u30cf\u30a4\u30a8\u30f3\u30c9\u306a<span class=\"font-semibold text-brand-primary\">\u89e3\u5256\u5b66\u7684 \u982d\u84cb\u9aa8\u304a\u3088\u3073\u810a\u690e\u30e2\u30c7\u30eb\u3002<\/span>\n                <\/p>\n\n                <div class=\"flex flex-col sm:flex-row gap-4 pt-4 justify-center lg:justify-start\">\n                    <a href=\"#contacto\" class=\"btn-tech group flex items-center justify-center gap-3 px-8 py-4 bg-brand-primary text-white rounded-lg font-bold text-lg shadow-floating hover:shadow-xl transition-all transform hover:-translate-y-1\">\n                        \u30c7\u30e2\u3092\u7533\u3057\u8fbc\u3080\n                        <i data-lucide=\"zap\" class=\"w-5 h-5 text-blue-400 drop-shadow-[0_0_8px_rgba(96,165,250,0.8)] group-hover:text-white transition-colors\"><\/i>\n                    <\/a>\n                    <a href=\"#contacto\" class=\"btn-tech flex items-center justify-center gap-3 px-8 py-4 border border-brand-muted\/30 text-brand-text rounded-lg font-semibold text-lg hover:border-brand-primary hover:text-brand-primary transition-all bg-white\">\n                        \u30ab\u30bf\u30ed\u30b0\u3092\u898b\u308b\n                    <\/a>\n                <\/div>\n\n                <!-- Stats Section -->\n                <div class=\"grid grid-cols-3 gap-2 lg:gap-6 pt-8 border-t border-gray-200 text-center lg:text-left\">\n                    <div class=\"group\">\n                        <div class=\"flex items-center justify-center lg:justify-start gap-2 mb-1\">\n                            <i data-lucide=\"brain\" class=\"w-6 h-6 lg:w-8 lg:h-8 text-brand-primary group-hover:scale-110 transition-transform\"><\/i>\n                        <\/div>\n                        <p class=\"text-[10px] lg:text-xs text-brand-muted uppercase tracking-wider font-bold\">\u5b8c\u5168\u306a\u8133\u69cb\u9020<\/p>\n                    <\/div>\n                    <div class=\"group\">\n                         <div class=\"flex items-center justify-center lg:justify-start gap-2 mb-1\">\n                            <i data-lucide=\"scan-line\" class=\"w-6 h-6 lg:w-8 lg:h-8 text-brand-primary group-hover:scale-110 transition-transform\"><\/i>\n                            <span class=\"text-xl lg:text-2xl font-bold text-brand-primary\">MRI<\/span>\n                        <\/div>\n                        <p class=\"text-[10px] lg:text-xs text-brand-muted uppercase tracking-wider font-bold\">\u5b8c\u5168\u4e92\u63db<\/p>\n                    <\/div>\n                    <div class=\"group\">\n                        <div class=\"flex items-center justify-center lg:justify-start gap-2 mb-1\">\n                             <i data-lucide=\"fingerprint\" class=\"w-6 h-6 lg:w-8 lg:h-8 text-brand-primary group-hover:scale-110 transition-transform\"><\/i>\n                        <\/div>\n                        <p class=\"text-[10px] lg:text-xs text-brand-muted uppercase tracking-wider font-bold\">\u30ea\u30a2\u30eb\u306a\u8cea\u611f<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Hero Carousel with FLIP Logic -->\n            <div class=\"relative flex justify-center w-full perspective-container\">\n                <div class=\"relative w-full max-w-sm lg:max-w-md aspect-[4\/5] rounded-2xl shadow-floating cursor-pointer group select-none\" onclick=\"toggleFlip(this)\">\n                    <div id=\"hero-carousel\" class=\"absolute inset-0 w-full h-full\">\n                        \n                        <!-- Slide 1: Skull -->\n                        <div class=\"carousel-slide slide-active absolute inset-0 w-full h-full transition-opacity duration-1000 ease-in-out\">\n                            <div class=\"flip-inner relative w-full h-full\">\n                                <!-- Front Face (Info + Image) -->\n                                <div class=\"flip-front\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-scan-line animate-scan z-20 opacity-40 pointer-events-none\"><\/div>\n                                    <div class=\"absolute top-4 right-4 z-30 pointer-events-none\">\n                                        <span class=\"flex h-8 w-8 relative items-center justify-center\">\n                                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                                          <span class=\"relative inline-flex rounded-full h-3 w-3 bg-white shadow-glow\"><\/span>\n                                        <\/span>\n                                    <\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Craneo-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90\">\n                                    <div class=\"absolute inset-0 p-6 flex flex-col justify-between z-10 bg-gradient-to-t from-white\/90 via-transparent to-transparent\">\n                                        <div class=\"flex justify-between items-start\">\n                                            <div class=\"bg-white\/90 backdrop-blur p-2 rounded-lg shadow-sm\"><i data-lucide=\"skull\" class=\"text-brand-primary w-6 h-6\"><\/i><\/div>\n                                        <\/div>\n                                        <div class=\"bg-white\/90 backdrop-blur p-4 rounded-xl border border-white shadow-lg\">\n                                            <h3 class=\"text-brand-primary font-bold text-lg\">Whole Skull<\/h3>\n                                            <div class=\"flex gap-2 mt-2\">\n                                                <span class=\"h-1 w-8 bg-brand-techBlue rounded-full\"><\/span><span class=\"h-1 w-4 bg-gray-300 rounded-full\"><\/span><span class=\"h-1 w-2 bg-gray-300 rounded-full\"><\/span>\n                                            <\/div>\n                                            <p class=\"text-xs text-brand-muted mt-2 font-mono\">1:1\u30b9\u30b1\u30fc\u30eb\u306e\u8d85\u7cbe\u5bc6\u9aa8\u683c\u518d\u73fe\u3002<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- Back Face (Image Only) -->\n                                <div class=\"flip-back bg-white\">\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Craneo-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Slide 2: Sagittal View -->\n                        <div class=\"carousel-slide slide-hidden absolute inset-0 w-full h-full transition-opacity duration-1000 ease-in-out\">\n                            <div class=\"flip-inner relative w-full h-full\">\n                                <div class=\"flip-front\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-scan-line animate-scan z-20 opacity-40 pointer-events-none\"><\/div>\n                                    <div class=\"absolute top-4 right-4 z-30 pointer-events-none\">\n                                        <span class=\"flex h-8 w-8 relative items-center justify-center\">\n                                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                                          <span class=\"relative inline-flex rounded-full h-3 w-3 bg-white shadow-glow\"><\/span>\n                                        <\/span>\n                                    <\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Corte-sagital-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90\">\n                                    <div class=\"absolute inset-0 p-6 flex flex-col justify-between z-10 bg-gradient-to-t from-white\/90 via-transparent to-transparent\">\n                                        <div class=\"flex justify-between items-start\">\n                                            <div class=\"bg-white\/90 backdrop-blur p-2 rounded-lg shadow-sm\"><i data-lucide=\"layers\" class=\"text-brand-primary w-6 h-6\"><\/i><\/div>\n                                        <\/div>\n                                        <div class=\"bg-white\/90 backdrop-blur p-4 rounded-xl border border-white shadow-lg\">\n                                            <h3 class=\"text-brand-primary font-bold text-lg\">Sagittal View<\/h3>\n                                            <div class=\"flex gap-2 mt-2\">\n                                                <span class=\"h-1 w-6 bg-brand-techBlue rounded-full\"><\/span><span class=\"h-1 w-6 bg-brand-techBlue rounded-full\"><\/span><span class=\"h-1 w-2 bg-gray-300 rounded-full\"><\/span>\n                                            <\/div>\n                                            <p class=\"text-xs text-brand-muted mt-2 font-mono\">\u5185\u90e8\u69cb\u9020\u306e\u76f4\u611f\u7684\u306a\u53ef\u8996\u5316\u3002<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flip-back bg-white\">\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Corte-sagital-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Slide 3: Brain -->\n                        <div class=\"carousel-slide slide-hidden absolute inset-0 w-full h-full transition-opacity duration-1000 ease-in-out\">\n                            <div class=\"flip-inner relative w-full h-full\">\n                                <div class=\"flip-front\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-scan-line animate-scan z-20 opacity-40 pointer-events-none\"><\/div>\n                                    <div class=\"absolute top-4 right-4 z-30 pointer-events-none\">\n                                        <span class=\"flex h-8 w-8 relative items-center justify-center\">\n                                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                                          <span class=\"relative inline-flex rounded-full h-3 w-3 bg-white shadow-glow\"><\/span>\n                                        <\/span>\n                                    <\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Cerebro-con-arterias-y-nervioss-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90\">\n                                    <div class=\"absolute inset-0 p-6 flex flex-col justify-between z-10 bg-gradient-to-t from-white\/90 via-transparent to-transparent\">\n                                        <div class=\"flex justify-between items-start\">\n                                            <div class=\"bg-white\/90 backdrop-blur p-2 rounded-lg shadow-sm\"><i data-lucide=\"brain-circuit\" class=\"text-brand-primary w-6 h-6\"><\/i><\/div>\n                                        <\/div>\n                                        <div class=\"bg-white\/90 backdrop-blur p-4 rounded-xl border border-white shadow-lg\">\n                                            <h3 class=\"text-brand-primary font-bold text-lg\">Brain, Arteries &#038; Nerves<\/h3>\n                                            <div class=\"flex gap-2 mt-2\">\n                                                <span class=\"h-1 w-10 bg-brand-techBlue rounded-full\"><\/span><span class=\"h-1 w-2 bg-gray-300 rounded-full\"><\/span>\n                                            <\/div>\n                                            <p class=\"text-xs text-brand-muted mt-2 font-mono\">\u8133\u8840\u7ba1\u3068\u795e\u7d4c\u306e\u7cbe\u5bc6\u306a\u89e3\u5256\u5b66\u3002<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flip-back bg-white\">\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Cerebro-con-arterias-y-nervioss-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Slide 4: Vascular Architecture -->\n                        <div class=\"carousel-slide slide-hidden absolute inset-0 w-full h-full transition-opacity duration-1000 ease-in-out\">\n                             <div class=\"flip-inner relative w-full h-full\">\n                                <div class=\"flip-front\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-scan-line animate-scan z-20 opacity-40 pointer-events-none\"><\/div>\n                                    <div class=\"absolute top-4 right-4 z-30 pointer-events-none\">\n                                        <span class=\"flex h-8 w-8 relative items-center justify-center\">\n                                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                                          <span class=\"relative inline-flex rounded-full h-3 w-3 bg-white shadow-glow\"><\/span>\n                                        <\/span>\n                                    <\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Arquitectura-Vascular-Cerebral-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90\">\n                                    <div class=\"absolute inset-0 p-6 flex flex-col justify-between z-10 bg-gradient-to-t from-white\/90 via-transparent to-transparent\">\n                                        <div class=\"flex justify-between items-start\">\n                                            <div class=\"bg-white\/90 backdrop-blur p-2 rounded-lg shadow-sm\"><i data-lucide=\"activity\" class=\"text-brand-primary w-6 h-6\"><\/i><\/div>\n                                        <\/div>\n                                        <div class=\"bg-white\/90 backdrop-blur p-4 rounded-xl border border-white shadow-lg\">\n                                            <h3 class=\"text-brand-primary font-bold text-lg\">Vascular Architecture<\/h3>\n                                            <div class=\"flex gap-2 mt-2\">\n                                                <span class=\"h-1 w-4 bg-brand-techBlue rounded-full\"><\/span><span class=\"h-1 w-8 bg-brand-techBlue rounded-full\"><\/span>\n                                            <\/div>\n                                            <p class=\"text-xs text-brand-muted mt-2 font-mono\">\u9ad8\u5ea6\u306a\u8a13\u7df4\u306e\u305f\u3081\u306e\u8907\u96d1\u306a\u8840\u7ba1\u69cb\u9020\u3002<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flip-back bg-white\">\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Arquitectura-Vascular-Cerebral-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                         <!-- Slide 5: Approach -->\n                         <div class=\"carousel-slide slide-hidden absolute inset-0 w-full h-full transition-opacity duration-1000 ease-in-out\">\n                             <div class=\"flip-inner relative w-full h-full\">\n                                <div class=\"flip-front\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-scan-line animate-scan z-20 opacity-40 pointer-events-none\"><\/div>\n                                    <div class=\"absolute top-4 right-4 z-30 pointer-events-none\">\n                                        <span class=\"flex h-8 w-8 relative items-center justify-center\">\n                                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                                          <span class=\"relative inline-flex rounded-full h-3 w-3 bg-white shadow-glow\"><\/span>\n                                        <\/span>\n                                    <\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Aboradje-para-aneurismas-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90\">\n                                    <div class=\"absolute inset-0 p-6 flex flex-col justify-between z-10 bg-gradient-to-t from-white\/90 via-transparent to-transparent\">\n                                        <div class=\"flex justify-between items-start\">\n                                            <div class=\"bg-white\/90 backdrop-blur p-2 rounded-lg shadow-sm\"><i data-lucide=\"scalpel\" class=\"text-brand-techBlue w-6 h-6\"><\/i><\/div>\n                                        <\/div>\n                                        <div class=\"bg-white\/90 backdrop-blur p-4 rounded-xl border border-white shadow-lg\">\n                                            <h3 class=\"text-brand-primary font-bold text-lg\">Aneurysm Approach<\/h3>\n                                            <div class=\"flex gap-2 mt-2\">\n                                                <span class=\"h-1 w-full bg-brand-techBlue rounded-full\"><\/span>\n                                            <\/div>\n                                            <p class=\"text-xs text-brand-muted mt-2 font-mono\">\u30af\u30ea\u30c3\u30d4\u30f3\u30b0\u304a\u3088\u3073\u5371\u6a5f\u7ba1\u7406\u306e\u5b9f\u8df5\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3002<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flip-back bg-white\">\n                                    <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Aboradje-para-aneurismas-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover\">\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                    <div class=\"absolute bottom-0 left-0 h-1 bg-brand-techBlue z-20 animate-loading-bar\" style=\"width: 0%; transition: width 5s linear;\"><\/div>\n                <\/div>\n                <div class=\"absolute -right-4 -bottom-4 w-full h-full max-w-sm lg:max-w-md border border-brand-primary\/10 rounded-2xl -z-10 bg-brand-surface\"><\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Intro Section -->\n    <section class=\"py-16 lg:py-24 bg-brand-surface relative border-y border-gray-100\" id=\"beneficios\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8\">\n            <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                <div class=\"relative order-2 lg:order-1 group\">\n                    <div class=\"absolute -inset-1 bg-gradient-to-r from-brand-techBlue to-brand-primary rounded-2xl blur opacity-20 group-hover:opacity-40 transition duration-1000\"><\/div>\n                    <div class=\"relative rounded-2xl overflow-hidden bg-white border border-gray-200 aspect-video flex items-center justify-center shadow-lg\">\n                         <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/20250321_104314-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover hover:scale-105 transition-transform duration-700\">\n                         <div class=\"absolute bottom-4 left-4 bg-brand-primary\/90 backdrop-blur px-4 py-2 rounded-lg border border-white\/10 shadow-lg\">\n                            <p class=\"text-xs font-bold text-white flex items-center gap-2\">\n                                <i data-lucide=\"microscope\" class=\"w-4 h-4 text-brand-techBlue\"><\/i>\n                                Real Instrumentation\n                            <\/p>\n                         <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"order-1 lg:order-2 space-y-6 text-center lg:text-left\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold text-brand-primary\">\n                        \u30ea\u30a2\u30eb\u306a\u533b\u7642\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3001 <br> <span class=\"text-brand-techBlue\">\u305d\u306e\u57fa\u6e96\u3092\u5909\u3048\u308b<\/span>\n                    <\/h2>\n                    <div class=\"h-1 w-20 bg-brand-primary rounded-full mx-auto lg:mx-0\"><\/div>\n                    <p class=\"text-lg text-brand-text leading-relaxed\">\n                        <span class=\"font-bold text-brand-primary\">Praxis Neurological<\/span>\u306f\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u5e38\u8b58\u3092\u8986\u3057\u307e\u3059\u3002\u4e0d\u8981\u306a\u751f\u7269\u5b66\u7684\u5909\u6570\u3092\u6392\u9664\u3057\u3001\u6700\u3082\u6a19\u6e96\u5316\u3055\u308c\u305f\u6280\u8853\u7684\u306b\u5b8c\u74a7\u306a\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u74b0\u5883\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\n                    <\/p>\n                    <ul class=\"space-y-4 font-light text-brand-text inline-block text-left\">\n                        <li class=\"flex items-center gap-3\">\n                            <div class=\"w-8 h-8 rounded-full bg-brand-primary\/10 flex items-center justify-center text-brand-primary shadow-sm flex-shrink-0\"><i data-lucide=\"check\" class=\"w-5 h-5\"><\/i><\/div>\n                            \u30c9\u30ea\u30eb\u3001\u30af\u30e9\u30f3\u30d7\u306a\u3069\u5b9f\u969b\u306e\u624b\u8853\u5668\u5177\u306b\u5bfe\u5fdc\n                        <\/li>\n                        <li class=\"flex items-center gap-3\">\n                            <div class=\"w-8 h-8 rounded-full bg-brand-primary\/10 flex items-center justify-center text-brand-primary shadow-sm flex-shrink-0\"><i data-lucide=\"check\" class=\"w-5 h-5\"><\/i><\/div>\n                            \u30c9\u30ea\u30ea\u30f3\u30b0\u3084\u5207\u524a\u6642\u306e\u30ea\u30a2\u30eb\u306a\u30cf\u30d7\u30c6\u30a3\u30c3\u30af\uff08\u89e6\u899a\uff09\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Comparison Table -->\n    <section class=\"py-16 lg:py-24 bg-white relative\" id=\"comparativa\">\n        <div class=\"absolute inset-0 bg-tech-grid opacity-30 pointer-events-none\"><\/div>\n        <div class=\"max-w-5xl mx-auto px-6 lg:px-8 relative z-10\">\n            <div class=\"text-center mb-12 max-w-3xl mx-auto\">\n                <span class=\"text-brand-techBlue font-bold tracking-widest uppercase text-xs\">Technical Benchmark<\/span>\n                <h2 class=\"text-3xl lg:text-4xl font-bold text-brand-primary mt-3\">\u65e2\u5b58\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u624b\u6cd5\u3068\u306e\u6bd4\u8f03<\/h2>\n            <\/div>\n            \n            <!-- Mobile Scroll Hint -->\n            <div class=\"md:hidden text-center mb-4\">\n                <div class=\"inline-flex items-center gap-2 px-4 py-2 bg-blue-50 text-brand-techBlue rounded-full text-xs font-bold uppercase tracking-wide animate-pulse\">\n                    <i data-lucide=\"arrow-left\" class=\"w-3 h-3\"><\/i>\n                    \u30b9\u30ef\u30a4\u30d7\u3057\u3066\u8a73\u7d30\u3092\u898b\u308b\n                    <i data-lucide=\"arrow-right\" class=\"w-3 h-3\"><\/i>\n                <\/div>\n            <\/div>\n\n            <div class=\"overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-floating\">\n                <div class=\"overflow-x-auto\">\n                    <table class=\"w-full text-left border-collapse min-w-[600px]\">\n                        <thead>\n                            <tr class=\"bg-gray-50 text-brand-muted border-b border-gray-200\">\n                                <th class=\"p-6 text-sm font-semibold uppercase tracking-wider w-1\/3\">\u6bd4\u8f03\u9805\u76ee<\/th>\n                                <th class=\"p-6 text-sm font-bold uppercase tracking-wider text-center text-brand-primary w-1\/4 relative bg-blue-50\/50\">\n                                    <div class=\"absolute top-0 left-0 w-full h-1 bg-brand-primary\"><\/div>\n                                    Praxis Tech\n                                <\/th>\n                                <th class=\"p-6 text-sm font-semibold uppercase tracking-wider text-center w-1\/5 opacity-60\">Cadaver (\u732e\u4f53)<\/th>\n                                <th class=\"p-6 text-sm font-semibold uppercase tracking-wider text-center w-1\/5 opacity-60\">\u4ed6\u793e\u5408\u6210\u30e2\u30c7\u30eb<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody class=\"divide-y divide-gray-100 text-brand-text\">\n                            <!-- 1. WHOLE ANATOMY -->\n                            <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-bold text-brand-primary\">\n                                    \u5b8c\u5168\u306a\u89e3\u5256\u5b66\u7684\u69cb\u9020\n                                <\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                            <\/tr>\n\n                            <!-- 2. END-TO-END SURGERY -->\n                            <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary border-l-4 border-brand-techBlue\">\n                                    \u624b\u8853\u306e\u5168\u5de5\u7a0b\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\n                                    <p class=\"text-xs font-normal text-brand-muted mt-1\">\u5207\u958b\u304b\u3089\u7e2b\u5408\u307e\u3067 (End-to-End)<\/p>\n                                <\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                            <\/tr>\n                            \n                            <!-- 3. DURABLE REUSABILITY -->\n                            <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary\">\u53cd\u5fa9\u4f7f\u7528\u53ef\u80fd\u306a\u8010\u4e45\u6027<\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                            <\/tr>\n\n                            <!-- 4. CT \/ NEURONAVIGATION -->\n                            <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary\">CT \/ \u30cb\u30e5\u30fc\u30ed\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u9023\u52d5<\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                            <\/tr>\n\n                            <!-- 5. CUSTOMIZABLE PATHOLOGIES -->\n                            <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary\">\u75c7\u4f8b\u5225\u30ab\u30b9\u30bf\u30de\u30a4\u30ba<\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                            <\/tr>\n\n                            <!-- 6. IMMEDIATE AVAILABILITY -->\n                             <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary\">\u5373\u6642\u5165\u624b\u53ef\u80fd<\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                            <\/tr>\n\n                            <!-- 7. SIMPLIFIED LOGISTICS -->\n                             <tr class=\"hover:bg-blue-50\/30 transition-colors group\">\n                                <td class=\"p-5 font-medium text-brand-primary\">\u4fdd\u7ba1\u30fb\u502b\u7406\u7684\u554f\u984c\u306a\u3057<\/td>\n                                <td class=\"p-5 text-center bg-blue-50\/30\"><i data-lucide=\"check-circle-2\" class=\"inline w-6 h-6 text-brand-primary fill-blue-100\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"x\" class=\"inline w-5 h-5 text-red-300\"><\/i><\/td>\n                                <td class=\"p-5 text-center\"><i data-lucide=\"check\" class=\"inline w-5 h-5 text-gray-400\"><\/i><\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Detail Cards -->\n    <section class=\"py-16 lg:py-24 bg-brand-surface relative overflow-hidden\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\n            <div class=\"mb-12 flex flex-col lg:flex-row lg:items-end justify-between\">\n                <div>\n                    <h2 class=\"text-3xl font-bold text-brand-primary\">\u8a73\u7d30\u30b9\u30da\u30c3\u30af <span class=\"text-brand-techBlue\">(Specifications)<\/span><\/h2>\n                    <p class=\"mt-2 text-brand-muted\">Praxis Neurological\u30e2\u30c7\u30eb\u306e\u6a5f\u80fd\u8a73\u7d30<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Grid Updated for 7 Cards -->\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 auto-rows-auto\">\n                \n                <!-- 1. Whole Anatomy -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"brain\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">Whole Anatomy<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u9aa8\u3001\u8133\u6e9d\u3001\u8840\u7ba1\u3001\u795e\u7d4c\u307e\u3067\u3002\u5358\u306a\u308b\u6a21\u578b\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u982d\u84cb\u9aa8\u3068\u810a\u690e\u306e\u3059\u3079\u3066\u306e\u89e3\u5256\u5b66\u7684\u69cb\u9020\u3092\u5b8c\u5168\u306b\u518d\u73fe\u3057\u3001\u5b9f\u969b\u306e\u7a7a\u9593\u7684\u4f4d\u7f6e\u95a2\u4fc2\u3092\u6b63\u78ba\u306b\u628a\u63e1\u3067\u304d\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 2. End-to-End Surgery -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"scissors\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">End-to-End Surgery<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u76ae\u819a\u5207\u958b\u3001\u30a2\u30d7\u30ed\u30fc\u30c1\uff08Approach\uff09\u3001\u30c9\u30ea\u30ea\u30f3\u30b0\u3001\u305d\u3057\u3066\u6700\u7d42\u7e2b\u5408\u307e\u3067\u3002\u3059\u3079\u3066\u306e\u624b\u8853\u5de5\u7a0b\u3092\u9014\u5207\u308c\u308b\u3053\u3068\u306a\u304f\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u53ef\u80fd\u3067\u3059\u3002\u5b9f\u969b\u306e\u624b\u8853\u5ba4\u3068\u540c\u3058\u7dca\u5f35\u611f\u3067\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u884c\u3048\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 3. Durable Reusability -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"refresh-ccw\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">Durable Reusability<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u7279\u6b8a\u7d20\u6750\u3068\u88fd\u9020\u30d7\u30ed\u30bb\u30b9\u306b\u3088\u308a\u3001\u7e70\u308a\u8fd4\u3057\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3067\u3082\u5bb9\u6613\u306b\u52a3\u5316\u3057\u307e\u305b\u3093\u3002\u30b3\u30b9\u30c8\u52b9\u7387\u306e\u9ad8\u3044\u7d99\u7d9a\u7684\u306a\u6559\u80b2\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u6700\u9069\u306a\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 4. CT Compatibility -->\n                 <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"scan-line\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">CT Compatibility<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u5b9f\u969b\u306eCT\u88c5\u7f6e\u3067\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u3068\u3001\u60a3\u8005\u3068\u540c\u3058\u753b\u50cf\u304c\u5f97\u3089\u308c\u307e\u3059\u3002\u8853\u524d\u8a08\u753b\uff08Pre-surgical planning\uff09\u3084\u753b\u50cf\u30d9\u30fc\u30b9\u306e\u6559\u80b2\u306b\u6700\u9069\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 5. Customizable Pathologies -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"file-plus-2\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">Customizable Pathologies<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u816b\u760d\u3084\u52d5\u8108\u7624\u306a\u3069\u3001\u7279\u5b9a\u306e\u75be\u60a3\u30b1\u30fc\u30b9\u3092\u30e2\u30c7\u30eb\u306b\u5fe0\u5b9f\u306b\u518d\u73fe\u53ef\u80fd\u3067\u3059\u3002\u9ad8\u96e3\u5ea6\u624b\u8853\u306e\u30ea\u30cf\u30fc\u30b5\u30eb\u304c\u5fc5\u8981\u306a\u969b\u3001\u6700\u3082\u4fe1\u983c\u3067\u304d\u308b\u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u306a\u308a\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 6. Immediate Availability -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"zap\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">Immediate Availability<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u732e\u4f53\u624b\u914d\u306e\u6cd5\u7684\u30fb\u502b\u7406\u7684\u30fb\u7269\u6d41\u7684\u306a\u5236\u7d04\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059\u3002\u5fc5\u8981\u306a\u6642\u671f\u306b\u5373\u5ea7\u306b\u30e2\u30c7\u30eb\u3092\u5165\u624b\u3057\u3001\u6559\u80b2\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u9045\u6ede\u306a\u304f\u9032\u884c\u3067\u304d\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- 7. Simplified Logistics -->\n                <div class=\"glass-card p-8 rounded-xl relative group bg-white h-full flex flex-col xl:col-span-2\">\n                    <div class=\"w-12 h-12 bg-blue-50 rounded-lg flex items-center justify-center text-brand-primary mb-6 group-hover:bg-brand-primary group-hover:text-white transition-all duration-300 shadow-sm\">\n                        <i data-lucide=\"shield-check\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"font-bold text-lg text-brand-primary mb-3\">Simplified Logistics<\/h3>\n                    <p class=\"text-brand-text text-sm leading-relaxed flex-grow\">\n                        \u30d0\u30a4\u30aa\u30cf\u30b6\u30fc\u30c9\u306e\u30ea\u30b9\u30af\u304c\u4e00\u5207\u306a\u304f\u3001\u7279\u5225\u306a\u4fdd\u7ba1\u65bd\u8a2d\u306f\u4e0d\u8981\u3067\u3059\u3002\u75c5\u9662\u3001\u5927\u5b66\u3001\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u30bb\u30f3\u30bf\u30fc\u306a\u3069\u3001\u3069\u3053\u3078\u3067\u3082\u7c21\u5358\u306b\u8f38\u9001\u30fb\u4fdd\u7ba1\u304c\u53ef\u80fd\u3067\u3059\u3002\n                    <\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Imaging Section -->\n    <section class=\"py-16 lg:py-24 bg-white relative overflow-hidden\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\n            <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                <div class=\"space-y-6 text-center lg:text-left\">\n                    <div class=\"inline-flex items-center gap-2 text-brand-techBlue text-xs font-bold tracking-widest uppercase\">\n                        <i data-lucide=\"layers\" class=\"w-4 h-4\"><\/i>\n                        Digital Integration\n                    <\/div>\n                    <h2 class=\"text-3xl lg:text-4xl font-bold text-brand-primary\">\n                        CT\u3068\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3001<span class=\"text-transparent bg-clip-text bg-gradient-to-r from-brand-primary to-brand-techBlue\">\u5b8c\u74a7\u306b\u9023\u52d5<\/span>\n                    <\/h2>\n                    <p class=\"text-lg text-brand-text leading-relaxed\">\n                        \u3059\u3079\u3066\u306e\u30e2\u30c7\u30eb\u306f\u653e\u5c04\u7dda\u4e0d\u900f\u904e\u6027\uff08Radiopaque\uff09\u7d20\u6750\u3067\u4f5c\u3089\u308c\u3066\u304a\u308a\u3001CT\u3084MRI\u64ae\u5f71\u304c\u53ef\u80fd\u3002\u5b9f\u969b\u306e\u60a3\u8005\u3068\u540c\u3058\u753b\u50cf\u304c\u5f97\u3089\u308c\u307e\u3059\u3002\u3055\u3089\u306b\u3001DICOM\u30d5\u30a1\u30a4\u30eb\u3092\u63d0\u4f9b\u3057\u3001\u30cb\u30e5\u30fc\u30ed\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30b7\u30b9\u30c6\u30e0\u306b\u5373\u5ea7\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u7d4c\u8def\u8a08\u753b\uff08Trajectory planning\uff09\u3084\u7cbe\u5bc6\u624b\u8853\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3092\u884c\u3048\u307e\u3059\u3002\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-4 pt-4 justify-center lg:justify-start\">\n                        <div class=\"px-4 py-2 bg-gray-50 border border-gray-200 rounded text-sm text-brand-muted font-mono shadow-sm\">.DICOM<\/div>\n                        <div class=\"px-4 py-2 bg-gray-50 border border-gray-200 rounded text-sm text-brand-muted font-mono shadow-sm\">.STL<\/div>\n                        <div class=\"px-4 py-2 bg-gray-50 border border-gray-200 rounded text-sm text-brand-muted font-mono shadow-sm\">.OBJ<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"relative px-4 lg:px-0\">\n                    <div class=\"relative rounded-xl overflow-hidden shadow-floating border border-gray-100 aspect-square bg-black group\">\n                         <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/doctor-looking-ct-scan-scaled.webp\" class=\"absolute inset-0 w-full h-full object-cover opacity-90 mix-blend-normal\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Workshops Section -->\n    <section class=\"py-16 lg:py-24 bg-brand-surface\" id=\"talleres\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8\">\n            <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                <div class=\"relative order-2 lg:order-1\">\n                    <div class=\"grid grid-cols-2 gap-3\">\n                        <div class=\"space-y-3 mt-8\">\n                            <div class=\"rounded-lg overflow-hidden border border-gray-200 h-32 lg:h-40 relative group shadow-sm\">\n                                <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/20250321_104144-scaled.webp\" class=\"w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500\">\n                            <\/div>\n                            <div class=\"rounded-lg overflow-hidden border border-gray-200 h-40 lg:h-56 relative group shadow-sm\">\n                                <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/20250321_110610-scaled.webp\" class=\"w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"space-y-3\">\n                            <div class=\"rounded-lg overflow-hidden border border-gray-200 h-40 lg:h-56 relative group shadow-sm\">\n                                <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/20250322_132538-scaled.webp\" class=\"w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500\">\n                            <\/div>\n                            <div class=\"rounded-lg overflow-hidden border border-gray-200 h-32 lg:h-40 relative group shadow-sm\">\n                                <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/20250322_124615-scaled.webp\" class=\"w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500\">\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"order-1 lg:order-2 text-center lg:text-left\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold text-brand-primary mb-6\">\n                        \u5358\u306a\u308b\u7d0d\u54c1\u3067\u306f\u3042\u308a\u307e\u305b\u3093 <br><span class=\"text-brand-techBlue\">\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u307e\u3067\u30b5\u30dd\u30fc\u30c8<\/span>\n                    <\/h2>\n                    <p class=\"text-lg text-brand-text mb-6 leading-relaxed\">\n                        \u75c5\u9662\u3084\u5927\u5b66\u306e\u305f\u3081\u306e\u30aa\u30fc\u30eb\u30a4\u30f3\u30ef\u30f3\uff08Turnkey\uff09\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\n                    <\/p>\n                    <ul class=\"space-y-3 mb-8 inline-block text-left\">\n                        <li class=\"flex items-center gap-2 text-brand-muted\">\n                            <span class=\"w-1.5 h-1.5 bg-brand-primary rounded-full\"><\/span>\n                            Skull base approaches (\u982d\u84cb\u5e95\u30a2\u30d7\u30ed\u30fc\u30c1)\n                        <\/li>\n                        <li class=\"flex items-center gap-2 text-brand-muted\">\n                            <span class=\"w-1.5 h-1.5 bg-brand-primary rounded-full\"><\/span>\n                            Complex spine instrumentation (\u9ad8\u96e3\u5ea6\u810a\u690e\u624b\u8853)\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Experience Video Gallery -->\n    <section class=\"py-24 bg-brand-primary relative overflow-hidden text-white\" id=\"experiencia\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10 text-center\">\n            <div class=\"mb-16\">\n                <span class=\"text-brand-techBlue font-bold tracking-[0.2em] uppercase text-sm\">Real Practice<\/span>\n                <!-- TITLE WITH TECH GRADIENT -->\n                <h2 class=\"text-4xl lg:text-6xl font-bold mt-4 tracking-tight\"><span class=\"text-transparent bg-clip-text bg-gradient-to-r from-cyan-400 via-blue-500 to-indigo-500\">Praxis Neurological<\/span>\u3092\u4f53\u9a13\u3057\u3066\u304f\u3060\u3055\u3044<\/h2>\n                <p class=\"text-blue-100\/70 mt-6 text-lg max-w-2xl mx-auto\">\u4e16\u754c\u306e\u533b\u7642\u5f93\u4e8b\u8005\u304c\u8a8d\u3081\u305f\u3001Praxis\u3060\u3051\u306e\u5727\u5012\u7684\u306a\u6ca1\u5165\u611f\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n            <\/div>\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-8 lg:gap-12\">\n                <div class=\"video-container group\" onclick=\"openVideoModal('https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Praxis-Neurological-experience-2.mp4')\">\n                    <div class=\"absolute inset-0 flex items-center justify-center z-20 pointer-events-none\">\n                        <span class=\"flex h-16 w-16 relative items-center justify-center\">\n                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                          <span class=\"relative inline-flex rounded-full h-10 w-10 bg-white shadow-glow items-center justify-center\">\n                                <i data-lucide=\"play\" class=\"w-5 h-5 text-brand-primary ml-0.5\"><\/i>\n                          <\/span>\n                        <\/span>\n                    <\/div>\n                    <video class=\"w-full h-full object-cover aspect-video\" autoplay muted loop playsinline>\n                        <source src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Praxis-Neurological-experience-2.mp4\" type=\"video\/mp4\">\n                    <\/video>\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-brand-primary\/80 via-transparent to-transparent opacity-70\"><\/div>\n                    <div class=\"absolute bottom-6 left-6 text-left\">\n                        <div class=\"px-3 py-1 bg-brand-techBlue text-white text-[10px] font-bold uppercase tracking-wider rounded-sm mb-2 w-fit\">Workshop<\/div>\n                        <!-- FORCED WHITE TEXT -->\n                        <h4 class=\"font-bold text-xl text-white\">\u30de\u30a4\u30af\u30ed\u30b5\u30fc\u30b8\u30a7\u30ea\u30fc (Microsurgery)<\/h4>\n                    <\/div>\n                <\/div>\n                <div class=\"video-container group\" onclick=\"openVideoModal('https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Praxis-Neurological-experience.mp4')\">\n                    <div class=\"absolute inset-0 flex items-center justify-center z-20 pointer-events-none\">\n                        <span class=\"flex h-16 w-16 relative items-center justify-center\">\n                          <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-40\"><\/span>\n                          <span class=\"relative inline-flex rounded-full h-10 w-10 bg-white shadow-glow items-center justify-center\">\n                                <i data-lucide=\"play\" class=\"w-5 h-5 text-brand-primary ml-0.5\"><\/i>\n                          <\/span>\n                        <\/span>\n                    <\/div>\n                    <video class=\"w-full h-full object-cover aspect-video\" autoplay muted loop playsinline>\n                        <source src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2026\/01\/Praxis-Neurological-experience.mp4\" type=\"video\/mp4\">\n                    <\/video>\n                    <div class=\"absolute inset-0 bg-gradient-to-t from-brand-primary\/80 via-transparent to-transparent opacity-70\"><\/div>\n                    <div class=\"absolute bottom-6 left-6 text-left\">\n                        <div class=\"px-3 py-1 bg-brand-techBlue text-white text-[10px] font-bold uppercase tracking-wider rounded-sm mb-2 w-fit\">Precision<\/div>\n                         <!-- FORCED WHITE TEXT -->\n                         <h4 class=\"font-bold text-xl text-white\">\u8aa4\u5dee\u306e\u306a\u3044\u7cbe\u5bc6\u3055<\/h4>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WFSE26 Banner Section -->\n    <section class=\"py-24 bg-brand-surface relative overflow-hidden\" id=\"wfse26\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\n            <div class=\"flex flex-col lg:flex-row items-center gap-12 lg:gap-20\">\n                <div class=\"w-full lg:w-1\/3 flex justify-center\">\n                    <div class=\"relative group\">\n                        <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2025\/12\/WFSE26-LOGO-TRANS.jpg.webp\" \n                             alt=\"WFSE26 Logo\" \n                             class=\"relative w-64 lg:w-80 h-auto object-contain transition-transform duration-500 hover:scale-105\">\n                    <\/div>\n                <\/div>\n                <div class=\"w-full lg:w-2\/3 text-center lg:text-left space-y-6\">\n                    <div class=\"inline-flex items-center gap-2 px-3 py-1 rounded-full bg-brand-primary text-white text-[10px] font-bold uppercase tracking-widest\">\n                        Global Event 2026\n                    <\/div>\n                    <h2 class=\"text-3xl lg:text-5xl font-extrabold text-brand-primary leading-tight\">\n                        World Congress of Endoscopic <br class=\"hidden lg:block\"> Spine Surgery &#038; MISS\n                    <\/h2>\n                    <h3 class=\"text-2xl lg:text-3xl font-semibold text-brand-techBlue\">\n                        \u4e16\u754c\u5185\u8996\u93e1\u810a\u690e\u5916\u79d1\u5b66\u4f1a (WFSE26)\n                    <\/h3>\n                    <div class=\"flex flex-col sm:flex-row items-center justify-center lg:justify-start gap-4 lg:gap-8 text-brand-muted font-medium py-2\">\n                        <div class=\"flex items-center gap-2\">\n                            <i data-lucide=\"calendar\" class=\"w-5 h-5 text-brand-techBlue\"><\/i>\n                            <span>2026\u5e744\u670815\u65e5 \u2013 18\u65e5<\/span>\n                        <\/div>\n                        <div class=\"flex items-center gap-2\">\n                            <i data-lucide=\"map-pin\" class=\"w-5 h-5 text-brand-techBlue\"><\/i>\n                            <span>\u30e1\u30ad\u30b7\u30b3\u30fb\u30c8\u30a5\u30eb\u30e0 (Tulum, Mexico)<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"pt-4\">\n                        <a href=\"https:\/\/praxisneurological.com\/ja\/wfse26\/\" target=\"_blank\" class=\"btn-tech px-10 py-5 bg-brand-primary text-white rounded-full font-bold text-lg shadow-floating hover:shadow-xl transition-all transform hover:-translate-y-1 inline-flex items-center gap-3\" rel=\"noopener\">\n                            \u8a73\u7d30\u60c5\u5831\u3092\u898b\u308b\n                            <i data-lucide=\"external-link\" class=\"w-5 h-5\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"py-16 lg:py-24 bg-brand-primary relative overflow-hidden text-center\" id=\"contacto\">\n        <div class=\"absolute inset-0 bg-gradient-to-t from-black\/20 to-transparent\"><\/div>\n        <div class=\"max-w-4xl mx-auto px-6 relative z-10\">\n            <h2 class=\"text-3xl lg:text-5xl font-bold text-white mb-6\">\u76f4\u63a5\u8cfc\u5165\u304a\u3088\u3073\u30aa\u30fc\u30c0\u30fc\u30e1\u30a4\u30c9\u5236\u4f5c<\/h2>\n            <a href=\"https:\/\/wa.me\/525580338882?text=Hello%2C%20I%E2%80%99m%20reaching%20out%20from%20the%20website.%20I%20would%20like%20to%20receive%20more%20information.%20Thank%20you\" target=\"_blank\" class=\"px-10 py-5 bg-white text-brand-primary rounded-full font-bold text-lg hover:shadow-lg transition-all inline-flex items-center gap-3\" rel=\"noopener\">\n                <i data-lucide=\"message-circle\"><\/i> \u76f8\u8ac7\u3092\u59cb\u3081\u308b\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-slate-900 border-t border-slate-800 py-12 text-sm text-slate-400\">\n        <div class=\"max-w-7xl mx-auto px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center gap-6 text-center\">\n            <img decoding=\"async\" src=\"https:\/\/praxisneurological.com\/wp-content\/uploads\/2024\/08\/PRAXIS-NEUROLOGICAL-logo-blanco-2048x1012.png\" alt=\"Logo\" class=\"footer-logo opacity-80\">\n            <p>&copy; 2026 Praxis Neurological.<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Video Modal -->\n    <div id=\"video-modal\" class=\"fixed inset-0 z-[100] bg-black\/95 flex items-center justify-center p-4 lg:p-12\">\n        <button onclick=\"closeVideoModal()\" class=\"absolute top-6 right-6 text-white hover:text-brand-techBlue transition-colors\">\n            <i data-lucide=\"x\" class=\"w-10 h-10\"><\/i>\n        <\/button>\n        <div class=\"w-full max-w-6xl aspect-video rounded-xl overflow-hidden shadow-2xl bg-black border border-white\/10\">\n            <video id=\"modal-video-player\" class=\"w-full h-full\" controls>\n                <source id=\"modal-video-source\" src=\"\" type=\"video\/mp4\">\n            <\/video>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n    <!-- Scripts -->\n    <script>\n        function initLucide() {\n            if (typeof lucide !== 'undefined' && lucide.createIcons) {\n                lucide.createIcons();\n            }\n        }\n\n        initLucide();\n        document.addEventListener('DOMContentLoaded', initLucide);\n        window.addEventListener('load', initLucide);\n        setTimeout(initLucide, 500);\n        setTimeout(initLucide, 1500);\n\n        const navbar = document.getElementById('navbar');\n        if (navbar) {\n            window.addEventListener('scroll', () => {\n                if (window.scrollY > 20) {\n                    navbar.classList.add('shadow-card');\n                    navbar.style.background = 'rgba(255, 255, 255, 0.95)';\n                } else {\n                    navbar.classList.remove('shadow-card');\n                    navbar.style.background = 'rgba(255, 255, 255, 0.85)';\n                }\n            });\n        }\n\n        const mobileMenuBtn = document.getElementById('mobile-menu-btn');\n        const mobileMenu = document.getElementById('mobile-menu');\n        function toggleMobileMenu() { \n            if(mobileMenu) mobileMenu.classList.toggle('hidden'); \n        }\n        if(mobileMenuBtn) mobileMenuBtn.addEventListener('click', toggleMobileMenu);\n\n        \/\/ L\u00f3gica del Carrusel con FLIP\n        const slides = document.querySelectorAll('#praxis-site-root .carousel-slide');\n        let currentSlide = 0;\n        const totalSlides = slides.length;\n        const progressBar = document.querySelector('#praxis-site-root .animate-loading-bar');\n        \n        function toggleFlip(container) {\n            \/\/ Encuentra el 'flip-inner' activo y le alterna la clase is-flipped\n            const inner = container.querySelector('.slide-active .flip-inner');\n            if(inner) inner.classList.toggle('is-flipped');\n        }\n\n        function showSlide(index) {\n            slides.forEach((slide, i) => {\n                const inner = slide.querySelector('.flip-inner');\n                \/\/ Reseteamos el flip al cambiar de slide para que siempre empiece de frente\n                if(inner) inner.classList.remove('is-flipped');\n                \n                slide.classList.toggle('slide-active', i === index);\n                slide.classList.toggle('slide-hidden', i !== index);\n            });\n            if(progressBar) {\n                progressBar.style.transition = 'none';\n                progressBar.style.width = '0%';\n                setTimeout(() => {\n                    progressBar.style.transition = 'width 5s linear';\n                    progressBar.style.width = '100%';\n                }, 50);\n            }\n        }\n\n        if(totalSlides > 0) {\n            setInterval(() => {\n                currentSlide = (currentSlide + 1) % totalSlides;\n                showSlide(currentSlide);\n            }, 5000);\n            showSlide(0);\n        }\n\n        \/\/ Modal Video\n        const modal = document.getElementById('video-modal');\n        const videoPlayer = document.getElementById('modal-video-player');\n        const videoSource = document.getElementById('modal-video-source');\n        \n        function openVideoModal(src) {\n            if(videoSource && videoPlayer && modal) {\n                videoSource.src = src;\n                videoPlayer.load();\n                modal.classList.add('active');\n                videoPlayer.play();\n            }\n        }\n        function closeVideoModal() {\n            if(modal && videoPlayer) {\n                modal.classList.remove('active');\n                videoPlayer.pause();\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Praxis Neurological | \u8d85\u30ea\u30a2\u30eb\u624b\u8853\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3 \u7279\u5fb4 \u6bd4\u8f03 \u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7 WFSE26 \u304a\u554f\u3044\u5408\u308f\u305b \u7279\u5fb4 \u6bd4\u8f03 \u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7 WFSE26 \u304a\u554f\u3044\u5408\u308f\u305b Medical Innovation \u9650\u754c\u3092\u8d85\u3048\u308b \u6ca1\u5165\u611f \u30d0\u30a4\u30aa\u30ed\u30b8\u30fc\u3068\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306e\u878d\u5408\u3002\u8133\u795e\u7d4c\u5916\u79d1\u533b\u306e\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u305f\u3001\u30cf\u30a4\u30a8\u30f3\u30c9\u306a\u89e3\u5256\u5b66\u7684 \u982d\u84cb\u9aa8\u304a\u3088\u3073\u810a\u690e\u30e2\u30c7\u30eb\u3002 \u30c7\u30e2\u3092\u7533\u3057\u8fbc\u3080 \u30ab\u30bf\u30ed\u30b0\u3092\u898b\u308b \u5b8c\u5168\u306a\u8133\u69cb\u9020 MRI \u5b8c\u5168\u4e92\u63db \u30ea\u30a2\u30eb\u306a\u8cea\u611f Whole Skull 1:1\u30b9\u30b1\u30fc\u30eb\u306e\u8d85\u7cbe\u5bc6\u9aa8\u683c\u518d\u73fe\u3002 Sagittal View \u5185\u90e8\u69cb\u9020\u306e\u76f4\u611f\u7684\u306a\u53ef\u8996\u5316\u3002 Brain, Arteries &#038; Nerves \u8133\u8840\u7ba1\u3068\u795e\u7d4c\u306e\u7cbe\u5bc6\u306a\u89e3\u5256\u5b66\u3002 Vascular Architecture \u9ad8\u5ea6\u306a\u8a13\u7df4\u306e\u305f\u3081\u306e\u8907\u96d1\u306a\u8840\u7ba1\u69cb\u9020\u3002 Aneurysm Approach \u30af\u30ea\u30c3\u30d4\u30f3\u30b0\u304a\u3088\u3073\u5371\u6a5f\u7ba1\u7406\u306e\u5b9f\u8df5\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3002 Real Instrumentation \u30ea\u30a2\u30eb\u306a\u533b\u7642\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3001 \u305d\u306e\u57fa\u6e96\u3092\u5909\u3048\u308b Praxis Neurological\u306f\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u5e38\u8b58\u3092\u8986\u3057\u307e\u3059\u3002\u4e0d\u8981\u306a\u751f\u7269\u5b66\u7684\u5909\u6570\u3092\u6392\u9664\u3057\u3001\u6700\u3082\u6a19\u6e96\u5316\u3055\u308c\u305f\u6280\u8853\u7684\u306b\u5b8c\u74a7\u306a\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u74b0\u5883\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002 \u30c9\u30ea\u30eb\u3001\u30af\u30e9\u30f3\u30d7\u306a\u3069\u5b9f\u969b\u306e\u624b\u8853\u5668\u5177\u306b\u5bfe\u5fdc \u30c9\u30ea\u30ea\u30f3\u30b0\u3084\u5207\u524a\u6642\u306e\u30ea\u30a2\u30eb\u306a\u30cf\u30d7\u30c6\u30a3\u30c3\u30af\uff08\u89e6\u899a\uff09\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af Technical Benchmark \u65e2\u5b58\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u624b\u6cd5\u3068\u306e\u6bd4\u8f03 \u30b9\u30ef\u30a4\u30d7\u3057\u3066\u8a73\u7d30\u3092\u898b\u308b \u6bd4\u8f03\u9805\u76ee Praxis Tech Cadaver (\u732e\u4f53) \u4ed6\u793e\u5408\u6210\u30e2\u30c7\u30eb \u5b8c\u5168\u306a\u89e3\u5256\u5b66\u7684\u69cb\u9020 \u624b\u8853\u306e\u5168\u5de5\u7a0b\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3 \u5207\u958b\u304b\u3089\u7e2b\u5408\u307e\u3067 (End-to-End) \u53cd\u5fa9\u4f7f\u7528\u53ef\u80fd\u306a\u8010\u4e45\u6027 CT \/ \u30cb\u30e5\u30fc\u30ed\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u9023\u52d5 \u75c7\u4f8b\u5225\u30ab\u30b9\u30bf\u30de\u30a4\u30ba \u5373\u6642\u5165\u624b\u53ef\u80fd \u4fdd\u7ba1\u30fb\u502b\u7406\u7684\u554f\u984c\u306a\u3057 \u8a73\u7d30\u30b9\u30da\u30c3\u30af (Specifications) Praxis Neurological\u30e2\u30c7\u30eb\u306e\u6a5f\u80fd\u8a73\u7d30 Whole Anatomy \u9aa8\u3001\u8133\u6e9d\u3001\u8840\u7ba1\u3001\u795e\u7d4c\u307e\u3067\u3002\u5358\u306a\u308b\u6a21\u578b\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u982d\u84cb\u9aa8\u3068\u810a\u690e\u306e\u3059\u3079\u3066\u306e\u89e3\u5256\u5b66\u7684\u69cb\u9020\u3092\u5b8c\u5168\u306b\u518d\u73fe\u3057\u3001\u5b9f\u969b\u306e\u7a7a\u9593\u7684\u4f4d\u7f6e\u95a2\u4fc2\u3092\u6b63\u78ba\u306b\u628a\u63e1\u3067\u304d\u307e\u3059\u3002 End-to-End Surgery \u76ae\u819a\u5207\u958b\u3001\u30a2\u30d7\u30ed\u30fc\u30c1\uff08Approach\uff09\u3001\u30c9\u30ea\u30ea\u30f3\u30b0\u3001\u305d\u3057\u3066\u6700\u7d42\u7e2b\u5408\u307e\u3067\u3002\u3059\u3079\u3066\u306e\u624b\u8853\u5de5\u7a0b\u3092\u9014\u5207\u308c\u308b\u3053\u3068\u306a\u304f\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u53ef\u80fd\u3067\u3059\u3002\u5b9f\u969b\u306e\u624b\u8853\u5ba4\u3068\u540c\u3058\u7dca\u5f35\u611f\u3067\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u884c\u3048\u307e\u3059\u3002 Durable Reusability \u7279\u6b8a\u7d20\u6750\u3068\u88fd\u9020\u30d7\u30ed\u30bb\u30b9\u306b\u3088\u308a\u3001\u7e70\u308a\u8fd4\u3057\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3067\u3082\u5bb9\u6613\u306b\u52a3\u5316\u3057\u307e\u305b\u3093\u3002\u30b3\u30b9\u30c8\u52b9\u7387\u306e\u9ad8\u3044\u7d99\u7d9a\u7684\u306a\u6559\u80b2\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u6700\u9069\u306a\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002 CT Compatibility \u5b9f\u969b\u306eCT\u88c5\u7f6e\u3067\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u3068\u3001\u60a3\u8005\u3068\u540c\u3058\u753b\u50cf\u304c\u5f97\u3089\u308c\u307e\u3059\u3002\u8853\u524d\u8a08\u753b\uff08Pre-surgical planning\uff09\u3084\u753b\u50cf\u30d9\u30fc\u30b9\u306e\u6559\u80b2\u306b\u6700\u9069\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002 Customizable Pathologies \u816b\u760d\u3084\u52d5\u8108\u7624\u306a\u3069\u3001\u7279\u5b9a\u306e\u75be\u60a3\u30b1\u30fc\u30b9\u3092\u30e2\u30c7\u30eb\u306b\u5fe0\u5b9f\u306b\u518d\u73fe\u53ef\u80fd\u3067\u3059\u3002\u9ad8\u96e3\u5ea6\u624b\u8853\u306e\u30ea\u30cf\u30fc\u30b5\u30eb\u304c\u5fc5\u8981\u306a\u969b\u3001\u6700\u3082\u4fe1\u983c\u3067\u304d\u308b\u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u306a\u308a\u307e\u3059\u3002 Immediate Availability \u732e\u4f53\u624b\u914d\u306e\u6cd5\u7684\u30fb\u502b\u7406\u7684\u30fb\u7269\u6d41\u7684\u306a\u5236\u7d04\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059\u3002\u5fc5\u8981\u306a\u6642\u671f\u306b\u5373\u5ea7\u306b\u30e2\u30c7\u30eb\u3092\u5165\u624b\u3057\u3001\u6559\u80b2\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u9045\u6ede\u306a\u304f\u9032\u884c\u3067\u304d\u307e\u3059\u3002 Simplified Logistics \u30d0\u30a4\u30aa\u30cf\u30b6\u30fc\u30c9\u306e\u30ea\u30b9\u30af\u304c\u4e00\u5207\u306a\u304f\u3001\u7279\u5225\u306a\u4fdd\u7ba1\u65bd\u8a2d\u306f\u4e0d\u8981\u3067\u3059\u3002\u75c5\u9662\u3001\u5927\u5b66\u3001\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u30bb\u30f3\u30bf\u30fc\u306a\u3069\u3001\u3069\u3053\u3078\u3067\u3082\u7c21\u5358\u306b\u8f38\u9001\u30fb\u4fdd\u7ba1\u304c\u53ef\u80fd\u3067\u3059\u3002 Digital Integration CT\u3068\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3001\u5b8c\u74a7\u306b\u9023\u52d5 \u3059\u3079\u3066\u306e\u30e2\u30c7\u30eb\u306f\u653e\u5c04\u7dda\u4e0d\u900f\u904e\u6027\uff08Radiopaque\uff09\u7d20\u6750\u3067\u4f5c\u3089\u308c\u3066\u304a\u308a\u3001CT\u3084MRI\u64ae\u5f71\u304c\u53ef\u80fd\u3002\u5b9f\u969b\u306e\u60a3\u8005\u3068\u540c\u3058\u753b\u50cf\u304c\u5f97\u3089\u308c\u307e\u3059\u3002\u3055\u3089\u306b\u3001DICOM\u30d5\u30a1\u30a4\u30eb\u3092\u63d0\u4f9b\u3057\u3001\u30cb\u30e5\u30fc\u30ed\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30b7\u30b9\u30c6\u30e0\u306b\u5373\u5ea7\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u7d4c\u8def\u8a08\u753b\uff08Trajectory planning\uff09\u3084\u7cbe\u5bc6\u624b\u8853\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3092\u884c\u3048\u307e\u3059\u3002 .DICOM .STL .OBJ \u5358\u306a\u308b\u7d0d\u54c1\u3067\u306f\u3042\u308a\u307e\u305b\u3093 \u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u307e\u3067\u30b5\u30dd\u30fc\u30c8 \u75c5\u9662\u3084\u5927\u5b66\u306e\u305f\u3081\u306e\u30aa\u30fc\u30eb\u30a4\u30f3\u30ef\u30f3\uff08Turnkey\uff09\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002 Skull [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"praxisneurological@gmail.com","author_link":"https:\/\/praxisneurological.com\/ja\/author\/praxisneurologicalgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Praxis Neurological | \u8d85\u30ea\u30a2\u30eb\u624b\u8853\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3 \u7279\u5fb4 \u6bd4\u8f03 \u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7 WFSE26 \u304a\u554f\u3044\u5408\u308f\u305b \u7279\u5fb4 \u6bd4\u8f03 \u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7 WFSE26 \u304a\u554f\u3044\u5408\u308f\u305b Medical Innovation \u9650\u754c\u3092\u8d85\u3048\u308b \u6ca1\u5165\u611f \u30d0\u30a4\u30aa\u30ed\u30b8\u30fc\u3068\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u306e\u878d\u5408\u3002\u8133\u795e\u7d4c\u5916\u79d1\u533b\u306e\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u305f\u3001\u30cf\u30a4\u30a8\u30f3\u30c9\u306a\u89e3\u5256\u5b66\u7684 \u982d\u84cb\u9aa8\u304a\u3088\u3073\u810a\u690e\u30e2\u30c7\u30eb\u3002 \u30c7\u30e2\u3092\u7533\u3057\u8fbc\u3080 \u30ab\u30bf\u30ed\u30b0\u3092\u898b\u308b \u5b8c\u5168\u306a\u8133\u69cb\u9020 MRI \u5b8c\u5168\u4e92\u63db \u30ea\u30a2\u30eb\u306a\u8cea\u611f Whole Skull 1:1\u30b9\u30b1\u30fc\u30eb\u306e\u8d85\u7cbe\u5bc6\u9aa8\u683c\u518d\u73fe\u3002 Sagittal View \u5185\u90e8\u69cb\u9020\u306e\u76f4\u611f\u7684\u306a\u53ef\u8996\u5316\u3002 Brain, Arteries &#038; Nerves \u8133\u8840\u7ba1\u3068\u795e\u7d4c\u306e\u7cbe\u5bc6\u306a\u89e3\u5256\u5b66\u3002 Vascular Architecture \u9ad8\u5ea6\u306a\u8a13\u7df4\u306e\u305f\u3081\u306e\u8907\u96d1\u306a\u8840\u7ba1\u69cb\u9020\u3002 Aneurysm Approach \u30af\u30ea\u30c3\u30d4\u30f3\u30b0\u304a\u3088\u3073\u5371\u6a5f\u7ba1\u7406\u306e\u5b9f\u8df5\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3002 Real Instrumentation \u30ea\u30a2\u30eb\u306a\u533b\u7642\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3001 \u305d\u306e\u57fa\u6e96\u3092\u5909\u3048\u308b Praxis Neurological\u306f\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u5e38\u8b58\u3092\u8986\u3057\u307e\u3059\u3002\u4e0d\u8981\u306a\u751f\u7269\u5b66\u7684\u5909\u6570\u3092\u6392\u9664\u3057\u3001\u6700\u3082\u6a19\u6e96\u5316\u3055\u308c\u305f\u6280\u8853\u7684\u306b\u5b8c\u74a7\u306a\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u74b0\u5883\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002 \u30c9\u30ea\u30eb\u3001\u30af\u30e9\u30f3\u30d7\u306a\u3069\u5b9f\u969b\u306e\u624b\u8853\u5668\u5177\u306b\u5bfe\u5fdc \u30c9\u30ea\u30ea\u30f3\u30b0\u3084\u5207\u524a\u6642\u306e\u30ea\u30a2\u30eb\u306a\u30cf\u30d7\u30c6\u30a3\u30c3\u30af\uff08\u89e6\u899a\uff09\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af Technical Benchmark \u65e2\u5b58\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u624b\u6cd5\u3068\u306e\u6bd4\u8f03 \u30b9\u30ef\u30a4\u30d7\u3057\u3066\u8a73\u7d30\u3092\u898b\u308b&hellip;","_links":{"self":[{"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/pages\/2554"}],"collection":[{"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/comments?post=2554"}],"version-history":[{"count":2,"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/pages\/2554\/revisions"}],"predecessor-version":[{"id":2556,"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/pages\/2554\/revisions\/2556"}],"wp:attachment":[{"href":"https:\/\/praxisneurological.com\/ja\/wp-json\/wp\/v2\/media?parent=2554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}