# Teste Completo: Os 12 Melhores Pneus para Africa Twin

Comparativo Pneus.

---

import ArticleScript from '@/components/ArticleScript';

{/* Hero Section */}
<div className="text-center mb-12 relative">
  <div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full max-w-2xl h-64 bg-blue-500/10 rounded-full blur-[100px] pointer-events-none"></div>
  
  <div className="inline-flex items-center gap-2 px-4 py-2 bg-gradient-to-r from-blue-900/50 to-blue-500/20 text-blue-400 border border-blue-500/50 rounded-full text-sm font-bold uppercase tracking-widest mb-6 shadow-[0_0_15px_rgba(59,130,246,0.3)]">
    <span>🏆</span> COMPARATIVO EXCLUSIVO
  </div>
  
  <h1 className="text-4xl md:text-6xl font-black mb-6 leading-tight text-white drop-shadow-lg">
    Teste Completo: <span className="text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-cyan-400">Top 12 Pneus para Africa Twin</span>
  </h1>
  
  <p className="text-xl text-slate-300 font-medium mb-10 max-w-2xl mx-auto">
    <strong className="text-blue-500">5 000 km</strong> de testes reais. Descubra o pneu perfeito!
  </p>
  
  <div className="grid grid-cols-1 md:grid-cols-3 gap-6">
    <div className="bg-slate-900 border border-slate-700/50 p-6 rounded-2xl backdrop-blur-md hover:border-blue-500/50 transition-colors shadow-xl">
      <div className="text-4xl mb-3">🔬</div>
      <div className="text-sm text-slate-400 uppercase tracking-wider font-semibold mb-1">Distância</div>
      <div className="text-xl font-black text-white">5.237 km</div>
    </div>
    <div className="bg-slate-900 border border-blue-900/50 p-6 rounded-2xl backdrop-blur-md hover:border-blue-500/50 transition-colors shadow-xl relative overflow-hidden">
      <div className="absolute top-0 right-0 w-20 h-20 bg-blue-500/10 rounded-full blur-xl pointer-events-none"></div>
      <div className="text-4xl mb-3 font-black italic text-blue-500">12</div>
      <div className="text-sm text-slate-400 uppercase tracking-wider font-semibold mb-1">Pneus</div>
      <div className="text-xl font-black text-blue-400">Testados</div>
    </div>
    <div className="bg-slate-900 border border-slate-700/50 p-6 rounded-2xl backdrop-blur-md hover:border-cyan-500/50 transition-colors shadow-xl">
      <div className="text-4xl mb-3">📊</div>
      <div className="text-sm text-slate-400 uppercase tracking-wider font-semibold mb-1">Análise</div>
      <div className="text-xl font-black text-cyan-400">Completa</div>
    </div>
  </div>
</div>

<div className="flex justify-center my-10">
  <AdSense slot="4357278838" format="auto" />
</div>

<div className="bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-12 shadow-2xl relative overflow-hidden">
    <h2 className="text-2xl font-black text-white mb-6 border-b border-slate-800 pb-4">🔍 Metodologia</h2>
    <p className="text-slate-300 mb-6">Testes rigorosos:</p>
    <ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-slate-300">
        <li className="flex items-center gap-3"><span className="text-blue-500">✅</span> Carga média: 210 kg</li>
        <li className="flex items-center gap-3"><span className="text-blue-500">✅</span> 35% asfalto - 65% offroad</li>
        <li className="flex items-center gap-3"><span className="text-blue-500">✅</span> Todas as estações</li>
        <li className="flex items-center gap-3"><span className="text-blue-500">✅</span> Pressão: 2.5 / 2.8 bar</li>
    </ul>
</div>

<h2 className="text-3xl font-black text-white mb-12 text-center relative">
  <span className="relative z-10">🏆 Classificação Final</span>
  <div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-48 h-12 bg-blue-500/20 rounded-full blur-xl pointer-events-none"></div>
</h2>

