| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>TurboTax Titanium</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> |
| <style> |
| .vanta-bg { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 100%; |
| height: 100%; |
| z-index: -1; |
| } |
| .glass-morphism { |
| background: rgba(255, 255, 255, 0.1); |
| backdrop-filter: blur(10px); |
| border-radius: 20px; |
| border: 1px solid rgba(255, 255, 255, 0.2); |
| } |
| .dashboard-card { |
| transition: all 0.3s ease; |
| } |
| .dashboard-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
| } |
| </style> |
| </head> |
| <body class="min-h-screen bg-gradient-to-br from-gray-900 to-gray-800 text-white"> |
| <div id="vanta-bg" class="vanta-bg"></div> |
|
|
| |
| <nav class="glass-morphism mx-4 mt-4 rounded-full px-6 py-3 flex justify-between items-center"> |
| <div class="flex items-center space-x-2"> |
| <i data-feather="dollar-sign" class="text-green-400"></i> |
| <span class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-green-400 to-blue-500">TurboTax Titanium</span> |
| </div> |
| <div class="hidden md:flex space-x-6"> |
| <a href="#" class="hover:text-green-400 transition">Dashboard</a> |
| <a href="#" class="hover:text-green-400 transition">Tax Forms</a> |
| <a href="#" class="hover:text-green-400 transition">Documents</a> |
| <a href="#" class="hover:text-green-400 transition">Analytics</a> |
| <a href="enterprise.html" class="hover:text-green-400 transition">Enterprise</a> |
| <a href="taxworkspace.html" class="hover:text-green-400 transition">Tax Workspace</a> |
| <a href="#" class="hover:text-green-400 transition">Support</a> |
| </div> |
| <div class="flex items-center space-x-4"> |
| <button id="accountBtn" class="bg-gradient-to-r from-green-500 to-blue-500 px-4 py-2 rounded-full hover:opacity-90 transition"> |
| <i data-feather="user" class="inline mr-1"></i> Account |
| </button> |
| <button class="md:hidden"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </nav> |
|
|
| |
| <main class="container mx-auto px-4 py-8"> |
| |
| <section class="text-center mb-16 mt-8"> |
| <h1 class="text-4xl md:text-6xl font-extrabold mb-6"> |
| <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-400 to-blue-500"> |
| AI-Powered Tax Mastery |
| </span> |
| </h1> |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto mb-8"> |
| The most sophisticated tax platform ever created. Harnessing quantum computing, blockchain verification, and AI-driven optimizations to maximize your returns. |
| </p> |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> |
| <button id="startFilingBtn" class="bg-gradient-to-r from-green-500 to-blue-500 px-8 py-4 rounded-full text-lg font-semibold hover:opacity-90 transition"> |
| Start Smart Filing |
| </button> |
| <button id="demoBtn" class="glass-morphism px-8 py-4 rounded-full text-lg font-semibold hover:bg-gray-700 transition"> |
| See Demo |
| </button> |
| </div> |
| </section> |
|
|
| |
| <section class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16"> |
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-green-400 mb-4"> |
| <i data-feather="zap" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Lightning Processing</h3> |
| <p class="text-gray-300">Our quantum-powered engine processes returns 1000x faster than competitors with military-grade encryption.</p> |
| </div> |
|
|
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-blue-400 mb-4"> |
| <i data-feather="eye" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Predictive Analytics</h3> |
| <p class="text-gray-300">AI predicts audit risks and suggests optimal filing strategies based on 10,000+ data points.</p> |
| </div> |
|
|
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-purple-400 mb-4"> |
| <i data-feather="shield" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Blockchain Verification</h3> |
| <p class="text-gray-300">Every document is immutably stored on blockchain for permanent audit protection.</p> |
| </div> |
|
|
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-yellow-400 mb-4"> |
| <i data-feather="cpu" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Neural Optimization</h3> |
| <p class="text-gray-300">Deep learning algorithms find deductions you didn't know existed, maximizing returns.</p> |
| </div> |
|
|
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-red-400 mb-4"> |
| <i data-feather="globe" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Global Compliance</h3> |
| <p class="text-gray-300">Automatically adapts to tax laws across all 195 countries with real-time updates.</p> |
| </div> |
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card"> |
| <div class="text-pink-400 mb-4"> |
| <i data-feather="bar-chart-2" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Wealth Forecasting</h3> |
| <p class="text-gray-300">Project future tax liabilities and wealth growth with our Monte Carlo simulations.</p> |
| </div> |
|
|
| |
| <div class="glass-morphism p-6 rounded-xl dashboard-card col-span-1 md:col-span-2 lg:col-span-3"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-6 md:mb-0 md:pr-8"> |
| <div class="text-indigo-400 mb-4"> |
| <i data-feather="codesandbox" class="w-10 h-10"></i> |
| </div> |
| <h3 class="text-2xl font-bold mb-3">Enterprise Quantum Suite</h3> |
| <p class="text-gray-300 mb-4">Our most powerful tax optimization platform for global enterprises. Featuring:</p> |
| <ul class="space-y-3"> |
| <li class="flex items-center"><i data-feather="check-circle" class="text-green-400 mr-2"></i> Real-time multi-jurisdiction compliance</li> |
| <li class="flex items-center"><i data-feather="check-circle" class="text-green-400 mr-2"></i> AI-powered transfer pricing optimization</li> |
| <li class="flex items-center"><i data-feather="check-circle" class="text-green-400 mr-2"></i> Blockchain-based tax treaty management</li> |
| </ul> |
| <a href="enterprise.html" class="mt-6 inline-block bg-gradient-to-r from-indigo-500 to-purple-500 px-6 py-3 rounded-full text-white font-medium hover:opacity-90 transition"> |
| Explore Enterprise Solutions |
| </a> |
| </div> |
| <div class="md:w-1/2"> |
| <img src="http://static.photos/technology/640x360/42" alt="Enterprise Tax Solutions" class="rounded-xl shadow-2xl"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="glass-morphism p-8 rounded-2xl mb-16"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> |
| <h2 class="text-3xl font-bold mb-4">Your AI Tax Strategist</h2> |
| <p class="text-gray-300 mb-6"> |
| Meet TAX-9000, our artificial intelligence that has analyzed over 50 million tax returns to provide you with personalized, optimal filing strategies. |
| </p> |
| <div class="space-y-4"> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-green-500 rounded-full p-1 mr-3 mt-1"> |
| <i data-feather="check" class="w-4 h-4 text-white"></i> |
| </div> |
| <p>Real-time IRS regulation monitoring</p> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-green-500 rounded-full p-1 mr-3 mt-1"> |
| <i data-feather="check" class="w-4 h-4 text-white"></i> |
| </div> |
| <p>Cross-references all 5,000+ potential deductions</p> |
| </div> |
| <div class="flex items-start"> |
| <div class="flex-shrink-0 bg-green-500 rounded-full p-1 mr-3 mt-1"> |
| <i data-feather="check" class="w-4 h-4 text-white"></i> |
| </div> |
| <p>Predicts audit probability with 98.7% accuracy</p> |
| </div> |
| </div> |
| </div> |
| <div class="md:w-1/2"> |
| <div class="glass-morphism p-6 rounded-xl"> |
| <div class="flex items-center mb-4"> |
| <div class="bg-gradient-to-r from-purple-500 to-pink-500 rounded-full w-12 h-12 flex items-center justify-center"> |
| <i data-feather="cpu" class="text-white"></i> |
| </div> |
| <div class="ml-4"> |
| <h4 class="font-bold">TAX-9000</h4> |
| <p class="text-sm text-gray-400">AI Tax Strategist</p> |
| </div> |
| </div> |
| <div class="bg-black bg-opacity-30 rounded-lg p-4 mb-4"> |
| <p>Based on your profile, I've identified $3,842 in additional deductions and recommend filing as an S-Corp to save approximately $12,750 annually.</p> |
| </div> |
| <div class="flex"> |
| <input type="text" placeholder="Ask TAX-9000 anything..." class="flex-grow bg-gray-700 rounded-l-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-green-500"> |
| <button class="bg-gradient-to-r from-purple-500 to-pink-500 px-4 rounded-r-lg"> |
| <i data-feather="send" class="w-5 h-5"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="mb-16"> |
| <h2 class="text-3xl font-bold mb-8 text-center">Projected Tax Savings</h2> |
| <div class="glass-morphism p-6 rounded-2xl"> |
| <canvas id="taxChart" height="300"></canvas> |
| </div> |
| </section> |
|
|
| |
| <section class="mb-16"> |
| <h2 class="text-3xl font-bold mb-8 text-center">Trusted by Fortune 500 CFOs</h2> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> |
| <div class="glass-morphism p-6 rounded-xl"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/1" alt="Jane Smith" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold">Jane Smith</h4> |
| <p class="text-sm text-gray-400">CFO, TechCorp</p> |
| </div> |
| </div> |
| <p class="text-gray-300">"TurboTax Titanium uncovered $1.2M in overlooked R&D credits. Their AI is smarter than our entire tax department."</p> |
| <div class="flex mt-4 text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| <div class="glass-morphism p-6 rounded-xl"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/2" alt="Robert Chen" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold">Robert Chen</h4> |
| <p class="text-sm text-gray-400">Tax Director, GlobalBank</p> |
| </div> |
| </div> |
| <p class="text-gray-300">"The blockchain audit trail saved us during an IRS examination. Instant verification of every transaction."</p> |
| <div class="flex mt-4 text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| <div class="glass-morphism p-6 rounded-xl"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/3" alt="Maria Garcia" class="w-12 h-12 rounded-full mr-4"> |
| <div> |
| <h4 class="font-bold">Maria Garcia</h4> |
| <p class="text-sm text-gray-400">VP Finance, HealthPlus</p> |
| </div> |
| </div> |
| <p class="text-gray-300">"Their predictive analytics flagged an audit risk we completely missed. Adjusted our filings and saved millions."</p> |
| <div class="flex mt-4 text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="glass-morphism p-12 rounded-2xl text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Revolutionize Your Tax Strategy?</h2> |
| <p class="text-xl text-gray-300 max-w-2xl mx-auto mb-8"> |
| Join 8,000+ enterprises leveraging our quantum-powered tax platform. |
| </p> |
| <button id="freeAuditBtn" class="bg-gradient-to-r from-green-500 to-blue-500 hover:from-green-600 hover:to-blue-600 px-10 py-5 rounded-full text-xl font-bold shadow-lg transition transform hover:scale-105"> |
| Start Free Trial |
| </button> |
| <p class="mt-4 text-sm text-gray-400">14-day trial • No credit card required</p> |
| </section> |
| </main> |
|
|
| |
| <footer class="glass-morphism mt-16 py-8"> |
| <div class="container mx-auto px-4"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-lg font-semibold mb-4">TurboTax Titanium</h3> |
| <p class="text-gray-400 text-sm">The most advanced tax platform on Earth.</p> |
| <div class="flex space-x-4 mt-4"> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a> |
| </div> |
| </div> |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Products</h3> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Enterprise</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Small Business</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Personal</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Crypto</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Resources</h3> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Tax Academy</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">API Docs</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Case Studies</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">White Papers</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-lg font-semibold mb-4">Company</h3> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="border-t border-gray-700 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 TurboTax Titanium. All rights reserved.</p> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white transition text-sm">Privacy Policy</a> |
| <a href="#" class="text-gray-400 hover:text-white transition text-sm">Terms of Service</a> |
| <a href="#" class="text-gray-400 hover:text-white transition text-sm">Security</a> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| |
| document.body.style.background = 'linear-gradient(to bottom right, #111827, #1e3a8a)'; |
| |
| |
| document.getElementById('accountBtn').addEventListener('click', function() { |
| window.location.href = '#account'; |
| }); |
| |
| document.getElementById('startFilingBtn').addEventListener('click', function() { |
| window.location.href = '#start-filing'; |
| }); |
| |
| document.getElementById('demoBtn').addEventListener('click', function() { |
| window.location.href = '#demo'; |
| }); |
| |
| document.getElementById('freeAuditBtn').addEventListener('click', function() { |
| window.location.href = '#free-trial'; |
| }); |
| |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| const ctx = document.getElementById('taxChart').getContext('2d'); |
| new Chart(ctx, { |
| type: 'bar', |
| data: { |
| labels: ['Standard Software', 'CPA Firm', 'TurboTax Titanium'], |
| datasets: [{ |
| label: 'Average Tax Savings', |
| data: [4200, 8700, 15400], |
| backgroundColor: [ |
| 'rgba(75, 192, 192, 0.6)', |
| 'rgba(54, 162, 235, 0.6)', |
| 'rgba(16, 185, 129, 0.6)' |
| ], |
| borderColor: [ |
| 'rgba(75, 192, 192, 1)', |
| 'rgba(54, 162, 235, 1)', |
| 'rgba(16, 185, 129, 1)' |
| ], |
| borderWidth: 1 |
| }] |
| }, |
| options: { |
| responsive: true, |
| plugins: { |
| legend: { |
| display: false |
| }, |
| title: { |
| display: true, |
| text: 'Comparative Tax Savings ($)', |
| color: '#fff', |
| font: { |
| size: 16 |
| } |
| } |
| }, |
| scales: { |
| y: { |
| beginAtZero: true, |
| ticks: { |
| color: '#9CA3AF', |
| callback: function(value) { |
| return '$' + value.toLocaleString(); |
| } |
| }, |
| grid: { |
| color: 'rgba(255, 255, 255, 0.1)' |
| } |
| }, |
| x: { |
| ticks: { |
| color: '#9CA3AF' |
| }, |
| grid: { |
| color: 'rgba(255, 255, 255, 0.1)' |
| } |
| } |
| } |
| } |
| }); |
| }); |
| |
| |
| feather.replace(); |
| }); |
| </script> |
| </body> |
| </html> |
|
|