<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Nuvoton | KA49701A/2A Cordless Precision Campaign</title>

    <meta name="description" content="Technical Briefing: Nuvoton KA49701A / KA49702A Battery Monitoring ICs. Zero-drain standby and ±2.9mV accuracy for 18V-60V cordless precision.">

    

    <!-- Tailwind & Google Fonts -->

    <script src="https://cdn.tailwindcss.com"></script>

    <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">

    

    <style>

        body { font-family: 'Inter', sans-serif; background-color: #020617; color: #f8fafc; }

        .mono { font-family: 'JetBrains Mono', monospace; }

        

        /* Grid background pattern */

        .tech-grid {

            background-image: radial-gradient(rgba(0, 174, 239, 0.15) 1px, transparent 1px);

            background-size: 30px 30px;

        }


        /* Animation for the "floating" chip */

        @keyframes float {

            0%, 100% { transform: translateY(0) rotate(0deg); }

            50% { transform: translateY(-15px) rotate(1deg); }

        }

        .animate-chip { animation: float 6s ease-in-out infinite; }


        /* Glowing effect for technical specs */

        .spec-glow {

            box-shadow: 0 0 20px rgba(0, 174, 239, 0.1);

            border: 1px solid rgba(0, 174, 239, 0.2);

            transition: all 0.3s ease;

        }

        .spec-glow:hover {

            box-shadow: 0 0 30px rgba(0, 174, 239, 0.3);

            border-color: #00AEEF;

        }


        /* Reveal animation on scroll */

        .reveal {

            opacity: 0;

            transform: translateY(20px);

            transition: all 0.6s ease-out;

        }

        .reveal.active {

            opacity: 1;

            transform: translateY(0);

        }


        /* Gradient Text */

        .gradient-text {

            background: linear-gradient(135deg, #fff 0%, #00AEEF 100%);

            -webkit-background-clip: text;

            -webkit-text-fill-color: transparent;

        }


        /* Logo Filter: Inverts black logo to white for dark mode */

        .logo-invert {

            filter: invert(1) brightness(2);

        }

    </style>

</head>

<body class="tech-grid">


    <!-- Navbar -->

    <header class="fixed top-0 w-full z-50 bg-slate-950/80 backdrop-blur-lg border-b border-slate-800">

        <div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center">

            <div class="flex items-center gap-6">

                <!-- Nuvoton Logo -->

                <img src="https://www.nuvoton.com/assets/images/logo.png" alt="Nuvoton" class="h-8 brightness-110">

                

                <div class="h-8 w-px bg-slate-700 hidden sm:block"></div>

                

                <!-- ANRO Logo (with Invert Filter for Dark Mode) -->

                <div class="hidden sm:flex flex-col justify-center">

                    <span class="text-[8px] uppercase tracking-widest text-slate-500 font-bold mb-1">Represented By:</span>

                    <!-- NOTE: Ensure 'ANRO Logo Transparent.new.png' is in the same folder -->

                    <img src="ANRO Logo Transparent.new.png" alt="ANRO Associates" class="h-8 w-auto logo-invert opacity-90 hover:opacity-100 transition-opacity">

                </div>

            </div>

            

            <nav class="hidden md:flex gap-8 text-xs font-bold uppercase tracking-widest">

                <a href="#specs" class="hover:text-sky-400 transition-colors">Specifications</a>

                <a href="#advantages" class="hover:text-sky-400 transition-colors">The Advantage</a>

                <a href="https://www.nuvoton.com" target="_blank" class="text-sky-400 border-b border-sky-400/30">Nuvoton Global</a>

            </nav>

            <a href="#contact" class="bg-sky-500 hover:bg-sky-400 text-slate-950 px-5 py-2 text-xs font-black uppercase tracking-tighter transition-all rounded-sm">

                Request Data

            </a>

        </div>

    </header>


    <!-- Hero Section -->

    <section class="relative pt-32 pb-20 lg:pt-48 lg:pb-32 overflow-hidden">

        <div class="max-w-7xl mx-auto px-6 grid lg:grid-cols-2 gap-16 items-center">

            <div class="relative z-10">

                <div class="inline-block px-3 py-1 bg-sky-500/10 border border-sky-500/30 rounded text-sky-400 text-[10px] font-black uppercase tracking-[3px] mb-6">

                    February Campaign: Power Tools

                </div>

                <h1 class="text-5xl lg:text-7xl font-extrabold leading-[1.1] mb-8">

                    Cordless Precision.<br>

                    <span class="gradient-text">Zero-Drain Standby.</span>

                </h1>

                <p class="text-xl text-slate-400 mb-10 max-w-xl">

                    Eliminate off-season battery failure for pro-grade tools and garden equipment. The <span class="text-white font-bold">KA4970xA series</span> delivers 0.1µA shutdown current for unmatched runtime preservation.

                </p>

                <div class="flex flex-col sm:flex-row gap-4">

                    <a href="https://www.nuvoton.com/products/battery-management-ics/" target="_blank" class="px-8 py-5 bg-sky-500 hover:bg-sky-400 text-slate-950 font-black uppercase tracking-wider text-sm transition-all flex items-center justify-center gap-3 rounded-sm">

                        Visit Nuvoton BMIC Portal

                        <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path></svg>

                    </a>

                    <a href="#specs" class="px-8 py-5 border border-slate-700 hover:border-sky-500 text-white font-black uppercase tracking-wider text-sm transition-all text-center rounded-sm">

                        Technical Specs

                    </a>

                </div>

            </div>

            

            <!-- Tech Graphic -->

            <div class="relative flex justify-center lg:justify-end">

                <div class="animate-chip relative w-80 h-80 bg-slate-900 border-4 border-slate-800 rounded-lg shadow-2xl flex flex-col items-center justify-center p-8">

                    <!-- Chip "Pins" visual -->

                    <div class="absolute -top-4 inset-x-12 flex justify-between">

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                    </div>

                    <div class="absolute -bottom-4 inset-x-12 flex justify-between">

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                        <div class="w-2 h-4 bg-slate-700"></div>

                    </div>

                    

                    <img src="https://www.nuvoton.com/assets/images/logo.png" alt="Nuvoton" class="h-5 mb-4 opacity-50">

                    <div class="mono text-3xl font-bold text-white tracking-tighter mb-2">KA49701A</div>

                    <div class="text-[10px] text-sky-500 font-bold tracking-[4px] uppercase">17S-BMIC Solution</div>

                    

                    <div class="mt-8 grid grid-cols-2 gap-4 w-full border-t border-slate-800 pt-6">

                        <div class="text-center">

                            <div class="text-white font-bold">0.1µA</div>

                            <div class="text-[8px] text-slate-500 uppercase tracking-widest font-bold">Standby</div>

                        </div>

                        <div class="text-center">

                            <div class="text-white font-bold">±2.9mV</div>

                            <div class="text-[8px] text-slate-500 uppercase tracking-widest font-bold">Accuracy</div>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <!-- Specs Dashboard -->

    <section id="specs" class="py-24 bg-slate-950">

        <div class="max-w-7xl mx-auto px-6">

            <div class="grid md:grid-cols-3 gap-8">

                <div class="reveal spec-glow p-8 bg-slate-900/50 rounded-xl">

                    <div class="w-12 h-12 bg-sky-500/10 rounded flex items-center justify-center text-sky-400 mb-6">

                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">Zero-Drain Standby</h3>

                    <p class="text-slate-400 text-sm mb-6 leading-relaxed">Preserve battery life during storage cycles. 0.1µA shutdown current ensures Milwaukee and Husqvarna tools are job-ready after months of dormancy.</p>

                    <a href="https://www.nuvoton.com" class="text-sky-400 text-xs font-bold uppercase tracking-wider hover:underline">Read Tech Paper →</a>

                </div>

                

                <div class="reveal spec-glow p-8 bg-slate-900/50 rounded-xl" style="transition-delay: 100ms;">

                    <div class="w-12 h-12 bg-sky-500/10 rounded flex items-center justify-center text-sky-400 mb-6">

                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">Compact Protection</h3>

                    <p class="text-slate-400 text-sm mb-6 leading-relaxed">Integrated fault diagnosis eliminates external protection circuits, saving vital PCB real estate for compact 18V-60V battery pack designs.</p>

                    <a href="https://www.nuvoton.com" class="text-sky-400 text-xs font-bold uppercase tracking-wider hover:underline">View Block Diagram →</a>

                </div>


                <div class="reveal spec-glow p-8 bg-slate-900/50 rounded-xl" style="transition-delay: 200ms;">

                    <div class="w-12 h-12 bg-sky-500/10 rounded flex items-center justify-center text-sky-400 mb-6">

                        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z"></path></svg>

                    </div>

                    <h3 class="text-xl font-bold mb-4">High Accuracy</h3>

                    <p class="text-slate-400 text-sm mb-6 leading-relaxed">±2.9mV voltage measurement accuracy maximizes usable pack capacity, enabling longer runtimes for TTI and Makita professional tools.</p>

                    <a href="https://www.nuvoton.com" class="text-sky-400 text-xs font-bold uppercase tracking-wider hover:underline">Download Datasheet →</a>

                </div>

            </div>

        </div>

    </section>


    <!-- Nuvoton Advantages Section -->

    <section id="advantages" class="py-24 relative overflow-hidden">

        <div class="max-w-7xl mx-auto px-6">

            <div class="flex flex-col lg:flex-row items-center gap-16">

                <div class="lg:w-1/2 reveal">

                    <h2 class="text-4xl font-bold mb-8">Architecture Built for <span class="text-sky-500">60V Tools</span></h2>

                    <div class="space-y-10">

                        <div class="flex gap-6">

                            <div class="flex-shrink-0 text-sky-500 font-black text-2xl mono">01</div>

                            <div>

                                <h4 class="text-xl font-bold mb-2 text-white">Single-Chip 17-Cell Support</h4>

                                <p class="text-slate-400 leading-relaxed">Optimized for high-voltage platforms. Supports 14S-16S packs natively without secondary chips, reducing BOM count by up to 30%.</p>

                            </div>

                        </div>

                        <div class="flex gap-6">

                            <div class="flex-shrink-0 text-sky-500 font-black text-2xl mono">02</div>

                            <div>

                                <h4 class="text-xl font-bold mb-2 text-white">Safety Integrated</h4>

                                <p class="text-slate-400 leading-relaxed">Integrated charge pump drives FETs directly. Simplifies compliance with UL 2054 and UL 2595 for high-current industrial equipment.</p>

                            </div>

                        </div>

                        <div class="flex gap-6">

                            <div class="flex-shrink-0 text-sky-500 font-black text-2xl mono">03</div>

                            <div>

                                <h4 class="text-xl font-bold mb-2 text-white">Cost Efficiency</h4>

                                <p class="text-slate-400 leading-relaxed">Reduces BOM count by integrating LDO and critical protection features. Ideal for high-volume manufacturing.</p>

                            </div>

                        </div>

                    </div>

                </div>

                <div class="lg:w-1/2 reveal" style="transition-delay: 200ms;">

                    <div class="grid grid-cols-2 gap-4">

                        <div class="aspect-square bg-slate-900 border border-slate-800 p-4 flex items-center justify-center grayscale hover:grayscale-0 transition-all overflow-hidden rounded">

                            <img src="https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&q=80&w=400" alt="Tech" class="w-full h-full object-cover opacity-60">

                        </div>

                        <div class="aspect-square bg-slate-900 border border-slate-800 p-4 flex items-center justify-center grayscale hover:grayscale-0 transition-all overflow-hidden rounded">

                            <img src="https://images.unsplash.com/photo-1590682680695-43b964a3ae17?auto=format&fit=crop&q=80&w=400" alt="Tool" class="w-full h-full object-cover opacity-60">

                        </div>

                        <div class="aspect-square bg-slate-900 border border-slate-800 p-4 flex items-center justify-center grayscale hover:grayscale-0 transition-all overflow-hidden rounded">

                            <img src="https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=400" alt="PCB" class="w-full h-full object-cover opacity-60">

                        </div>

                        <div class="aspect-square bg-slate-950 border-2 border-dashed border-slate-800 flex flex-col items-center justify-center p-8 rounded">

                            <span class="mono text-4xl font-bold text-sky-500">14S-16S</span>

                            <div class="text-[8px] uppercase tracking-widest text-slate-500 mt-2 font-black">Pack Optimized</div>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <!-- Final CTA / Contact Support -->

    <section id="contact" class="py-24 bg-slate-900/30 border-t border-slate-800">

        <div class="max-w-4xl mx-auto px-6">

            <div class="text-center mb-16 reveal">

                <h2 class="text-3xl font-extrabold mb-4">Request Technical Asset Package</h2>

                <p class="text-slate-400">Authorized support for Stanley Black & Decker, TTI, Makita, and Husqvarna OEMs. <br>Bridging your design team with Nuvoton HQ through ANRO Associates.</p>

            </div>

            

            <div class="grid md:grid-cols-2 gap-8 items-start reveal">

                <div class="bg-slate-900 p-8 rounded-xl border border-slate-800">

                    <form onsubmit="event.preventDefault(); alert('Request logged. Redirecting you to the official Nuvoton Support Portal...'); window.location.href='https://www.nuvoton.com/contact-us/';" class="space-y-4">

                        <div>

                            <label class="block text-[10px] uppercase font-bold text-slate-500 mb-2">Work Email</label>

                            <input type="email" required placeholder="engineer@oem.com" class="w-full bg-slate-950 border border-slate-800 p-3 rounded focus:border-sky-500 outline-none transition-all mono text-sm text-white">

                        </div>

                        <div>

                            <label class="block text-[10px] uppercase font-bold text-slate-500 mb-2">Company</label>

                            <select class="w-full bg-slate-950 border border-slate-800 p-3 rounded focus:border-sky-500 outline-none transition-all mono text-sm text-white">

                                <option>TTI / Milwaukee</option>

                                <option>Makita</option>

                                <option>Stanley Black & Decker</option>

                                <option>Husqvarna</option>

                                <option>Design House / Other</option>

                            </select>

                        </div>

                        <div>

                            <label class="block text-[10px] uppercase font-bold text-slate-500 mb-2">Technical Need</label>

                            <textarea rows="3" placeholder="Reference Design for 16S Pack..." class="w-full bg-slate-950 border border-slate-800 p-3 rounded focus:border-sky-500 outline-none transition-all mono text-sm text-white"></textarea>

                        </div>

                        <button type="submit" class="w-full py-4 bg-sky-500 hover:bg-sky-400 text-slate-950 font-black uppercase tracking-widest transition-all rounded-sm">

                            Submit & Proceed to Nuvoton Portal

                        </button>

                    </form>

                </div>

                

                <div class="space-y-6 pt-4">

                    <div class="flex items-center gap-4 p-4 border border-slate-800 rounded hover:bg-slate-900 transition-all cursor-pointer group">

                        <div class="w-10 h-10 bg-slate-800 rounded flex items-center justify-center text-sky-400 group-hover:bg-sky-500 group-hover:text-slate-950 transition-all">

                            <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg>

                        </div>

                        <div>

                            <div class="text-sm font-bold">Download Data Brief</div>

                            <div class="text-[10px] text-slate-500 uppercase tracking-widest font-bold">PDF • 2.4 MB</div>

                        </div>

                    </div>

                    <div class="flex items-center gap-4 p-4 border border-slate-800 rounded hover:bg-slate-900 transition-all cursor-pointer group">

                        <div class="w-10 h-10 bg-slate-800 rounded flex items-center justify-center text-sky-400 group-hover:bg-sky-500 group-hover:text-slate-950 transition-all">

                            <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 4a2 2 0 114 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 01-1 1h-1a2 2 0 100 4h1a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-1a2 2 0 10-4 0v1a1 1 0 01-1 1H7a1 1 0 01-1-1v-3a1 1 0 011-1h1a2 2 0 100-4H7a1 1 0 01-1-1V7a1 1 0 011-1h3a1 1 0 001-1V4z"></path></svg>

                        </div>

                        <div>

                            <div class="text-sm font-bold">Sample Request</div>

                            <div class="text-[10px] text-slate-500 uppercase tracking-widest font-bold">KA49701A Evaluation Boards</div>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <!-- Footer -->

    <footer class="py-12 bg-slate-950 border-t border-slate-900">

        <div class="max-w-7xl mx-auto px-6 flex flex-col md:flex-row justify-between items-center gap-8">

            <div class="flex items-center gap-6">

                 <!-- ANRO Logo Footer -->

                 <img src="ANRO Logo Transparent.new.png" alt="ANRO Associates" class="h-6 w-auto logo-invert opacity-50 hover:opacity-100 transition-opacity">

                 <span class="text-slate-800">|</span>

                 <p class="text-slate-600 text-xs font-bold tracking-tight">&copy; 2026 Nuvoton Technology Corp. All Rights Reserved.</p>

            </div>

            <div class="flex gap-10 text-[10px] uppercase tracking-widest font-black text-slate-600">

                <a href="https://www.nuvoton.com" class="hover:text-sky-500 transition-colors">Official Website</a>

                <a href="#" class="hover:text-sky-500 transition-colors">ANRO Support</a>

                <a href="https://www.nuvoton.com/privacy-policy/" class="hover:text-sky-500 transition-colors">Privacy</a>

            </div>

        </div>

    </footer>


    <script>

        // Scroll Reveal Animation Logic

        const observerOptions = { threshold: 0.1 };

        const observer = new IntersectionObserver((entries) => {

            entries.forEach(entry => {

                if (entry.isIntersecting) {

                    entry.target.classList.add('active');

                }

            });

        }, observerOptions);


        document.querySelectorAll('.reveal').forEach(el => observer.observe(el));

    </script>

</body>

</html>