{/* Tire 1 */}
<TireScoreCard
  rank="1"
  name="Michelin Anakee Adventure"
  type="80% Estrada / 20% Trilhos"
  lifespan="12 500 km"
  price="320€"
  overallScore="9.4"
  gripRoad="9.5"
  gripOffroad="6.5"
  durability="8.5"
  buyLink="https://www.anrdoezrs.net/click-101188448-15707730?url=https%3A%2F%2Fwww.dafy-moto.com%2Fpneu-anakee-adventure-michelin.html"
>
  <div>O compromisso perfeito para a maioria dos proprietários da Africa Twin. Um comportamento irrepreensível na estrada (mesmo sob chuva forte) e uma motricidade correta em caminhos de terra. A inclinação nas curvas é progressiva e tranquilizadora.</div>
  <ProsAndCons 
    pros="Aderência excecional sob chuva | Inclinação segura nas curvas | Excelente longevidade | Ruído de rolagem contido"
    cons="Limite rapidamente atingido em lama rala | Preço de compra elevado | Visual menos agressivo"
  />
</TireScoreCard>

{/* Tire 2 */}
<TireScoreCard
  rank="2"
  name="Metzeler Tourance Next 2"
  type="90% Estrada / 10% Trilhos"
  lifespan="15 000 km+"
  price="290€"
  overallScore="9.1"
  gripRoad="9.8"
  gripOffroad="4.0"
  durability="9.5"
  buyLink="https://www.anrdoezrs.net/click-101188448-15707730?url=https%3A%2F%2Fwww.dafy-moto.com%2Fpneu-tourance-next-2-metzeler.html"
>
  <div>O rei indiscutível dos grandes devoradores de asfalto. Se quase nunca sai da estrada, este é o pneu certo para si. Uma precisão cirúrgica na roda dianteira e capacidade de suportar quilómetros a dois com carga sem vacilar.</div>
  <ProsAndCons 
    pros="Estabilidade a alta velocidade | Recorde de longevidade no comparativo | Desempenho constante até ao desgaste | Excelente travagem no molhado"
    cons="Perfil 100% estradista (zero off-road a sério) | Ligeiro shimmy possível em fim de vida | Tempo de aquecimento longo"
  />
</TireScoreCard>

{/* Tire 3 */}
<TireScoreCard
  rank="3"
  name="Bridgestone Battlax AX41"
  type="50% Estrada / 50% Trilhos"
  lifespan="8 000 km"
  price="280€"
  overallScore="8.9"
  gripRoad="7.0"
  gripOffroad="9.5"
  durability="6.0"
>
  <div>O pneu dos aventureiros! Os seus grandes cravos transformam a Africa Twin na areia, lama e rochas. Surpreendente em estrada seca onde permite uma inclinação honorável, apesar do seu perfil extremo.</div>
  <ProsAndCons 
    pros="Tração fenomenal em off-road | Visual estilo Dakar | Surpreendentemente ágil em asfalto seco | Evacuação de lama ideal"
    cons="Desgaste muito rápido do pneu traseiro | Ruído significativo acima de 90 km/h | Exige prudência em asfalto molhado"
  />
</TireScoreCard>

{/* Tire 4 */}
<TireScoreCard
  rank="4"
  name="Continental TKC 70 Rocks"
  type="60% Estrada / 40% Trilhos"
  lifespan="9 500 km"
  price="340€"
  overallScore="8.7"
  gripRoad="8.5"
  gripOffroad="7.5"
  durability="7.5"
>
  <div>A evolução perfeita do TKC 70. Ao combinar um pneu dianteiro standard e um traseiro 'Rocks' sem a banda central contínua, a Continental elimina oscilações a alta velocidade, aumentando a motricidade off-road.</div>
  <ProsAndCons 
    pros="Incrível Polivalência | Sem oscilações a alta velocidade | Excelente aquecimento | Rendimento quilométrico decente"
    cons="Preço premium | Pneu dianteiro um pouco ruidoso | Desgaste plano da banda traseira"
  />
