# Codice della Strada Moto 2026: La Guida Definitiva (Quiz + Trappole)

Patente A2 o esperto? Metti alla prova la tua conoscenza delle regole Moto 2026. ZTL, Guanti, Filtraggio: evita le multe con la nostra guida completa.

---


{/* Hero Section */}
<div className="relative mb-8 overflow-hidden rounded-3xl border border-white/10 bg-slate-900/50 px-6 py-10 text-center shadow-2xl backdrop-blur-sm sm:px-10">
    <div className="absolute inset-0 bg-gradient-to-br from-blue-600/10 via-purple-600/10 to-transparent opacity-50" />
    
    <div className="relative flex flex-col items-center">
        <div className="inline-flex items-center gap-3 rounded-full border border-amber-500/30 bg-amber-500/10 px-5 py-2 text-sm font-[800] uppercase tracking-widest text-amber-500 shadow-[0_0_25px_rgba(245,158,11,0.3)] backdrop-blur-md leading-none">
            <span className="relative flex h-2 w-2 mb-[1px]">
              <span className="absolute inline-flex h-full w-full animate-ping rounded-full bg-amber-400 opacity-75"></span>
              <span className="relative inline-flex h-2 w-2 rounded-full bg-amber-500"></span>
            </span>
            Edizione Speciale 2026
        </div>

        <h1 className="mt-6 text-center text-4xl font-[900] uppercase tracking-wide text-white drop-shadow-lg sm:text-6xl lg:text-7xl leading-tight">
            Codice Moto <br />
            <span className="bg-gradient-to-r from-sky-300 to-indigo-300 bg-clip-text text-transparent filter drop-shadow-lg">
                La Guida Definitiva
            </span>
        </h1>

        <div className="mx-auto mt-5 max-w-2xl text-base leading-relaxed text-slate-300">
            ZTL, Parcheggi Blu, Revisioni... <strong className="text-white">Tutto cambia nel 2026.</strong> <br/>
            Sei in regola o rischi la patente?
        </div>
    </div>
</div>

{/* GEO (Generative Engine Optimization) BLOCK - Key Takeaways */}
<div className="mb-12 rounded-2xl border border-blue-500/20 bg-gradient-to-br from-slate-900 to-slate-900/50 p-8 shadow-lg backdrop-blur-md">
    <h2 className="flex items-center gap-3 text-xl font-bold text-blue-400">
        <Zap className="h-6 w-6 text-amber-400" />
        L'essenziale in 3 punti:
    </h2>
    <div className="mt-6 grid gap-4 sm:grid-cols-3">
        <div className="rounded-xl border border-white/5 bg-white/5 p-4 transition-colors hover:bg-white/10">
            <div className="mb-2 text-2xl">🏍️</div>
            <strong className="block text-white">Filtraggio Traffico</strong>
            <span className="text-sm text-slate-400">Tollerato ma prudente (Max 50km/h).</span>
        </div>
        <div className="rounded-xl border border-white/5 bg-white/5 p-4 transition-colors hover:bg-white/10">
            <div className="mb-2 text-2xl">🧤</div>
            <strong className="block text-white">Abbigliamento</strong>
            <span className="text-sm text-slate-400">Guanti CE e paraschiena raccomandati.</span>
        </div>
        <div className="rounded-xl border border-white/5 bg-white/5 p-4 transition-colors hover:bg-white/10">
            <div className="mb-2 text-2xl">📋</div>
            <strong className="block text-white">Revisione</strong>
            <span className="text-sm text-slate-400">Obbligatoria ogni 2 anni (Rumore & Emissioni).</span>
        </div>
    </div>
</div>

{/* QUIZ COMPONENT */}
<div id="quiz-start" className="scroll-mt-32">
    <div className="relative overflow-hidden rounded-2xl border-2 border-indigo-500/50 bg-slate-950 shadow-[0_0_40px_rgba(99,102,241,0.15)]">
        <div className="absolute top-0 left-0 right-0 h-1 bg-gradient-to-r from-transparent via-indigo-500 to-transparent opacity-100" />
        <div className="p-1">
             <CodeMotoQuiz />
        </div>
    </div>
</div>

<div className="ad-container my-12">
    <div className="mb-2 text-center text-xs font-medium uppercase tracking-widest text-slate-500">Pubblicità</div>
    <AdSense slot="XXXXXXXXXX" format="auto" />
</div>

