<!DOCTYPE html>

<html lang="fr" class="scroll-smooth">

<head>

    <meta charset="UTF-8">

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

    <title>Nautéo - Devenez Courtier Nautique Indépendant</title>

    <meta name="description" content="Lancez votre agence de courtage nautique en 14 jours avec Nautéo. Formation, Outils et Accompagnement pour réussir sans stock.">

    

    <!-- POLICES (Identité Nautéo) -->

    <link rel="preconnect" href="https://fonts.googleapis.com">

    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">

    

    <!-- ICONS -->

    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script>


    <!-- TAILWIND CSS -->

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

    <script>

        tailwind.config = {

            theme: {

                extend: {

                    colors: {

                        navy: '#001F54',  /* Bleu Prestige */

                        gold: '#D4AF37',  /* Or Mat */

                        goldlight: '#E5C558',

                        offwhite: '#F8FAFC',

                    },

                    fontFamily: {

                        sans: ['Montserrat', 'sans-serif'],

                        serif: ['Cinzel', 'serif'],

                    }

                }

            }

        }

    </script>


    <style>

        /* Fond de sécurité si l'image ne charge pas */

        body { background-color: #F8FAFC; color: #001F54; }


        .hero-bg {

            background-color: #001F54; /* Fallback color */

            background-image: linear-gradient(rgba(0, 31, 84, 0.9), rgba(0, 31, 84, 0.7)), url('https://images.unsplash.com/photo-1569263979104-865ab7dd8d17?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');

            background-size: cover;

            background-position: center;

            background-attachment: fixed;

        }

        .gold-gradient {

            background: linear-gradient(135deg, #D4AF37 0%, #E5C558 50%, #B59020 100%);

        }

        .check-list li {

            position: relative;

            padding-left: 2rem;

            margin-bottom: 0.75rem;

            list-style: none;

        }

        .check-list li::before {

            content: '\f00c'; /* FontAwesome check */

            font-family: 'Font Awesome 6 Free';

            font-weight: 900;

            position: absolute;

            left: 0;

            color: #D4AF37;

        }

        .cross-list li {

            position: relative;

            padding-left: 2rem;

            margin-bottom: 0.75rem;

            list-style: none;

            color: #64748B;

        }

        .cross-list li::before {

            content: '\f00d'; /* FontAwesome times */

            font-family: 'Font Awesome 6 Free';

            font-weight: 900;

            position: absolute;

            left: 0;

            color: #EF4444;

        }

        /* Effet de lueur sur les boutons */

        .btn-glow:hover {

            box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);

        }

    </style>

</head>

<body class="font-sans text-navy bg-offwhite antialiased">


    <!-- HEADER / NAVIGATION -->

    <nav class="fixed w-full z-50 bg-navy/95 backdrop-blur shadow-lg border-b border-gold/20">

        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

            <div class="flex justify-between items-center h-20">

                <!-- Logo -->

                <div class="flex-shrink-0 flex items-center gap-2">

                    <svg width="40" height="40" viewBox="0 0 100 100" class="mr-2">

                        <path d="M50 10 L 80 80 L 50 90 L 20 80 Z" fill="#FFFFFF" />

                        <path d="M50 10 L 80 80 L 50 90 L 50 10" fill="#FFFFFF" opacity="0.8" />

                        <rect x="48" y="10" width="4" height="80" fill="#D4AF37" />

                        <path d="M10 65 L 50 85 L 90 65" stroke="#D4AF37" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" />

                    </svg>

                    <span class="font-serif text-2xl font-bold text-white tracking-widest">

                        NAUTÉO<span class="text-gold">.</span>

                    </span>

                </div>

                

                <!-- Menu -->

                <div class="hidden md:flex space-x-8 items-center">

                    <a href="#methode" class="text-white hover:text-gold transition text-xs font-bold tracking-widest uppercase no-underline">La Méthode</a>

                    <a href="#outils" class="text-white hover:text-gold transition text-xs font-bold tracking-widest uppercase no-underline">Les Outils</a>

                    <a href="#tarifs" class="text-white hover:text-gold transition text-xs font-bold tracking-widest uppercase no-underline">Offres</a>

                </div>

                

                <!-- CTA -->

                <div>

                    <a href="#tarifs" class="px-6 py-2 gold-gradient text-navy font-bold rounded btn-glow transition transform hover:scale-105 text-sm uppercase tracking-wide no-underline inline-block">

                        Rejoindre l'élite

                    </a>

                </div>

            </div>

        </div>

    </nav>


    <!-- HERO SECTION -->

    <header class="hero-bg min-h-screen flex items-center justify-center pt-24 pb-20">

        <div class="max-w-5xl mx-auto px-4 text-center">

            

            <!-- Baseline -->

            <div class="inline-block mb-6 animate-fade-in">

                <span class="text-gold text-xs md:text-sm font-bold tracking-[0.3em] uppercase border-b-2 border-gold pb-1">Votre Agence, Vos Règles, Nos Outils</span>

            </div>


            <!-- Headline -->

            <h1 class="font-serif text-4xl md:text-6xl lg:text-7xl font-bold text-white mb-8 leading-tight drop-shadow-lg">

                PILOTEZ VOTRE RÉUSSITE <br>

                <span class="text-transparent bg-clip-text bg-gradient-to-r from-yellow-200 via-yellow-400 to-yellow-600">DANS LE NAUTISME</span>

            </h1>


            <!-- Subheadline -->

            <p class="text-gray-200 text-lg md:text-xl mb-12 font-light max-w-3xl mx-auto leading-relaxed">

                La première <strong>Micro-Franchise Digitale</strong> qui vous permet de lancer votre agence de courtage en 14 jours, sans stock, sans local et sans royalties.

            </p>


            <!-- Video VSL -->

            <div class="relative w-full max-w-4xl mx-auto aspect-video bg-black rounded-xl shadow-2xl overflow-hidden border border-white/20 group cursor-pointer mb-12">

                <div class="absolute inset-0 flex items-center justify-center group-hover:scale-110 transition duration-500 z-10">

                    <div class="w-20 h-20 bg-gold/90 rounded-full flex items-center justify-center pl-2 shadow-[0_0_30px_rgba(212,175,55,0.6)] animate-pulse">

                        <i class="fas fa-play text-navy text-3xl"></i>

                    </div>

                </div>

                <!-- Image d'un yacht ou d'une vidéo -->

                <img src="https://images.unsplash.com/photo-1566370162597-969c36224422?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80" alt="Vidéo Présentation" class="w-full h-full object-cover opacity-60">

                <div class="absolute bottom-0 left-0 w-full p-6 bg-gradient-to-t from-black/80 to-transparent text-left">

                    <p class="text-gold font-bold text-sm tracking-widest uppercase mb-1">Masterclass Offerte</p>

                    <p class="text-white font-serif text-xl">Comment générer 5 000€/mois sans acheter de bateau ?</p>

                </div>

            </div>


            <!-- CTA -->

            <div class="flex flex-col items-center">

                <a href="#tarifs" class="px-10 py-5 gold-gradient text-navy font-bold rounded text-lg shadow-2xl btn-glow transition transform hover:-translate-y-1 w-full md:w-auto uppercase tracking-wide no-underline inline-block">

                    Je lance mon agence maintenant

                </a>

                <p class="text-gray-400 text-sm mt-4 flex items-center gap-2">

                    <i class="fas fa-file-invoice-dollar text-gold"></i> Modèle Business Plan Bancaire inclus

                </p>

            </div>


        </div>

    </header>


    <!-- PREUVE / BANDEAU -->

    <div class="bg-white py-10 border-b border-gray-100">

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

            <p class="text-center text-gray-400 text-xs font-bold tracking-[0.2em] uppercase mb-8">La méthode approuvée par les professionnels</p>

            <div class="flex flex-wrap justify-center gap-12 md:gap-24 opacity-30 grayscale transition hover:grayscale-0 hover:opacity-100 duration-500">

                <i class="fas fa-anchor text-4xl text-navy" title="Secteur Nautique"></i>

                <i class="fas fa-file-contract text-4xl text-navy" title="Juridique"></i>

                <i class="fas fa-chart-line text-4xl text-navy" title="Croissance"></i>

                <i class="fas fa-users text-4xl text-navy" title="Réseau"></i>

                <i class="fas fa-university text-4xl text-navy" title="Financement"></i>

            </div>

        </div>

    </div>


    <!-- COMPARATIF (LE PROBLÈME) -->

    <section class="py-24 bg-offwhite" id="methode">

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

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

                <h2 class="font-serif text-3xl md:text-5xl font-bold text-navy mb-6">POURQUOI PAYER UNE FRANCHISE ?</h2>

                <div class="w-20 h-1 bg-gold mx-auto mb-6"></div>

                <p class="text-gray-600 max-w-2xl mx-auto leading-relaxed">

                    Le modèle classique est cassé. 

                    <strong>Nautéo</strong> change les règles avec le modèle "Micro-Franchise Digitale".

                </p>

            </div>


            <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">

                <!-- Franchise Classique -->

                <div class="bg-white p-10 rounded-2xl border border-gray-200 shadow-sm opacity-80 hover:opacity-100 transition duration-300">

                    <h3 class="font-bold text-xl text-gray-400 mb-8 flex items-center tracking-wide">

                        <span class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center mr-4"><i class="fas fa-building text-gray-400"></i></span>

                        AGENCE CLASSIQUE

                    </h3>

                    <ul class="space-y-5 cross-list font-medium">

                        <li>Droit d'entrée : <strong>25 000 € à 40 000 €</strong></li>

                        <li>Local commercial obligatoire</li>

                        <li>Royalties : <strong>6% à 8%</strong> de votre CA</li>

                        <li>Formation théorique</li>

                        <li>Vous payez pour votre marketing</li>

                    </ul>

                </div>


                <!-- Modèle Nautéo -->

                <div class="bg-navy text-white p-10 rounded-2xl shadow-2xl relative transform lg:scale-105 border-2 border-gold">

                    <div class="absolute -top-5 left-1/2 transform -translate-x-1/2 bg-gold text-navy px-6 py-2 rounded shadow-lg text-xs font-bold uppercase tracking-wider">

                        Le Modèle Gagnant

                    </div>

                    <h3 class="font-serif text-2xl text-gold mb-8 flex items-center">

                        <span class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center mr-4"><i class="fas fa-crown text-gold"></i></span>

                        MODÈLE NAUTÉO

                    </h3>

                    <ul class="space-y-5 check-list font-medium text-gray-200">

                        <li>Investissement : <strong>< 5 000 €</strong></li>

                        <li>Zéro local (Digital Nomad)</li>

                        <li><strong>0% de Royalties</strong></li>

                        <li>Pack Tech Inclus (Offre Élite)</li>

                        <li><span class="text-gold font-bold">Pack Marketing Complet Inclus</span></li>

                    </ul>

                </div>

            </div>

        </div>

    </section>


    <!-- LE PROGRAMME (MODULES) -->

    <section id="programme" class="py-24 bg-white relative overflow-hidden">

        <!-- Background Pattern -->

        <div class="absolute inset-0 opacity-5 pointer-events-none" style="background-image: radial-gradient(#001F54 1px, transparent 1px); background-size: 30px 30px;"></div>


        <div class="max-w-7xl mx-auto px-4 relative z-10">

            <div class="text-center mb-20">

                <span class="text-gold font-bold tracking-[0.2em] uppercase text-sm">L'Académie Nautéo</span>

                <h2 class="font-serif text-4xl md:text-5xl font-bold text-navy mt-3">6 MODULES POUR <span class="text-gold">PERFORMER</span></h2>

            </div>


            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">

                <!-- Modules 1 à 6 -->

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-balance-scale"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">1. Juridique & Structure</h3>

                    <p class="text-gray-600 text-sm">Statut fiscal, assurances et conformité TRACFIN.</p>

                </div>

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-binoculars"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">2. Sourcing "Sniper"</h3>

                    <p class="text-gray-600 text-sm">Trouver les bateaux ventouses avant la concurrence.</p>

                </div>

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-camera-retro"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">3. Valorisation</h3>

                    <p class="text-gray-600 text-sm">Boat Staging, Photo et Copywriting pour vendre cher.</p>

                </div>

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-filter"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">4. Le Filtre Acheteur</h3>

                    <p class="text-gray-600 text-sm">Qualifier les acheteurs et éviter le tourisme.</p>

                </div>

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-file-signature"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">5. Closing & Argent</h3>

                    <p class="text-gray-600 text-sm">Négociation, Compromis et Sécurisation des fonds.</p>

                </div>

                <!-- Module 6 -->

                <div class="p-8 bg-offwhite rounded-xl hover:shadow-xl transition group border border-gray-100">

                    <div class="w-14 h-14 bg-navy text-gold rounded-lg flex items-center justify-center text-2xl mb-6 group-hover:scale-110 transition shadow-lg"><i class="fas fa-laptop-code"></i></div>

                    <h3 class="font-serif font-bold text-xl text-navy mb-3">6. Le Pack Tech</h3>

                    <p class="text-gray-600 text-sm">Prise en main de votre Site Web et CRM (selon offre).</p>

                </div>

            </div>

        </div>

    </section>


    <!-- PACK TECH (ARGUMENT MASSIF - RÉSERVÉ ÉLITE) -->

    <section id="outils" class="py-24 bg-navy text-white relative">

        <div class="max-w-7xl mx-auto px-4 flex flex-col md:flex-row items-center gap-16">

            

            <div class="md:w-1/2 relative">

                <!-- Mockup Abstrait -->

                <div class="relative z-10 bg-white rounded-lg shadow-2xl p-2 transform rotate-1 transition hover:rotate-0 duration-500">

                    <!-- Image d'un dashboard -->

                    <img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80" alt="CRM Nautéo" class="rounded border border-gray-200">

                </div>

                <div class="absolute -bottom-6 -right-6 w-full h-full border-2 border-gold rounded-lg z-0"></div>

            </div>


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

                <span class="text-gold font-bold tracking-widest uppercase text-sm">Technologie Incluse (Pack Immersion)</span>

                <h2 class="font-serif text-3xl md:text-5xl font-bold mt-3 mb-6">VOTRE AGENCE DIGITALE <br>LIVRÉE CLÉ EN MAIN.</h2>

                <p class="text-gray-300 mb-8 leading-relaxed">

                    Dans notre offre la plus complète, nous vous évitons l'enfer technique.

                    Nous vous livrons votre outil de travail 100% opérationnel et personnalisé.

                </p>


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

                    <div class="flex">

                        <i class="fas fa-check-circle text-gold text-2xl mr-4 mt-1"></i>

                        <div>

                            <h4 class="font-bold text-lg">Site Vitrine Premium</h4>

                            <p class="text-sm text-gray-400">Design Haut de Gamme, à votre nom, optimisé pour convertir.</p>

                        </div>

                    </div>

                    <div class="flex">

                        <i class="fas fa-check-circle text-gold text-2xl mr-4 mt-1"></i>

                        <div>

                            <h4 class="font-bold text-lg">CRM de Pilotage</h4>

                            <p class="text-sm text-gray-400">Suivez vos prospects, vos mandats et vos commissions.</p>

                        </div>

                    </div>

                    <div class="flex">

                        <i class="fas fa-check-circle text-gold text-2xl mr-4 mt-1"></i>

                        <div>

                            <h4 class="font-bold text-lg">Automatisations</h4>

                            <p class="text-sm text-gray-400">Emails de relance, prise de RDV, SMS automatiques.</p>

                        </div>

                    </div>

                </div>

            </div>


        </div>

    </section>


    <!-- TARIFS (PRICING REVISITÉ) -->

    <section id="tarifs" class="py-24 bg-offwhite">

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

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

                <h2 class="font-serif text-3xl md:text-5xl font-bold text-navy mb-4">INVESTISSEZ DANS VOTRE AVENIR</h2>

                <p class="text-gray-600">Choisissez le niveau d'accompagnement qui correspond à votre ambition.</p>

            </div>


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

                

                <!-- OFFRE 1 : ACADEMY -->

                <div class="bg-white border border-gray-200 rounded-2xl p-8 hover:shadow-xl transition relative group">

                    <h3 class="font-serif text-2xl font-bold text-gray-400 mb-2">ACADEMY</h3>

                    <p class="text-sm text-gray-500 h-10">Je me forme seul.</p>

                    <div class="my-8">

                        <span class="text-4xl font-bold text-navy">2 997 €</span> <span class="text-gray-400 font-bold">HT</span>

                    </div>

                    <!-- À MODIFIER : Insérer lien paiement Stripe/Systeme.io ci-dessous -->

                    <a href="https://votre-lien-de-paiement-academy" class="block w-full py-4 border-2 border-navy text-navy font-bold text-center rounded hover:bg-navy hover:text-white transition uppercase tracking-wide no-underline">Démarrer</a>

                    

                    <div class="mt-8 pt-8 border-t border-gray-100">

                        <ul class="space-y-4 text-sm text-gray-600 list-none pl-0">

                            <li class="flex items-center"><i class="fas fa-check text-navy w-6 mr-2"></i> Formation Vidéo (6 Modules)</li>

                            <li class="flex items-center"><i class="fas fa-check text-navy w-6 mr-2"></i> Kit Contrats Juridiques</li>

                            <li class="flex items-center font-semibold text-navy"><i class="fas fa-check w-6 mr-2"></i> Business Plan Bancaire</li>

                            <li class="flex items-center text-gray-300 line-through"><i class="fas fa-times w-6 mr-2"></i> Pack Marketing</li>

                            <li class="flex items-center text-gray-300 line-through"><i class="fas fa-times w-6 mr-2"></i> Site Web & CRM</li>

                        </ul>

                    </div>

                </div>


                <!-- OFFRE 2 : INCUBATEUR (AVEC PACK MARKETING) -->

                <div class="bg-white border-4 border-gold rounded-2xl p-8 shadow-xl relative transform md:-translate-y-4 z-10">

                    <div class="absolute top-0 right-0 bg-gold text-navy text-xs font-bold px-4 py-1 rounded-bl-lg uppercase tracking-wide">Recommandé</div>

                    <h3 class="font-serif text-2xl font-bold text-navy mb-2">INCUBATEUR</h3>

                    <p class="text-sm text-gray-500 h-10">Accompagnement + Identité Visuelle.</p>

                    <div class="my-8">

                        <span class="text-5xl font-bold text-navy">4 997 €</span> <span class="text-gold font-bold">HT</span>

                    </div>

                    <!-- À MODIFIER : Insérer lien paiement Stripe/Systeme.io ci-dessous -->

                    <a href="https://votre-lien-de-paiement-incubateur" class="block w-full py-4 bg-navy text-white font-bold text-center rounded text-lg shadow-lg hover:bg-gold hover:text-navy transition transform hover:scale-105 uppercase tracking-wide no-underline">REJOINDRE LE GROUPE</a>

                    

                    <div class="mt-8 pt-8 border-t border-gray-200">

                        <ul class="space-y-4 text-sm text-gray-700 list-none pl-0">

                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> Tout le pack Academy</li>

                            

                            <!-- PACK MARKETING -->

                            <li class="font-bold bg-gold/10 p-2 rounded -mx-2 text-navy flex items-center"><i class="fas fa-paint-brush w-6 text-gold mr-2"></i> PACK MARKETING COMPLET</li>

                            <ul class="ml-8 space-y-1 text-xs text-gray-500 border-l-2 border-gold/30 pl-3">

                                <li>• Logo Pro & Charte</li>

                                <li>• Carte Visite & Flyer</li>

                                <li>• Pochette & Panneau</li>

                            </ul>


                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> <strong>Coaching Groupe (8 sem.)</strong></li>

                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> Audit de vos annonces</li>

                            <li class="flex items-center font-semibold text-navy"><i class="fas fa-file-invoice-dollar text-gold w-6 mr-2"></i> Business Plan Bancaire</li>

                            <li class="flex items-center text-gray-400 line-through"><i class="fas fa-times w-6 mr-2"></i> Pas de Site / CRM</li>

                        </ul>

                    </div>

                </div>


                <!-- OFFRE 3 : IMMERSION (VIP) -->

                <div class="bg-navy text-white rounded-2xl p-8 hover:shadow-2xl transition relative group border-4 border-gold">

                    <h3 class="font-serif text-2xl font-bold text-gold mb-2">IMMERSION</h3>

                    <p class="text-sm text-gray-300 h-10">L'agence clé en main + Présentiel.</p>

                    <div class="my-8">

                        <span class="text-4xl font-bold text-white">7 997 €</span> <span class="text-gray-400 font-bold">HT</span>

                    </div>

                    <!-- À MODIFIER : Insérer lien Calendly ci-dessous -->

                    <a href="https://calendly.com/votre-compte/candidature-immersion" class="block w-full py-4 gold-gradient text-navy font-bold text-center rounded shadow-lg btn-glow transition uppercase tracking-wide no-underline">CANDIDATER (VIP)</a>

                    

                    <div class="mt-8 pt-8 border-t border-white/20">

                        <ul class="space-y-4 text-sm text-white list-none pl-0">

                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> Tout le pack Incubateur</li>

                            <!-- LA DIFFÉRENCE MAJEURE ICI -->

                            <li class="flex items-center bg-white/10 p-2 rounded -mx-2"><i class="fas fa-laptop-code text-gold w-6 mr-2"></i> <strong>SITE WEB & CRM INCLUS</strong></li>

                            <li class="flex items-center"><i class="fas fa-star text-gold w-6 mr-2"></i> 2 Jours Présentiel (Mentor)</li>

                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> Setup "Done For You"</li>

                            <li class="flex items-center"><i class="fas fa-check text-gold w-6 mr-2"></i> WhatsApp Privé 1-to-1</li>

                        </ul>

                    </div>

                </div>


            </div>

        </div>

    </section>


    <!-- FAQ -->

    <section class="py-20 bg-white">

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

            <h2 class="font-serif text-3xl font-bold text-center text-navy mb-12">QUESTIONS FRÉQUENTES</h2>

            

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

                <details class="bg-offwhite p-6 rounded-lg group cursor-pointer">

                    <summary class="font-bold text-navy flex justify-between items-center list-none">

                        J'ai besoin du site web, mais je n'ai pas 8000€ ?

                        <span class="transition group-open:rotate-180 text-gold"><i class="fas fa-chevron-down"></i></span>

                    </summary>

                    <p class="text-gray-600 mt-4 text-sm leading-relaxed">Le site web inclus dans l'offre Immersion est une solution haut de gamme. Si vous prenez l'offre Incubateur, nous vous apprendrons comment créer une page simple vous-même, ou nous pourrons vous proposer le site en "Add-on" plus tard.</p>

                </details>


                <details class="bg-offwhite p-6 rounded-lg group cursor-pointer">

                    <summary class="font-bold text-navy flex justify-between items-center list-none">

                        Le Business Plan est-il suffisant pour la banque ?

                        <span class="transition group-open:rotate-180 text-gold"><i class="fas fa-chevron-down"></i></span>

                    </summary>

                    <p class="text-gray-600 mt-4 text-sm leading-relaxed">Oui. Le modèle fourni est pré-rempli avec les ratios financiers du secteur (charges, marges, BFR). Il a été validé par des experts-comptables.</p>

                </details>

            </div>


            <!-- CONTACT FORM -->

            <div class="mt-12 text-center">

                <p class="text-gray-600 mb-4">Une autre question ?</p>

                <!-- À MODIFIER : Insérer action formulaire (ex: Formspree) -->

                <form action="https://formspree.io/f/VOTRE_ID_FORMSPREE" method="POST" class="max-w-md mx-auto flex gap-2">

                    <input type="email" name="email" placeholder="Votre email" class="flex-1 p-3 bg-gray-50 border border-gray-200 rounded focus:border-gold outline-none">

                    <button type="submit" class="px-6 py-3 bg-navy text-white font-bold rounded hover:bg-gold transition">Envoyer</button>

                </form>

            </div>

        </div>

    </section>


    <!-- FOOTER -->

    <footer class="bg-navy text-white py-12 border-t border-gold/20">

        <div class="max-w-7xl mx-auto px-4 text-center">

            <h2 class="font-serif text-2xl font-bold mb-4">NAUTÉO<span class="text-gold">.</span></h2>

            <p class="text-gray-400 mb-8 max-w-md mx-auto text-sm">L'académie de référence pour les entrepreneurs du nautisme.</p>

            <p class="text-xs text-gray-500">© 2024 Nautéo. Tous droits réservés.</p>

        </div>

    </footer>


</body>

</html>