</TireScoreCard>

{/* Tire 5 */}
<TireScoreCard
  rank="5"
  name="Pirelli Scorpion Trail II"
  type="90% Estrada / 10% Trilhos"
  lifespan="13 000 km"
  price="310€"
  overallScore="8.6"
  gripRoad="9.6"
  gripOffroad="4.5"
  durability="8.0"
>
  <div>O pneu do piloto. Um perfil desportivo que dá asas à moto em estradas sinuosas. O ADN da Pirelli sente-se logo nas primeiras curvas, com uma agilidade entusiasmante. Apenas para os puristas do asfalto.</div>
  <ProsAndCons 
    pros="Comportamento ultradesportivo em estrada | Agilidade impressionante | Máxima aderência na inclinação | Padrão muito bonito"
    cons="Desgaste em degrau frequente na frente | Inútil fora de estradas pavimentadas | Desempenho diminui no fim da vida"
  />
</TireScoreCard>

{/* Tire 6 */}
<TireScoreCard
  rank="6"
  name="Dunlop Trailmax Mission"
  type="70% Estrada / 30% Trilhos"
  lifespan="11 000 km"
  price="300€"
  overallScore="8.5"
  gripRoad="8.0"
  gripOffroad="7.0"
  durability="8.5"
>
  <div>O pneu de aventura à moda americana. Muito robusto, suporta cargas pesadas e oferece grande resistência a furos graças aos seus flancos reforçados. Ideal para expedições mistas.</div>
  <ProsAndCons 
    pros="Flancos super reforçados anti-furo | Excelente compromisso estrada-pista | Visual massivo e aventureiro | Resistência ao desgaste"
    cons="Pneu pesado, impacta agilidade a baixa velocidade | Carcaça rígida altera ligeiramente o conforto | Montagem muito difícil"
  />
</TireScoreCard>

{/* Tire 7 */}
<TireScoreCard
  rank="7"
  name="Mitas E-07+ Dakar"
  type="50% Estrada / 50% Trilhos"
  lifespan="10 000 km"
  price="260€"
  overallScore="8.3"
  gripRoad="6.0"
  gripOffroad="8.5"
  durability="9.0"
>
  <div>A referência para aventureiros que procuram solidez com orçamento controlado. A versão Dakar tem carcaça ainda mais rígida (4 lonas) para resistir aos terrenos mais inóspitos.</div>
  <ProsAndCons 
    pros="Extrema resistência a cortes | Motricidade fora de estrada formidável | Excelente longevidade | Preço bem posicionado"
    cons="Escorregadio em asfalto molhado | Desconfortável a baixa velocidade | Bastante pesado para curvas sucessivas"
  />
</TireScoreCard>

{/* Tire 8 */}
<TireScoreCard
  rank="8"
  name="Heidenau K60 Ranger"
  type="40% Estrada / 60% Trilhos"
  lifespan="14 000 km"
  price="270€"
  overallScore="8.1"
  gripRoad="6.5"
  gripOffroad="8.5"
  durability="9.5"
>
  <div>A escolha absoluta dos globe-trotters. Indestrutível, este pneu pode levá-lo muito longe. Esta versão Ranger corrige os defeitos do K60 Scout original, removendo a faíxa central no uso off-road.</div>
  <ProsAndCons 
    pros="Longevidade excecional | Carcaça blindada resistente contra rochas | Excelente motricidade em gravilha | Excelente relação preço/duração"
    cons="Aderência penalizadora em estrada molhada | Muito ruidoso na autoestrada | Difícil de aquecer em clima frio"
  />
</TireScoreCard>

{/* Tire 9 */}
<TireScoreCard
  rank="9"
  name="Shinko 804/805"
  type="40% Estrada / 60% Trilhos"
  lifespan="6 500 km"
  price="190€"
  overallScore="7.9"
  gripRoad="5.5"
  gripOffroad="8.0"
  durability="5.5"
