<!DOCTYPE html>
<html lang="fr" class="bg-slate-950">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Transeet | Actualité Technologique & Numérique</title>
    <meta name="description"
        content="Analysons le futur des technologies et du numérique. Smartphones, IA, Domotique et Cybersécurité.">

    <!-- Tailwind via Play CDN -->
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['Inter', 'sans-serif'],
                        outfit: ['Outfit', 'sans-serif'],
                    },
                    colors: {
                        slate: {
                            950: '#020617',
                        }
                    }
                }
            }
        }
    </script>

    <link rel="stylesheet" href="assets/css/custom.css">
</head>

<body class="text-slate-100 flex flex-col min-h-screen">

    <!-- Header Reusable -->
    <nav class="fixed w-full z-50 bg-slate-950/80 backdrop-blur-md border-b border-slate-800">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-20 items-center">
                <div class="flex items-center">
                    <a href="index.html" class="flex items-center space-x-2 group">
                        <div
                            class="w-10 h-10 bg-gradient-to-br from-indigo-500 to-cyan-400 rounded-lg flex items-center justify-center group-hover:rotate-12 transition-transform duration-300">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-white" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round">
                                <path d="m8 3 4 8 5-5 5 15H2L8 3z" />
                            </svg>
                        </div>
                        <span
                            class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-white to-slate-400 font-outfit uppercase tracking-tighter">Transeet</span>
                    </a>
                </div>

                <!-- Desktop Menu -->
                <div class="hidden md:flex items-center space-x-8">
                    <a href="index.html"
                        class="text-slate-300 hover:text-cyan-400 transition-colors duration-200 font-medium cursor-pointer">Accueil</a>
                    <div class="relative group">
                        <button
                            class="flex items-center space-x-1 text-slate-300 group-hover:text-cyan-400 transition-colors duration-200 font-medium cursor-pointer">
                            <span>Actualités</span>
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" viewBox="0 0 24 24" fill="none"
                                stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="m6 9 6 6 6-6" />
                            </svg>
                        </button>
                        <!-- Dropdown -->
                        <div
                            class="absolute top-full left-0 mt-2 w-56 bg-slate-900 border border-slate-800 rounded-xl py-2 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 transform group-hover:translate-y-0 translate-y-2 z-50">
                            <a href="smartphones.html"
                                class="block px-4 py-2 text-slate-400 hover:text-white hover:bg-slate-800 transition-colors cursor-pointer">Smartphones</a>
                            <a href="domotique.html"
                                class="block px-4 py-2 text-slate-400 hover:text-white hover:bg-slate-800 transition-colors cursor-pointer">Domotique
                                & Maison</a>
                            <a href="ia.html"
                                class="block px-4 py-2 text-slate-400 hover:text-white hover:bg-slate-800 transition-colors cursor-pointer">IA
                                & Futur</a>
                            <a href="cybersecurite.html"
                                class="block px-4 py-2 text-slate-400 hover:text-white hover:bg-slate-800 transition-colors cursor-pointer">Cybersécurité</a>
                        </div>
                    </div>
                    <a href="high-tech.html"
                        class="text-slate-300 hover:text-cyan-400 transition-colors duration-200 font-medium cursor-pointer">High-Tech</a>
                    <a href="contact.html"
                        class="bg-indigo-600 hover:bg-indigo-500 text-white px-6 py-2 rounded-full transition-all duration-300 font-semibold cursor-pointer shadow-lg shadow-indigo-500/20">Contact</a>
                </div>

                <!-- Mobile menu button -->
                <div class="md:hidden flex items-center">
                    <button id="mobile-menu-button" class="text-slate-300 hover:text-white p-2 cursor-pointer">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24"
                            stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                d="M4 6h16M4 12h16m-7 6h7" />
                        </svg>
                    </button>
                </div>
            </div>
        </div>

        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-slate-950 border-b border-slate-800 px-4 pt-2 pb-6 space-y-2">
            <a href="index.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">Accueil</a>
            <a href="smartphones.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">Smartphones</a>
            <a href="domotique.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">Domotique</a>
            <a href="ia.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">IA</a>
            <a href="cybersecurite.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">Sécurité</a>
            <a href="high-tech.html"
                class="block px-3 py-2 text-slate-300 hover:text-cyan-400 font-medium cursor-pointer">High-Tech</a>
            <a href="contact.html" class="block px-3 py-2 text-indigo-400 font-bold cursor-pointer">Contact</a>
        </div>
    </nav>

    <main class="flex-grow pt-20">
        <!-- Hero Section -->
        <section class="relative h-[80vh] flex items-center overflow-hidden">
            <div class="absolute inset-0 z-0">
                <img src="assets/img/hero.webp" alt="Transeet Tech Future"
                    class="w-full h-full object-cover scale-105 opacity-40">
                <div class="absolute inset-0 bg-gradient-to-t from-slate-950 via-slate-950/40 to-transparent"></div>
            </div>

            <div class="container mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
                <div class="max-w-3xl reveal">
                    <span
                        class="inline-block px-3 py-1 rounded-full bg-indigo-500/10 border border-indigo-500/20 text-indigo-400 text-sm font-bold mb-6 tracking-widest uppercase">Média
                        Visionnaire</span>
                    <h1 class="text-6xl md:text-8xl font-outfit font-extrabold mb-8 leading-tight tracking-tighter">
                        Analysons le <span class="text-gradient-purple">Futur</span>.
                    </h1>
                    <p class="text-xl md:text-2xl text-slate-400 mb-10 leading-relaxed font-light">
                        Décryptage quotidien des innovations qui façonnent notre monde numérique. L'avenir appartient à
                        ceux qui lisent tôt.
                    </p>
                    <div class="flex flex-wrap gap-4">
                        <a href="ia.html"
                            class="bg-indigo-600 hover:bg-indigo-500 text-white px-8 py-4 rounded-xl font-bold transition-all duration-300 shadow-2xl shadow-indigo-600/30 cursor-pointer">Explorer
                            l'IA</a>
                        <a href="#actus"
                            class="bg-slate-900/50 hover:bg-slate-800 backdrop-blur-md border border-slate-700 text-white px-8 py-4 rounded-xl font-bold transition-all duration-300 cursor-pointer">Dernières
                            Actus</a>
                    </div>
                </div>
            </div>
        </section>

        <!-- Bento Grid Actus -->
        <section id="actus" class="py-24 bg-slate-950">
            <div class="container mx-auto px-4 sm:px-6 lg:px-8">
                <div class="flex items-end justify-between mb-16 reveal">
                    <div>
                        <h2 class="text-4xl font-outfit font-bold mb-4">À la Une</h2>
                        <div class="h-1 w-20 bg-indigo-500 rounded-full"></div>
                    </div>
                    <a href="high-tech.html"
                        class="text-slate-400 hover:text-cyan-400 font-bold transition-colors mb-2 cursor-pointer">Voir
                        tout →</a>
                </div>

                <!-- Bento Grid Layout -->
                <div class="grid grid-cols-1 md:grid-cols-4 grid-rows-2 gap-6 h-auto md:h-[800px]">

                    <!-- Large Feature: Smartphones -->
                    <div
                        class="md:col-span-2 md:row-span-2 relative rounded-3xl overflow-hidden bento-card border border-slate-800 reveal group">
                        <img src="assets/img/smartphones.webp" alt="Smartphones"
                            class="absolute inset-0 w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                        <div class="absolute inset-0 bg-gradient-to-t from-slate-950 via-slate-950/20 to-transparent">
                        </div>
                        <div class="absolute bottom-0 p-8">
                            <span
                                class="bg-cyan-500 text-white text-xs font-bold px-2 py-1 rounded mb-4 inline-block uppercase tracking-wider">Mobiles</span>
                            <h3 class="text-3xl font-bold mb-4 leading-tight">La course aux puces 2nm : Apple vs Samsung
                            </h3>
                            <p class="text-slate-300 mb-6 hidden md:block">Zoom sur la prochaine génération de
                                processeurs mobiles qui va redéfinir la puissance de nos terminaux dès l'année
                                prochaine.</p>
                            <a href="smartphones.html"
                                class="inline-flex items-center text-cyan-400 font-bold hover:text-white transition-colors cursor-pointer">Lire
                                l'analyse <svg class="ml-2 w-4 h-4" fill="none" stroke="currentColor"
                                    viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M9 5l7 7-7 7" />
                                </svg></a>
                        </div>
                    </div>

                    <!-- Medium Feature: Domotique -->
                    <div
                        class="md:col-span-2 relative rounded-3xl overflow-hidden bento-card border border-slate-800 reveal group">
                        <img src="assets/img/domotique.webp" alt="Domotique"
                            class="absolute inset-0 w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                        <div
                            class="absolute inset-0 bg-gradient-to-t from-slate-950/80 via-slate-950/40 to-transparent">
                        </div>
                        <div class="absolute bottom-0 p-8">
                            <span
                                class="bg-indigo-500 text-white text-xs font-bold px-2 py-1 rounded mb-4 inline-block uppercase tracking-wider">Maison</span>
                            <h3 class="text-2xl font-bold mb-4">Wifi 7 : Le test des routeurs révolutionnaires</h3>
                            <a href="domotique.html"
                                class="inline-flex items-center text-indigo-400 font-bold hover:text-white transition-colors cursor-pointer">Explorer
                                le dossier <svg class="ml-2 w-4 h-4" fill="none" stroke="currentColor"
                                    viewBox="0 0 24 24">
                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="M9 5l7 7-7 7" />
                                </svg></a>
                        </div>
                    </div>

                    <!-- Small Feature: IA -->
                    <div class="relative rounded-3xl overflow-hidden bento-card border border-slate-800 reveal group">
                        <img src="assets/img/ia.webp" alt="IA"
                            class="absolute inset-0 w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                        <div
                            class="absolute inset-0 bg-gradient-to-t from-slate-950/90 via-slate-950/60 to-transparent">
                        </div>
                        <div class="absolute bottom-0 p-6">
                            <span
                                class="bg-purple-500 text-white text-xs font-bold px-2 py-1 rounded mb-2 inline-block uppercase">Intelligence
                                Artificielle</span>
                            <h3 class="text-xl font-bold mb-2 leading-snug font-outfit">L'impact de l'IA sur nos métiers
                                et notre futur.</h3>
                            <a href="ia.html" class="text-purple-400 text-sm font-bold cursor-pointer">Lire plus</a>
                        </div>
                    </div>

                    <!-- Small Feature: Cybersecurité -->
                    <div class="relative rounded-3xl overflow-hidden bento-card border border-slate-800 reveal group">
                        <img src="assets/img/cybersecurite.webp" alt="Sécurité"
                            class="absolute inset-0 w-full h-full object-cover group-hover:scale-110 transition-transform duration-700 opacity-80">
                        <div
                            class="absolute inset-0 bg-gradient-to-t from-slate-950/90 via-slate-950/60 to-transparent">
                        </div>
                        <div class="absolute bottom-0 p-6">
                            <span
                                class="bg-red-500 text-white text-xs font-bold px-2 py-1 rounded mb-2 inline-block uppercase">Sécurité</span>
                            <h3 class="text-xl font-bold mb-2 leading-snug font-outfit">Vos données sont-elles vraiment
                                protégées ?</h3>
                            <a href="cybersecurite.html" class="text-red-400 text-sm font-bold cursor-pointer">Nos
                                conseils</a>
                        </div>
                    </div>

                </div>
            </div>
        </section>

        <!-- Newsletter / CTA -->
        <section class="py-24 bg-gradient-to-b from-slate-950 to-slate-900 overflow-hidden relative">
            <div class="absolute -top-24 -right-24 w-96 h-96 bg-indigo-600/10 rounded-full blur-3xl"></div>
            <div class="absolute -bottom-24 -left-24 w-96 h-96 bg-cyan-600/10 rounded-full blur-3xl"></div>

            <div class="container mx-auto px-4 text-center reveal">
                <h2 class="text-4xl md:text-5xl font-outfit font-bold mb-8 italic">"Le meilleur est à venir"</h2>
                <p class="text-xl text-slate-400 max-w-2xl mx-auto mb-12">
                    Rejoignez la communauté Transeet et recevez nos analyses exclusives sur l'évolution du numérique.
                </p>
                <div class="max-w-md mx-auto relative group">
                    <form
                        class="flex p-1 bg-slate-800 rounded-2xl border border-slate-700 focus-within:border-indigo-500 transition-colors">
                        <input type="email" placeholder="votre@email.com"
                            class="bg-transparent text-white px-6 py-4 flex-grow focus:outline-none">
                        <button
                            class="bg-indigo-600 hover:bg-indigo-500 text-white px-8 py-4 rounded-xl font-bold transition-all cursor-pointer">S'abonner</button>
                    </form>
                </div>
            </div>
        </section>
    </main>

    <!-- Footer Reusable -->
    <footer class="bg-slate-950 border-t border-slate-800 pt-16 pb-8">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-12">
                <!-- Brand -->
                <div class="col-span-1 md:col-span-1">
                    <a href="index.html" class="flex items-center space-x-2 mb-6">
                        <div
                            class="w-8 h-8 bg-gradient-to-br from-indigo-500 to-cyan-400 rounded flex items-center justify-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-white" viewBox="0 0 24 24"
                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                stroke-linejoin="round">
                                <path d="m8 3 4 8 5-5 5 15H2L8 3z" />
                            </svg>
                        </div>
                        <span
                            class="text-xl font-bold text-white font-outfit tracking-tighter uppercase">Transeet</span>
                    </a>
                    <p class="text-slate-400 leading-relaxed mb-6">
                        Analysons le futur des technologies et du numérique. L'avenir appartient à ceux qui lisent tôt.
                    </p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-slate-500 hover:text-indigo-400 transition-colors cursor-pointer">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24" fill="none"
                                stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path
                                    d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" />
                            </svg>
                        </a>
                        <a href="#" class="text-slate-500 hover:text-indigo-400 transition-colors cursor-pointer">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24" fill="none"
                                stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" />
                            </svg>
                        </a>
                        <a href="#" class="text-slate-500 hover:text-indigo-400 transition-colors cursor-pointer">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24" fill="none"
                                stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <rect width="20" height="20" x="2" y="2" rx="5" ry="5" />
                                <path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
                                <line x1="17.5" x2="17.51" y1="6.5" y2="6.5" />
                            </svg>
                        </a>
                    </div>
                </div>

                <!-- Categories -->
                <div>
                    <h3 class="text-white font-bold mb-6 font-outfit">Catégories</h3>
                    <ul class="space-y-4">
                        <li><a href="smartphones.html"
                                class="text-slate-400 hover:text-cyan-400 transition-colors cursor-pointer">Smartphones</a>
                        </li>
                        <li><a href="domotique.html"
                                class="text-slate-400 hover:text-cyan-400 transition-colors cursor-pointer">Domotique</a>
                        </li>
                        <li><a href="ia.html"
                                class="text-slate-400 hover:text-cyan-400 transition-colors cursor-pointer">IA &
                                Futur</a></li>
                        <li><a href="cybersecurite.html"
                                class="text-slate-400 hover:text-cyan-400 transition-colors cursor-pointer">Cybersécurité</a>
                        </li>
                        <li><a href="high-tech.html"
                                class="text-slate-400 hover:text-cyan-400 transition-colors cursor-pointer">High-Tech</a>
                        </li>
                    </ul>
                </div>

                <!-- Articles Récents -->
                <div>
                    <h3 class="text-white font-bold mb-6 font-outfit">Transeet Média</h3>
                    <ul class="space-y-4">
                        <li><a href="a-propos.html"
                                class="text-slate-400 hover:text-indigo-400 transition-colors cursor-pointer">À propos
                                de nous</a></li>
                        <li><a href="futur.html"
                                class="text-slate-400 hover:text-indigo-400 transition-colors cursor-pointer">Le futur
                                de Transeet</a></li>
                        <li><a href="contact.html"
                                class="text-slate-400 hover:text-indigo-400 transition-colors cursor-pointer">Nous
                                contacter</a></li>
                        <li><a href="mentions-legales.html"
                                class="text-slate-400 hover:text-indigo-400 transition-colors cursor-pointer">Mentions
                                Légales</a></li>
                    </ul>
                </div>

                <!-- Newsletter -->
                <div>
                    <h3 class="text-white font-bold mb-6 font-outfit">Futur Alertes</h3>
                    <p class="text-slate-400 text-sm mb-4">Recevez les dernières analyses tech directement dans votre
                        boîte mail.</p>
                    <form class="flex space-x-2">
                        <input type="email" placeholder="Email"
                            class="bg-slate-900 border border-slate-700 rounded-lg px-4 py-2 text-white w-full focus:outline-none focus:border-indigo-500 transition-colors">
                        <button
                            class="bg-indigo-600 hover:bg-indigo-500 p-2 rounded-lg text-white transition-colors cursor-pointer">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" viewBox="0 0 24 24" fill="none"
                                stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                <path d="m22 2-7 20-4-9-9-4Z" />
                                <path d="M22 2 11 13" />
                            </svg>
                        </button>
                    </form>
                </div>
            </div>

            <div class="border-t border-slate-900 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-slate-500 text-sm mb-4 md:mb-0">
                    &copy; 2026 Transeet. Tous droits réservés.
                </p>
                <div class="flex space-x-6 text-sm text-slate-500">
                    <a href="mentions-legales.html"
                        class="hover:text-slate-300 transition-colors cursor-pointer">Confidentialité</a>
                    <a href="mentions-legales.html"
                        class="hover:text-slate-300 transition-colors cursor-pointer">Cookies</a>
                </div>
            </div>
        </div>
    </footer>

    <script src="assets/js/main.js"></script>
</body>

</html>