{/* SECTION 1: Lane Splitting */}
<section className="mb-16 mt-16">
    <h2 className="mb-8 text-3xl font-black text-white sm:text-4xl">
        <span className="mr-3 inline-block rounded-lg bg-blue-600/20 px-3 py-1 text-2xl text-blue-500">1</span>
        Circolazione tra le file (Filtraggio)
    </h2>
    
    <div className="prose prose-lg prose-invert max-w-none text-slate-300">
        <p>
            Basta zone grigie. Passare tra le auto è una pratica comune, ma il Codice è severo in caso di incidente.
        </p>
    </div>

    <div className="mt-8 overflow-hidden rounded-2xl border border-blue-500/20 bg-slate-900/80">
        <div className="border-b border-white/5 bg-white/5 px-6 py-4">
             <h3 className="m-0 flex items-center gap-2 text-lg font-bold text-white">
                <Target className="h-5 w-5 text-blue-400" />
                Le 3 Regole d'Oro 2026
             </h3>
        </div>
        <div className="p-6">
            <ul className="space-y-4">
                <li className="flex gap-4">
                    <div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-blue-500/20 text-sm font-bold text-blue-400">1</div>
                    <div>
                        <strong className="block text-white">Velocità Max: 50 km/h</strong>
                        <span className="text-slate-400">Limite di sicurezza tollerato nel traffico lento.</span>
                    </div>
                </li>
                <li className="flex gap-4">
                    <div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-blue-500/20 text-sm font-bold text-blue-400">2</div>
                    <div>
                        <strong className="block text-white">Differenziale moderato</strong>
                        <span className="text-slate-400">Non sfrecciare tra auto ferme.</span>
                    </div>
                </li>
                <li className="flex gap-4">
                    <div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-blue-500/20 text-sm font-bold text-blue-400">3</div>
                    <div>
                        <strong className="block text-white">Vietato in Movimento Veloce</strong>
                        <span className="text-slate-400">In autostrada a 100 km/h, lo slalom è ritiro patente.</span>
                    </div>
                </li>
            </ul>
        </div>
    </div>

    <div className="mt-6 flex gap-4 rounded-xl border border-red-500/20 bg-red-500/5 p-5 text-red-200">
        <AlertTriangle className="h-6 w-6 shrink-0 text-red-500" />
        <p className="m-0 text-sm leading-relaxed">
            <strong className="text-red-400">La Trappola:</strong> Non confondere il filtraggio con il sorpasso a destra o l'uso della corsia di emergenza. Sono infrazioni gravissime.
        </p>
    </div>
</section>

<div className="ad-container my-12">
    <AdSense slot="XXXXXXXXXX" format="auto" />
</div>

{/* SECTION 2: GEAR */}
<section className="mb-16">
    <h2 className="mb-8 text-3xl font-black text-white sm:text-4xl">
        <span className="mr-3 inline-block rounded-lg bg-emerald-600/20 px-3 py-1 text-2xl text-emerald-500">2</span>
        Equipaggiamento: Non guidare "nudo"
    </h2>
    <p className="mb-8 text-lg text-slate-300">
        Non ci stancheremo mai di ripeterlo: la tua pelle non è la carrozzeria. Nel 2026, i controlli sono frequenti.
    </p>

    <div className="grid gap-6 sm:grid-cols-2">
        <div className="group rounded-2xl border border-white/5 bg-slate-900/50 p-6 transition-all hover:border-emerald-500/30 hover:bg-slate-900/80">
            <h3 className="mb-4 flex items-center gap-2 text-xl font-bold text-emerald-400">
                <span>🧤</span> Guanti (Obbligatori/Consigliati)
            </h3>
            <p className="text-slate-400">
                Devono essere certificati <strong className="text-white">CE EN 13594</strong>. Obbligatori per l'esame, vitali per la strada.
            </p>
            <div className="mt-4 inline-block rounded bg-slate-800 px-2 py-1 text-xs text-slate-400">
                Rischio: Abrasioni gravi
            </div>
        </div>

        <div className="group rounded-2xl border border-white/5 bg-slate-900/50 p-6 transition-all hover:border-amber-500/30 hover:bg-slate-900/80">
            <h3 className="mb-4 flex items-center gap-2 text-xl font-bold text-amber-400">
                <span>🦺</span> Casco e Paraschiena
            </h3>
            <p className="text-slate-400">
                Casco omologato ECE 22-06. Il paraschiena non è legge ovunque, ma salva la vita.
            </p>
            <div className="mt-4 inline-block rounded bg-slate-800 px-2 py-1 text-xs text-slate-400">
                Sanzione: Fermo amministrativo
            </div>
        </div>
    </div>
</section>