>
  <div>A solução low-cost para ir para a terra. Inspira-se no TKC 80, mas com um preço muito inferior. Perfeito para uma saída off-road de fim de semana sem arruinar a carteira.</div>
  <ProsAndCons 
    pros="Preço inbatível | Visual espetacular de grandes blocos | Tração decente na neve e lama | Aquece rapidamente"
    cons="Vida útil muito curta no asfalto | Travagem arriscada sob piso molhado | Fica 'quadrado' muito rapidamente"
  />
</TireScoreCard>

{/* Tire 10 */}
<TireScoreCard
  rank="10"
  name="Kenda K761"
  type="70% Estrada / 30% Trilhos"
  lifespan="7 000 km"
  price="210€"
  overallScore="7.7"
  gripRoad="7.0"
  gripOffroad="6.0"
  durability="6.5"
>
  <div>Um pneu polivalente de gama de entrada que oferece prestações aceitáveis para o uso diário e escapadinhas por caminhos de terra. Ideal para orçamentos hiper-reduzidos.</div>
  <ProsAndCons 
    pros="Preço muito acessível | Bom compromisso para uso ocasional em caminhos | Estética agradável"
    cons="Aderência precária debaixo de chuva | Vida útil modesta | Falta de precisão a altas velocidades"
  />
</TireScoreCard>

{/* Tire 11 */}
<TireScoreCard
  rank="11"
  name="Pirelli Scorpion Rally STR"
  type="30% Estrada / 70% Trilhos"
  lifespan="5 500 km"
  price="330€"
  overallScore="7.5"
  gripRoad="6.0"
  gripOffroad="9.0"
  durability="4.5"
>
  <div>O desempenho puro para o off-road agressivo. Não é um pneu para viajar longe, mas sim para se divertir nas piores condições. Excelente em lama profunda e areia solta.</div>
  <ProsAndCons 
    pros="Aderência espetacular na terra solta | Estilo agressivo perfeito | Dá confiança imediatamente na terra"
    cons="Desgasta-se rapidamente se usado maioritariamente no asfalto | Muito ruidoso | Custo elevado por quilómetro"
  />
</TireScoreCard>

{/* Tire 12 */}
<TireScoreCard
  rank="12"
  name="Motoz Tractionator GPS"
  type="40% Estrada / 60% Trilhos"
  lifespan="8 500 km"
  price="290€"
  overallScore="7.2"
  gripRoad="5.0"
  gripOffroad="8.0"
  durability="8.0"
>
  <div>A curiosidade australiana! Um pneu reversível para enfrentar o Outback. Sólido como uma rocha, mas que exige um certo hábito e ajuste de condução.</div>
  <ProsAndCons 
    pros="Montagem bidirecional (50-50 ou Aço/Terra) | Flancos à prova de furos | Perfil central de grande durabilidade"
    cons="Sensação na dianteira muito estranha no início | Aderência arriscada sob chuva | Ressonância acústica desagradável"
  />
</TireScoreCard>


<div className="flex justify-center my-10">
  <AdSense slot="4357278838" format="auto" />
</div>

