/* --- 1. CONFIGURAÇÕES GERAIS --- */
:root {
    --vermelho: #FF0000;
    --vermelho-neon: #ff2a2a;
    --verde: #00FF00; /* Nova Cor Verde */
    --preto: #050505;
    --cinza-card: #0d0d0d;
    --branco: #ffffff;
}

* {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

html { scroll-behavior: smooth; }

body {
    background-color: var(--preto);
    color: var(--branco);
    overflow-x: hidden;
    text-align: center;
}

/* --- 2. DESTAQUES E ANIMAÇÕES --- */
.destaque-vermelho {
    color: var(--vermelho);
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}

.destaque-verde {
    color: var(--verde);
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.4);
    font-weight: 700;
}

.animar-entrada {
    animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 3. SEÇÕES GERAIS --- */
section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed;
    box-shadow: inset 0 0 15vw rgba(0,0,0,1);
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- 4. HERO SECTION --- */
.secao-hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.85)), 
                url('photos/principal.jpg');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}

.secao-sugestao { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url('photos/teste.jpg'); }
.secao-faq { background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)), url('photos/2473826fa39831d417ac502fdb8ffb28.jpg'); }
.secao-visao { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.9)), url('photos/images.jpg'); }

/* --- 5. LOGO E TEXTOS --- */
.wrapper-logo { margin-bottom: 30px; }
.logo-hero {
    width: 380px; max-width: 85%; height: auto;
    filter: drop-shadow(0 0 25px var(--vermelho-neon));
}

.titulo-principal { font-size: clamp(2.2rem, 8vw, 3.5rem); font-weight: 900; text-transform: uppercase; line-height: 1.1; margin-bottom: 20px; }
.subtitulo { color: #ccc; max-width: 750px; margin-bottom: 40px; font-size: 1.1rem; }

/* --- 6. GRID DE PRODUTOS --- */
.grid-produtos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    margin-top: 50px;
}

.card-produto {
    background: var(--cinza-card);
    padding: 50px 30px;
    border-radius: 45px;
    border: 1px solid #222;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.card-produto:hover {
    border-color: var(--vermelho);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.2);
}

/* --- 7. SEÇÃO VISÃO-SPAM --- */
.card-visao {
    background: var(--cinza-card);
    padding: 40px; border-radius: 40px; border: 1px solid #222; max-width: 900px; width: 100%;
    display: flex; flex-direction: column; align-items: center; gap: 25px;
}

.container-imagem-visao {
    width: 100%; max-width: 700px; position: relative; border-radius: 25px; overflow: hidden;
    border: 2px solid var(--vermelho); box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
}

.img-demonstracao { width: 100%; height: auto; display: block; }

.legenda-flutuante {
    position: absolute; background: rgba(255, 0, 0, 0.9); color: white;
    padding: 4px 8px; font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
    border-radius: 4px; backdrop-filter: blur(2px); pointer-events: none;
    letter-spacing: 0.5px; animation: pulse-brilho 2s infinite; z-index: 10;
}

.pos-topo-esq { top: 10px; left: 10px; }
.pos-baixo-dir { bottom: 10px; right: 10px; }

@keyframes pulse-brilho {
    0% { opacity: 0.8; box-shadow: 0 0 5px var(--vermelho); }
    50% { opacity: 1; box-shadow: 0 0 10px var(--vermelho); }
    100% { opacity: 0.8; box-shadow: 0 0 5px var(--vermelho); }
}

/* --- 8. ELEMENTOS GERAIS --- */
.caixa-pergunta {
    border: 2px solid var(--vermelho);
    padding: 40px; border-radius: 30px;
    background: rgba(0,0,0,0.85); width: 100%; max-width: 850px; margin-bottom: 40px;
}

.card-faq {
    background: var(--cinza-card);
    padding: 30px; border-radius: 25px; border: 1px solid #222; text-align: left; border-left: 5px solid var(--vermelho);
}

.grid-duplo { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; width: 100%; }

.icone-produto { font-size: 4rem; margin-bottom: 20px; }
.fa-android { color: #3DDC84; }
.fa-apple { color: #fff; }

.lista-caracteristicas { list-style: none; text-align: left; margin: 25px 0; display: inline-block; }
.lista-caracteristicas li { margin-bottom: 12px; color: #bbb; font-size: 0.95rem; }
.lista-caracteristicas i { color: var(--vermelho); margin-right: 10px; }

.preco { font-size: 3rem; font-weight: 900; margin-bottom: 30px; letter-spacing: -1px; }

.botao-compra {
    display: block; background: var(--vermelho); color: white;
    text-decoration: none; padding: 20px; border-radius: 50px;
    font-weight: 900; text-transform: uppercase;
    animation: pulse 2s infinite; cursor: pointer;
}

@keyframes pulse {
    0% { transform: scale(0.96); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(255, 0, 0, 0); }
    100% { transform: scale(0.96); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

.icone-link-hero { font-size: 3rem; color: var(--vermelho); animation: bounce 2s infinite; margin-top: 30px; display: block; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-15px);} }

.tag-topo { position: absolute; top: 0; right: 0; background: var(--vermelho); padding: 10px 20px; font-size: 0.75rem; font-weight: 900; border-bottom-left-radius: 25px; }

/* --- 9. RESPONSIVIDADE --- */
@media (max-width: 768px) {
    .secao-hero { background-attachment: scroll !important; height: 100svh; }
    section { background-attachment: scroll !important; padding: 60px 0; }
    .grid-produtos { grid-template-columns: 1fr; gap: 40px; }
    .titulo-principal { font-size: 2.3rem; }
    .card-produto { border-radius: 35px; }
    .card-visao { padding: 25px; }
    .legenda-flutuante { font-size: 0.5rem; padding: 3px 6px; }
}

footer { padding: 60px; border-top: 1px solid #111; color: #444; font-size: 0.8rem; background: #000; }