<div className="ad-container my-12">
    <AdSense slot="XXXXXXXXXX" format="auto" />
</div>

{/* SECTION 3: LEZ & INSPECTION */}
<section className="mb-16">
    <h2 className="mb-8 text-3xl font-black text-white sm:text-4xl">
        <span className="mr-3 inline-block rounded-lg bg-rose-600/20 px-3 py-1 text-2xl text-rose-500">3</span>
        ZTL e Revisioni 2026
    </h2>
    
    <div className="mb-8 rounded-2xl border border-white/5 bg-slate-800/30 p-6">
        <h3 className="mb-4 text-xl font-bold text-white">🏙️ Zone a Traffico Limitato (ZTL)</h3>
        <p className="text-slate-300">
            Nel 2026, città come Milano (Area B/C), Roma e Bologna stringono le maglie.
            Le telecamere sono ovunque.
        </p>
    </div>

    <div className="rounded-2xl border border-rose-500/20 bg-gradient-to-br from-slate-900 to-rose-950/20 p-8">
        <h3 className="mb-4 flex items-center gap-3 text-xl font-bold text-rose-400">
            <Shield className="h-6 w-6" />
            Revisione Periodica
        </h3>
        <p className="mb-6 text-slate-300">
            Obbligatoria ogni 2 anni.
        </p>
        <ul className="grid gap-3 sm:grid-cols-3">
             <li className="rounded-lg bg-slate-950/50 p-4 text-center">
                <span className="block font-bold text-white">Rumore 🔊</span>
                <span className="text-sm text-slate-400">DB Killer controllati</span>
             </li>
             <li className="rounded-lg bg-slate-950/50 p-4 text-center">
                <span className="block font-bold text-white">Emissioni 💨</span>
                <span className="text-sm text-slate-400">Attenzione ai decat</span>
             </li>
             <li className="rounded-lg bg-slate-950/50 p-4 text-center">
                <span className="block font-bold text-white">Omologazioni 🏍️</span>
                <span className="text-sm text-slate-400">Specchietti e frecce 'E'</span>
             </li>
        </ul>
    </div>

    <div className="mt-8 rounded-xl border border-blue-500/30 bg-blue-900/10 p-4 text-blue-200">
        <strong>💡 Consiglio da Pro:</strong> Tieni sempre i pezzi originali. Il giorno della vendita o della revisione, rimettere la moto "stock" ti risparmia mal di testa.
    </div>
</section>

<div className="ad-container my-12">
    <AdSense slot="XXXXXXXXXX" format="auto" />
</div>

{/* CONCLUSION BLOCK */}
<div className="my-16 overflow-hidden rounded-3xl bg-gradient-to-r from-blue-900/40 to-violet-900/40 p-1">
    <div className="rounded-[22px] bg-slate-950/80 p-8 text-center backdrop-blur-xl">
        <h2 className="mb-4 text-2xl font-bold text-white">Guida Sicuro, Guida a Lungo</h2>
        <p className="mx-auto max-w-2xl text-lg text-slate-300">
            Il Codice della Strada non è lì solo per dare fastidio, ma per ridurre i rischi. Nel 2026, tolleranza zero su casco e velocità.
        </p>
        <div className="mt-8 flex flex-col items-center justify-center gap-4 text-center">
            <div className="text-lg font-medium text-blue-300">Non soddisfatto del tuo punteggio?</div>
            <span className="text-sm text-slate-500">Salva questa pagina per ripassare!</span>
        </div>
    </div>
</div>

{/* FINAL CTA */}
<div className="relative my-16 overflow-hidden rounded-3xl bg-amber-500 px-6 py-12 text-center shadow-2xl shadow-amber-500/20 sm:px-12">
    <div className="absolute inset-0 bg-[url('https://www.transparenttextures.com/patterns/carbon-fibre.png')] opacity-10 mix-blend-overlay"></div>
    <div className="relative">
        <div className="mb-4 text-5xl">🏍️ 🛑</div>
        <h2 className="mb-4 text-3xl font-black text-slate-900 sm:text-4xl">
            Codice Moto 2026: Il Test Finale
        </h2>
        <p className="mb-8 text-xl font-medium text-slate-900/80">
            Padroneggi le nuove regole? <br/>
            <strong>20 domande</strong> per dimostrarlo.
        </p>
        <a href="#quiz-start" className="inline-flex items-center gap-2 rounded-full bg-slate-900 px-8 py-4 text-lg font-bold text-white shadow-xl transition-transform hover:scale-105 hover:bg-slate-800">
            Inizia la Sfida 🚦
        </a>
    </div>
</div>