<div className="bg-slate-900 border border-blue-900/50 rounded-3xl p-8 mb-16 shadow-[0_0_30px_rgba(59,130,246,0.1)] relative overflow-hidden">
    <div className="absolute top-0 right-0 w-32 h-32 bg-blue-500/10 rounded-full blur-2xl pointer-events-none"></div>
    <h2 className="text-2xl font-black text-white mb-8 relative z-10 flex items-center gap-3">
        <span>🛠️</span> Dicas
    </h2>
    
    <div className="grid grid-cols-1 md:grid-cols-3 gap-6 relative z-10">
        <div className="bg-slate-800/50 p-6 rounded-2xl border border-slate-700/50 hover:border-blue-500/50 transition-colors">
            <h4 className="text-lg font-bold text-white mb-4">🔧 Pressão</h4>
            <ul className="text-slate-400 space-y-2 text-sm">
                <li>• Asfalto: 2.5/2.8</li>
                <li>• Offroad: 2.1/2.4</li>
            </ul>
        </div>
        
        <div className="bg-slate-800/50 p-6 rounded-2xl border border-slate-700/50 hover:border-blue-500/50 transition-colors">
            <h4 className="text-lg font-bold text-white mb-4">🔄 Rotação</h4>
            <ul className="text-slate-400 space-y-2 text-sm">
                <li>• 5.000 km</li>
                <li>• Equilíbrio</li>
            </ul>
        </div>
        
        <div className="bg-slate-800/50 p-6 rounded-2xl border border-slate-700/50 hover:border-blue-500/50 transition-colors">
            <h4 className="text-lg font-bold text-white mb-4">🧼 Inspeção</h4>
            <ul className="text-slate-400 space-y-2 text-sm">
                <li>• Rastos</li>
                <li>• Limpar</li>
            </ul>
        </div>
    </div>
</div>



