        body {
            background-color: #444;
            color: #fff;
            font-family: 'Verdana', sans-serif;
            text-align: center;
            margin: 0;
            padding: 12px;
            font-size: 19px;
            line-height: 1.5;
            position: relative;
            overflow-x: hidden;
        }

        /* Estilos do Cartão */
        .card {
            background: rgba(0, 0, 0, 0.9);
            border: 3px solid #ff0000;
            border-radius: 20px;
            padding: 20px 18px 24px;
            margin: 12px auto 10px;
            max-width: 520px;
            box-shadow: 0 0 20px #ff0000;
            position: relative; /* Importante para o print */
        }

        /* Isola o cartão em um stacking context independente */
        #cartao-para-print {
            isolation: isolate;
        }

        /* Evita seleção e “bolhas” estranhas dentro do cartão (iOS/Android) */
        #cartao-para-print,
        #cartao-para-print * {
            -webkit-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
        }

        h1 { 
            color: #00ff00; 
            font-size: 2rem; 
            text-shadow: 2px 2px 0px #000; 
            margin-bottom: 8px; 
        }

        .top-text { 
            max-width: 520px; 
            margin: 10px auto 0; 
            font-size: 0.98rem; 
            background: rgba(0, 0, 0, 0.8); 
            padding: 10px 12px; 
            border-radius: 12px; 
            border: 1px solid #333; 
        }

        .top-text strong { color: #ffd700; }
        
        .nome-destaque { 
            font-size: 2.4rem; 
            font-weight: bold; 
            color: #ffd700; 
            text-shadow: 0 0 10px #ffd700, 0 0 20px #ff0000; 
            animation: piscar 1s infinite; 
            display: block; 
            margin: 10px 0 5px; 
            text-transform: uppercase; 
        }

        .frase-biblica { 
            font-size: 1.25rem; 
            color: #fff; 
            font-style: italic; 
            line-height: 1.6; 
            margin: 18px 0; 
            text-shadow: 1px 1px 2px #000; 
        }

        .gif-container { margin-bottom: 12px; }
        .gif-container img { 
            max-width: 100%; 
            border-radius: 10px; 
            border: 2px solid #fff; 
        }
        
        /* Marca D'água no Cartão */
        .watermark { 
            font-size: 0.8rem; 
            color: #888; 
            margin-top: 15px; 
            border-top: 1px solid #444; 
            padding-top: 8px; 
            font-weight: bold; 
        }

        /* Botões */
        .btn { 
            display: block; 
            width: 92%; 
            max-width: 420px; 
            margin: 15px auto; 
            padding: 16px 10px; 
            font-size: 1.15rem; 
            font-weight: bold; 
            text-decoration: none; 
            border-radius: 50px; 
            text-transform: uppercase; 
            transition: transform 0.2s, box-shadow 0.2s; 
            cursor: pointer; 
            border: none; 
        }
        
        .btn-magic { 
            background: linear-gradient(to bottom, #25D366, #128C7E); 
            color: white; 
            border: 2px solid #fff; 
            box-shadow: 0 0 15px #25D366; 
            animation: pulse 2s infinite; 
        }

        .btn-criar { 
            background: linear-gradient(to bottom, #ff0000, #990000); 
            color: white; 
            border: 2px solid #ffd700; 
        }

        .btn:active { transform: scale(0.96); }
        .btn:hover { box-shadow: 0 0 14px rgba(255,255,255,0.25); }

        input[type="text"] { 
            padding: 14px; 
            width: 85%; 
            max-width: 420px; 
            font-size: 1.05rem; 
            border-radius: 10px; 
            border: 3px solid #00ff00; 
            background: #222; 
            color: #fff; 
            text-align: center; 
            margin-bottom: 15px; 
        }

        label { 
            font-size: 1rem; 
            font-weight: bold; 
            display: block; 
            margin-bottom: 8px; 
        }
        
        /* Loading Overlay */
        .loading-overlay { 
            display: none; 
            position: fixed; 
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0,0,0,0.95); 
            z-index: 9999; 
            flex-direction: column; 
            justify-content: center; 
            align-items: center; 
            color: #00ff00; 
        }
        
        /* Classes Shopee/Dicas (Originais) */
        .ads-box { 
            width: 100%; 
            min-height: auto; 
            background: transparent; 
            margin: 15px auto; 
            text-align: center; 
            display: block; 
            overflow: hidden; 
        }

        .content-dicas { 
            background: rgba(10, 10, 10, 0.9); 
            border-top: 2px solid #ff0000; 
            padding: 30px 20px; 
            margin-top: 30px; 
            text-align: left; 
            max-width: 600px; 
            margin-left: auto; 
            margin-right: auto; 
            border-radius: 10px; 
        }

        .content-dicas h2 { 
            color: #ffd700; 
            font-size: 1.4rem; 
            margin-bottom: 15px; 
        }

        .content-dicas h3 { 
            color: #00ff00; 
            font-size: 1.1rem; 
            margin-top: 20px; 
            margin-bottom: 8px; 
        }

        .content-dicas p { 
            font-size: 0.95rem; 
            color: #ddd; 
            margin-bottom: 10px; 
            text-align: justify; 
        }

        .shopee-embed-card { 
            background: #111; 
            border: 2px solid #ee4d2d; 
            border-radius: 12px; 
            padding: 15px; 
            max-width: 400px; 
            margin: 30px auto; 
            text-align: center; 
            position: relative; 
            box-shadow: 0 4px 15px rgba(238, 77, 45, 0.3); 
            overflow: hidden; 
        }

        .shopee-badge { 
            position: absolute; 
            top: 0; 
            left: 0; 
            background: #ee4d2d; 
            color: white; 
            padding: 5px 10px; 
            font-size: 0.8rem; 
            font-weight: bold; 
            border-bottom-right-radius: 10px; 
        }

        .shopee-img-container img { 
            width: 150px; 
            height: auto; 
            border-radius: 8px; 
            margin: 10px 0; 
            box-shadow: 0 0 10px rgba(0,0,0,0.5); 
        }

        .shopee-content h3 { 
            color: #fff; 
            font-size: 1.2rem; 
            margin: 10px 0 5px; 
        }

        .shopee-price-box { margin-bottom: 15px; }
        .old-price { 
            text-decoration: line-through; 
            color: #777; 
            font-size: 0.9rem; 
            margin-right: 10px; 
        }

        .new-price { 
            color: #00ff00; 
            font-weight: bold; 
            font-size: 1.1rem; 
        }

        .btn-shopee { 
            display: block; 
            width: 90%; 
            margin: 0 auto; 
            background: #ee4d2d; 
            color: #fff; 
            text-decoration: none; 
            padding: 12px; 
            border-radius: 50px; 
            font-weight: bold; 
            text-transform: uppercase; 
            transition: transform 0.2s; 
        }

        .btn-shopee:hover {
            transform: scale(1.02);
        }

        .shopee-footer { 
            font-size: 0.7rem; 
            color: #666; 
            margin-top: 10px; 
        }

        .destaque-amarelo { 
            color: #ffd700; 
            font-weight: bold; 
        }
        
        .passos { 
            text-align: left; 
            max-width: 420px; 
            margin: 8px auto 0; 
            padding-left: 20px; 
            font-size: 0.96rem; 
        }

        .texto-orientacao { 
            font-size: 0.95rem; 
            margin-top: 10px; 
            opacity: 0.9; 
        }

        .dica { 
            font-size: 0.9rem; 
            margin-top: 10px; 
            opacity: 0.9; 
        }

        .footer { 
            font-size: 10px; 
            opacity: 0.6; 
            margin-top: 14px; 
            margin-bottom: 20px; 
        }

        .seo-text { 
            font-size: 0.75rem; 
            color: #ccc; 
            max-width: 720px; 
            margin: 30px auto 10px; 
            text-align: justify; 
            opacity: 0.8; 
        }

        .seo-text h2 { 
            font-size: 1rem; 
            color: #ffd700; 
            margin-bottom: 5px; 
            text-align: center; 
        }
        
        @keyframes piscar { 
            0% { opacity: 1; transform: scale(1); } 
            50% { opacity: 0.9; transform: scale(1.02); } 
            100% { opacity: 1; transform: scale(1); } 
        }

        @keyframes pulse { 
            0% { transform: scale(1); } 
            50% { transform: scale(1.02); } 
            100% { transform: scale(1); } 
        }

        /* =======================================================
           MODO SCREENSHOT – ESCONDER ADS E INJEÇÕES DO GOOGLE
        ======================================================== */
        .screenshot-mode .ads-box,
        .screenshot-mode ins.adsbygoogle,
        .screenshot-mode [id^="google_ads"],
        .screenshot-mode [id^="aswift_"],
        .screenshot-mode [id^="google_anchor"],
        .screenshot-mode .google-auto-placed,
        .screenshot-mode iframe[src*="googlesyndication"],
        .screenshot-mode iframe[src*="doubleclick"],
        .screenshot-mode iframe[src*="adservice"] {
            display: none !important;
        }

        /* BOTÃO FLUTUANTE DE WHATSAPP – NOVO */
        .floating-share {
            position: fixed;
            right: 12px;
            bottom: 12px;
            z-index: 999;
        }
        .floating-share a {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            border-radius: 999px;
            background: linear-gradient(to right, #25D366, #128C7E);
            color: #fff;
            font-size: 0.9rem;
            font-weight: bold;
            text-decoration: none;
            box-shadow: 0 0 12px rgba(0,0,0,0.6);
        }
        .floating-share span {
            font-size: 1.3rem;
        }

        @media (min-width: 900px) {
            .floating-share a {
                font-size: 0.85rem;
                padding: 8px 14px;
            }
        }
        /* =========================================================
   BLOCOS EXTRAS DE CONTEÚDO (CPC ALTO)
   Proteção | Emocional | Finanças | Pets
   Estilo alinhado com o tema dark/neon do site
   ========================================================= */

.seo-block-protecao,
.seo-block-emocional,
.seo-block-financas,
.seo-block-pets {
    max-width: 600px;
    margin: 24px auto;
    padding: 18px 16px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    line-height: 1.6;
    font-size: 0.92rem;
    color: #eee;
    border: 1px solid #333;
}

/* Títulos dos blocos extras */
.seo-block-protecao h2,
.seo-block-emocional h2,
.seo-block-financas h2,
.seo-block-pets h2 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    text-align: left;
    text-transform: uppercase;
}

/* Parágrafos */
.seo-block-protecao p,
.seo-block-emocional p,
.seo-block-financas p,
.seo-block-pets p {
    margin-bottom: 8px;
    text-align: justify;
}

/* Cores por tema – seguindo o clima neon */
.seo-block-protecao {
    border-left: 4px solid #00b0ff;      /* azul proteção */
    box-shadow: 0 0 10px rgba(0, 176, 255, 0.35);
}
.seo-block-protecao h2 {
    color: #00b0ff;
}

.seo-block-emocional {
    border-left: 4px solid #e040fb;      /* roxo emocional */
    box-shadow: 0 0 10px rgba(224, 64, 251, 0.35);
}
.seo-block-emocional h2 {
    color: #e040fb;
}

.seo-block-financas {
    border-left: 4px solid #00e676;      /* verde money */
    box-shadow: 0 0 10px rgba(0, 230, 118, 0.35);
}
.seo-block-financas h2 {
    color: #00e676;
}

.seo-block-pets {
    border-left: 4px solid #ff9100;      /* laranja pet */
    box-shadow: 0 0 10px rgba(255, 145, 0, 0.35);
}
.seo-block-pets h2 {
    color: #ffb74d;
}

/* Mobile – deixa tudo mais “colado” e fácil de ler em tela pequena */
@media (max-width: 600px) {
    .seo-block-protecao,
    .seo-block-emocional,
    .seo-block-financas,
    .seo-block-pets {
        margin: 18px 10px;
        padding: 14px 12px;
        font-size: 0.88rem;
    }

    .seo-block-protecao h2,
    .seo-block-emocional h2,
    .seo-block-financas h2,
    .seo-block-pets h2 {
        font-size: 0.98rem;
    }
}
/* Vídeo que substitui o GIF */
.gif-logo-container {
    width: 150px;
    margin: 0 auto 12px auto;
}

.gif-logo-video {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

/* Garantia de formato circular em todos os navegadores */
.gif-logo-video::-webkit-media-controls {
    display: none !important;
}
