{"product_id":"ainote-air-2-bundle-8-2-e-ink-ai-note-taking-tablet-with-stylus-4096-pressure-levels-digital-notebook-with-voice-to-text-transcription-multi-languages-support-ideal-for-meetings-study","title":"AINOTE Air 2 Bundle – 8.2\" E Ink AI Note-Taking Tablet with Stylus, 4096 Pressure Levels, Digital Notebook with Voice-To-Text Transcription, Multi-Languages Support, Ideal for Meetings \u0026 Study","description":"\u003c!-- INICIO DEL DISEÑO iFLYTEK AINOTE AIR 2 (VERSIÓN COMPACTA - SIN SCRIPTS) --\u003e\n\u003c!-- Solo cargamos fuentes e iconos, el resto es CSS puro --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #iflytek-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.4;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #iflytek-custom-landing *, \n    #iflytek-custom-landing *::before, \n    #iflytek-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #iflytek-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #iflytek-custom-landing h1, \n    #iflytek-custom-landing h2, \n    #iflytek-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #1d1d1f;\n    }\n\n    #iflytek-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .if-section {\n        padding: 2.5rem 1rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .if-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .if-text-center { text-align: center; }\n    .if-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .if-hero {\n        background: radial-gradient(circle at center, #f3f4f6 0%, #ffffff 70%); \/* Gris papel muy suave *\/\n        padding-top: 3rem;\n        padding-bottom: 2rem;\n        min-height: auto;\n    }\n\n    .if-badge {\n        color: #4b5563; \/* Gris Grafito *\/\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 0.5rem;\n        background-color: #e5e7eb;\n        padding: 0.2rem 0.6rem;\n        border-radius: 4px;\n        display: inline-block;\n    }\n\n    .if-title-hero {\n        font-size: 3rem;\n        margin-bottom: 0.5rem;\n        margin-top: 1rem;\n    }\n\n    .if-subtitle-hero {\n        font-size: 1.2rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .if-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n        margin-top: 1rem;\n    }\n\n    \/* Cards - ESTILO E-INK \/ PAPEL *\/\n    .if-card-dark {\n        background-color: #1f2937; \/* Gris Oscuro (Marco Tablet) *\/\n        color: white;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    \n    .if-card-light {\n        background-color: #f9fafb; \/* Papel Blanco *\/\n        color: #1d1d1f;\n        border: 1px solid #e5e7eb;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n    }\n\n    .if-card-dark:hover, .if-card-light:hover {\n        transform: translateY(-3px);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes if-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .if-reveal {\n        animation: if-fade-in-up 1s ease-out forwards;\n        opacity: 0;\n    }\n\n    \/* Animación Ripple CSS puro *\/\n    @keyframes if-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .if-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #3b82f6; \/* Azul Tech *\/\n        border-radius: 50%;\n        animation: if-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .if-big-text {\n        font-size: 3.5rem;\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .if-sup-text {\n        font-size: 1rem;\n        color: #3b82f6;\n        position: absolute;\n        top: 5px;\n        right: -25px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .if-title-hero { font-size: 4rem; }\n        .if-grid-2 { grid-template-columns: 1fr 1fr; }\n        .if-big-text { font-size: 5rem; }\n        .if-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 2rem;\n        }\n        .if-section { padding: 3rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .if-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .if-col-span-2 { grid-column: span 2; }\n        .if-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"iflytek-custom-landing\"\u003e\n\n    \u003c!-- Sección Hero --\u003e\n    \u003cdiv class=\"if-section if-hero if-reveal\"\u003e\n        \u003cdiv class=\"if-container if-text-center\"\u003e\n            \u003cspan class=\"if-badge\"\u003ePowered by ChatGPT\u003c\/span\u003e\n            \u003ch1 class=\"if-title-hero\"\u003eAINOTE Air 2.\u003c\/h1\u003e\n            \u003cp class=\"if-subtitle-hero\"\u003e\n                Cuaderno Digital con IA.\u003cbr\u003eEscribe, Graba, Transcribe.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Intro Texto --\u003e\n    \u003cdiv class=\"if-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n        \u003cdiv class=\"if-container if-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eTu Oficina en 8.2 Pulgadas.\u003c\/h2\u003e\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n                \u003cp\u003eEl \u003cstrong\u003eiFLYTEK AINOTE Air 2\u003c\/strong\u003e es la herramienta definitiva para la productividad. Combina la sensación natural del papel con el poder de la IA para generar resúmenes de reuniones, traducciones en tiempo real y gestión de agenda.\u003c\/p\u003e\n                \u003cp\u003eOlvídate de transcribir notas manualmente. Con soporte para \u003cstrong\u003e16 idiomas\u003c\/strong\u003e y tecnología de reconocimiento de escritura, tu trabajo fluye sin esfuerzo.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Escritura y Pantalla --\u003e\n    \u003cdiv class=\"if-section\"\u003e\n        \u003cdiv class=\"if-container if-text-center if-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eComo Escribir en Papel.\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Pantalla E Ink de 8.2\" con 4096 niveles de presión.\n            \u003c\/p\u003e\n\n            \u003c!-- Tarjeta Light --\u003e\n            \u003cdiv class=\"if-card-light if-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n                \u003cdiv style=\"position: relative; z-index: 10;\"\u003e\n                    \u003cdiv style=\"display: inline-block; padding: 0.25rem 0.75rem; background: #e5e7eb; border-radius: 99px; font-size: 0.75rem; color: #1f2937; margin-bottom: 1rem;\"\u003e\n                        \u003ci class=\"fa-solid fa-pen-nib\"\u003e\u003c\/i\u003e E-PAPER FEEL\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eNatural y Preciso.\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eLa fricción perfecta y la respuesta instantánea imitan la experiencia de escribir en un cuaderno real. Ideal para profesionales y estudiantes que valoran la concentración y el confort visual.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: IA y Transcripción --\u003e\n    \u003cdiv class=\"if-section\" style=\"background-color: #f9fafb;\"\u003e\n        \u003cdiv class=\"if-container if-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n            \u003cdiv class=\"if-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n                \n                \u003c!-- Columna Izquierda --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n                    \u003ch2 style=\"color: #6b7280; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eVoz a Texto\u003c\/h2\u003e\n                    \u003cdiv class=\"if-big-text\"\u003e\n                        16\u003cspan class=\"if-sup-text\"\u003eIdiomas\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n                        \u003cspan style=\"font-size: 0.75rem; color: #3b82f6; font-weight: bold; background: #eff6ff; padding: 2px 8px; border-radius: 4px;\"\u003eTranscripción Real-Time\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Columna Derecha --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n                    \u003cp style=\"font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eReuniones Inteligentes.\u003c\/p\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eGraba y transcribe reuniones en tiempo real. Además, convierte tus notas manuscritas a texto digital en \u003cstrong\u003e85 idiomas\u003c\/strong\u003e. La IA genera resúmenes y detecta tareas automáticamente.\u003c\/p\u003e\n                    \n                    \u003cdiv style=\"margin-top: 1rem; background: white; padding: 0.8rem; border-radius: 1rem; display: inline-flex; align-items: center; gap: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\"\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #1f2937; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n                            \u003ci class=\"fa-solid fa-robot\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv style=\"text-align: left;\"\u003e\n                            \u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003eAsistente\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003ePowered by ChatGPT\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Gestión y Lectura --\u003e\n    \u003cdiv class=\"if-section\"\u003e\n         \u003cdiv class=\"if-container if-text-center if-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eProductividad Total.\u003c\/h2\u003e\n            \n            \u003cdiv class=\"if-grid-2\"\u003e\n                \u003c!-- Schedule Card --\u003e\n                \u003cdiv class=\"if-card-dark if-text-left\"\u003e\n                    \u003ci class=\"fa-regular fa-calendar-check\" style=\"font-size: 1.8rem; color: #9ca3af; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eAgenda Automática\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eDibuja un círculo, triángulo o estrella junto a tus notas y la IA creará automáticamente tareas pendientes y recordatorios.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Reading Card --\u003e\n                \u003cdiv class=\"if-card-light if-text-left\"\u003e\n                     \u003ci class=\"fa-solid fa-book-open-reader\" style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eLectura Confortable\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eLuz de lectura dual con 24 niveles. Lee PDFs, EPUB y MOBI sin fatiga visual. Toma notas directamente sobre los documentos.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Funcionalidad y Diseño (Bento Grid) --\u003e\n    \u003cdiv class=\"if-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n        \u003cdiv class=\"if-container if-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n            \u003ch2 class=\"if-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eEcosistema Abierto.\u003c\/h2\u003e\n\n            \u003cdiv class=\"if-bento-grid if-grid-2\"\u003e \n                \n                \u003c!-- Tarjeta Apps --\u003e\n                \u003cdiv class=\"if-card-light if-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #3b82f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 0.8rem; font-size: 1.2rem;\"\u003e\n                            \u003ci class=\"fa-brands fa-google-play\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eGoogle Play Integrado.\u003c\/h3\u003e\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003eDescarga tus apps favoritas. Soporte para APKPure y Google Play tras certificación. Expande tus posibilidades.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Formatos --\u003e\n                \u003cdiv class=\"if-card-dark if-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n                    \u003ci class=\"fa-solid fa-file-pdf\" style=\"font-size: 2.5rem; color: #e5e7eb; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.1rem;\"\u003eFormatos\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003ePDF, DOC, PPT, EPUB...\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Specs --\u003e\n                \u003cdiv class=\"if-card-light if-col-span-3\" style=\"display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;\"\u003e\n                    \u003cdiv style=\"width: 40px; height: 40px; background: #1d1d1f; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem;\"\u003e\n                        \u003ci class=\"fa-solid fa-microchip\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"flex: 1;\"\u003e\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.1rem; margin-bottom: 0;\"\u003ePotencia Fluida\u003c\/h3\u003e\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem; margin-bottom: 0;\"\u003eModo \"Best Speed\" para reducir el retraso en apps de terceros.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n     \u003c!-- Footer Producto --\u003e\n    \u003cdiv class=\"if-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n        \u003cdiv class=\"if-container if-text-center\"\u003e\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eiFLYTEK AINOTE Air 2\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eEl futuro de las notas es digital.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL DISEÑO iFLYTEK AINOTE AIR 2 --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Ainote Air 2 Bundle","offer_id":58172612673884,"sku":"B0DLKSR2P4","price":630.0,"currency_code":"USD","in_stock":true},{"title":"Ainote Air 2 Bundle With Black Folio","offer_id":58172612706652,"sku":"B0DW8N58XS","price":700.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/7595b3ef1e97cf2fc4de54887ac149da.jpg?v=1782925563","url":"https:\/\/www.ourbiz-us.shop\/products\/ainote-air-2-bundle-8-2-e-ink-ai-note-taking-tablet-with-stylus-4096-pressure-levels-digital-notebook-with-voice-to-text-transcription-multi-languages-support-ideal-for-meetings-study","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}