{/* Quiz Section */}
<div className="mt-16 pt-10 border-t border-slate-800 relative z-10">
    <div className="text-center mb-10" id="start-container-pneus">
        <h2 className="text-3xl md:text-4xl font-black mb-4 text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-cyan-400">
            🔍 Encontre o Pneu Perfeito
        </h2>
        <p className="text-xl text-slate-300 font-medium mb-10">Responda a 5 perguntas</p>
        <button id="start-quiz-pneus" className="bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white border-none px-10 py-5 rounded-full text-xl font-black cursor-pointer shadow-[0_10px_30px_rgba(59,130,246,0.3)] uppercase tracking-wider transition-transform hover:scale-105">
            COMEÇAR
        </button>
    </div>

    {/* Progress Bar */}
    <div id="quiz-progress-container-pneus" className="sticky top-0 z-50 bg-slate-950/90 backdrop-blur-md p-4 border-b border-slate-800 hidden">
        <div className="max-w-3xl mx-auto">
            <div className="flex justify-between mb-2">
                <span className="text-sm font-bold text-blue-400" id="quiz-progress-text-pneus">Pergunta 1/5</span>
            </div>
            <div className="h-2 bg-slate-800 rounded-full overflow-hidden">
                <div id="quiz-progress-bar-pneus" className="h-full w-[20%] bg-gradient-to-r from-blue-500 to-cyan-400 transition-all duration-300 rounded-full"></div>
            </div>
        </div>
    </div>

    <form id="quiz-form-pneus" className="max-w-3xl mx-auto my-10 hidden">
        
        {/* Q1 */}
        <div className="quiz-page-pneus active bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-6 shadow-2xl relative overflow-hidden" id="pneus-page-1">
            <div className="flex items-center gap-4 mb-8">
                <div className="bg-gradient-to-br from-blue-500 to-cyan-500 shrink-0 w-14 h-14 rounded-2xl flex items-center justify-center text-2xl font-black text-slate-900 shadow-lg">1</div>
                <h3 className="text-2xl font-bold m-0 leading-relaxed text-white">Percentagem offroad?</h3>
            </div>
            <div className="flex flex-col gap-4 text-white options-pneus">
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q1" value="A" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">&lt;20%</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q1" value="B" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">20-40%</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q1" value="C" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">40-60%</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q1" value="D" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">>60%</span>
                </label>
            </div>
            <div className="text-right mt-8">
                <button type="button" className="next-btn-pneus bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-10 py-4 rounded-xl text-lg font-bold shadow-[0_10px_30px_rgba(59,130,246,0.3)] transition-all disabled:opacity-50">Seguinte →</button>
            </div>
        </div>

        {/* Q2 */}
        <div className="quiz-page-pneus bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-6 shadow-2xl relative overflow-hidden hidden" id="pneus-page-2">
            <div className="flex items-center gap-4 mb-8">
                <div className="bg-gradient-to-br from-blue-500 to-cyan-500 shrink-0 w-14 h-14 rounded-2xl flex items-center justify-center text-2xl font-black text-slate-900 shadow-lg">2</div>
                <h3 className="text-2xl font-bold m-0 leading-relaxed text-white">Terreno mais frequente?</h3>
            </div>
            <div className="flex flex-col gap-4 text-white options-pneus">
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q2" value="A" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Asfalto</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q2" value="B" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Caminho</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q2" value="C" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Técnico</span>
                </label>
            </div>
            <div className="flex justify-between items-center mt-8">
                <button type="button" className="prev-btn-pneus bg-slate-800 hover:bg-slate-700 text-slate-300 border border-slate-600 px-8 py-4 rounded-xl text-lg font-bold transition-all">← Anterior</button>
                <button type="button" className="next-btn-pneus bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-10 py-4 rounded-xl text-lg font-bold shadow-[0_10px_30px_rgba(59,130,246,0.3)] transition-all disabled:opacity-50">Seguinte →</button>
            </div>
        </div>

        {/* Q3 */}
        <div className="quiz-page-pneus bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-6 shadow-2xl relative overflow-hidden hidden" id="pneus-page-3">
            <div className="flex items-center gap-4 mb-8">
                <div className="bg-gradient-to-br from-blue-500 to-cyan-500 shrink-0 w-14 h-14 rounded-2xl flex items-center justify-center text-2xl font-black text-slate-900 shadow-lg">3</div>
                <h3 className="text-2xl font-bold m-0 leading-relaxed text-white">Prioridade?</h3>
            </div>
            <div className="flex flex-col gap-4 text-white options-pneus">
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q3" value="A" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Duração</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q3" value="B" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Desempenho</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q3" value="C" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Conforto</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q3" value="D" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">Preço</span>
                </label>
            </div>
            <div className="flex justify-between items-center mt-8">
                <button type="button" className="prev-btn-pneus bg-slate-800 hover:bg-slate-700 text-slate-300 border border-slate-600 px-8 py-4 rounded-xl text-lg font-bold transition-all">← Anterior</button>
                <button type="button" className="next-btn-pneus bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-10 py-4 rounded-xl text-lg font-bold shadow-[0_10px_30px_rgba(59,130,246,0.3)] transition-all disabled:opacity-50">Seguinte →</button>
            </div>
        </div>

        {/* Q4 */}
        <div className="quiz-page-pneus bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-6 shadow-2xl relative overflow-hidden hidden" id="pneus-page-4">
            <div className="flex items-center gap-4 mb-8">
                <div className="bg-gradient-to-br from-blue-500 to-cyan-500 shrink-0 w-14 h-14 rounded-2xl flex items-center justify-center text-2xl font-black text-slate-900 shadow-lg">4</div>
                <h3 className="text-2xl font-bold m-0 leading-relaxed text-white">Km anuais?</h3>
            </div>
            <div className="flex flex-col gap-4 text-white options-pneus">
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q4" value="A" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">&lt;5k</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q4" value="B" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">5k - 10k</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q4" value="C" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">10k - 20k</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q4" value="D" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">>20k</span>
                </label>
            </div>
            <div className="flex justify-between items-center mt-8">
                <button type="button" className="prev-btn-pneus bg-slate-800 hover:bg-slate-700 text-slate-300 border border-slate-600 px-8 py-4 rounded-xl text-lg font-bold transition-all">← Anterior</button>
                <button type="button" className="next-btn-pneus bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-10 py-4 rounded-xl text-lg font-bold shadow-[0_10px_30px_rgba(59,130,246,0.3)] transition-all disabled:opacity-50">Seguinte →</button>
            </div>
        </div>

        {/* Q5 */}
        <div className="quiz-page-pneus bg-slate-900 border border-slate-700/50 rounded-3xl p-8 mb-6 shadow-2xl relative overflow-hidden hidden" id="pneus-page-5">
            <div className="flex items-center gap-4 mb-8">
                <div className="bg-gradient-to-br from-blue-500 to-cyan-500 shrink-0 w-14 h-14 rounded-2xl flex items-center justify-center text-2xl font-black text-slate-900 shadow-lg">5</div>
                <h3 className="text-2xl font-bold m-0 leading-relaxed text-white">Orçamento?</h3>
            </div>
            <div className="flex flex-col gap-4 text-white options-pneus">
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q5" value="A" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">&lt;50€</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q5" value="B" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">250-350€</span>
                </label>
                <label className="flex items-center gap-4 p-5 bg-slate-800/50 border border-slate-600/50 rounded-xl cursor-pointer transition-all hover:bg-slate-800 hover:border-blue-500/50">
                    <input type="radio" name="pneus_q5" value="C" className="w-5 h-5 accent-blue-500 shrink-0" /> <span className="text-lg">>350€</span>
                </label>
            </div>
            <div className="flex justify-between items-center mt-8">
                <button type="button" className="prev-btn-pneus bg-slate-800 hover:bg-slate-700 text-slate-300 border border-slate-600 px-8 py-4 rounded-xl text-lg font-bold transition-all">← Anterior</button>
                <button type="button" className="submit-btn-pneus bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-10 py-4 rounded-xl text-lg font-black shadow-[0_10px_30px_rgba(59,130,246,0.3)] transition-all disabled:opacity-50 tracking-wider disabled:cursor-not-allowed">🏁 TERMINAR</button>
            </div>
        </div>
    </form>

    {/* Localized string injections for JS Result Logic */}
    <div className="hidden" id="pneus-str-progress">Pergunta</div>
    <div className="hidden" id="pneus-str-score">Score:</div>
    <div className="hidden" id="pneus-str-life">Duração:</div>
    <div className="hidden" id="pneus-str-price">Preço:</div>
    <div className="hidden" id="pneus-str-alt">Alternativa:</div>
    <div className="hidden" id="pneus-str-vous">Para si:</div>

    {/* Results Panel */}
    <div id="quiz-result-pneus" className="hidden max-w-4xl mx-auto my-16">
        <div className="bg-slate-900 border border-blue-500/30 rounded-[2.5rem] p-10 md:p-12 text-center shadow-[0_0_50px_rgba(59,130,246,0.1)] relative overflow-hidden">
            <div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full h-full bg-blue-500/5 blur-3xl pointer-events-none"></div>
            
            <div className="text-6xl mb-6 relative z-10 drop-shadow-lg">🎯</div>
            <h2 className="text-3xl md:text-5xl font-black text-white mb-4 relative z-10">Recomendações</h2>
            <p className="text-xl text-slate-300 mb-10 relative z-10">Os seus pneus:</p>
            
            <div className="grid grid-cols-1 md:grid-cols-2 gap-6 relative z-10 text-left mb-10" id="pneus-result-cards">
                {/* Dynamically populated by JS */}
            </div>
            
            <div className="flex flex-col sm:flex-row gap-4 justify-center items-center mt-10 relative z-10">
                <button type="button" className="restart-btn-pneus w-full sm:w-auto bg-slate-800 hover:bg-slate-700 text-white border border-slate-600 px-8 py-4 rounded-xl text-lg font-bold transition-all gap-2 flex items-center justify-center">
                    🔄 Reiniciar
                </button>
                <a href="/dashboard" className="w-full sm:w-auto bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-500 hover:to-cyan-400 text-white px-8 py-4 rounded-xl text-lg font-bold transition-all border-none shadow-[0_5px_20px_rgba(59,130,246,0.3)] gap-2 flex items-center justify-center">
                    👤 Perfil
                </a>
            </div>
        </div>
    </div>
</div>

<ArticleStyle content={`
/* Force styles on dynamically injected results */
.options-pneus label input[type="radio"]:checked + span {
    color: #38bdf8; /* sky-400 */
    font-weight: 700;
}
`} />

<ArticleScript src="/scripts/quizzes/pneus-adventure-v2.js" />

