
    :root {
        --primary: #2563eb;
        --primary-hover: #1d4ed8;
        --accent: #10b981;
        --accent-hover: #059669;
        --dark: #0f172a;
        --text: #334155;
        --bg-light: #f8fafc;
        --border: #e2e8f0;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.65; color: var(--text); background: var(--bg-light); overflow-x: hidden; }
    header { background: #0b0f19; border-bottom: 1px solid #1e293b; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }
    .nav-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 1.5rem; position: relative; }
    .logo { text-decoration: none; display: flex; align-items: center; flex-shrink: 0; }
    .logo img { height: 40px; width: auto; display: block; }
    .nav-right { display: flex; align-items: center; gap: 1.25rem; }
    .nav-links { display: flex; gap: 1.25rem; list-style: none; align-items: center; }
    .nav-links a { text-decoration: none; color: #94a3b8; font-weight: 500; font-size: 0.92rem; transition: color 0.2s; }
    .nav-links a:hover { color: #38bdf8; }
    
    .lang-switcher {
        display: inline-flex;
        align-items: center;
        background: #111827;
        border: 1px solid #1f2937;
        border-radius: 6px;
        padding: 2px 5px;
        gap: 2px;
        font-size: 0.72rem;
        font-weight: 600;
        flex-shrink: 0;
        line-height: 1;
    }
    .lang-globe {
        font-size: 0.75rem;
        opacity: 0.8;
        margin-right: 1px;
    }
    .lang-btn {
        text-decoration: none;
        color: #94a3b8;
        padding: 2px 5px;
        border-radius: 4px;
        transition: all 0.15s ease;
        font-size: 0.72rem;
        letter-spacing: 0.3px;
    }
    .lang-btn.active {
        background: #0284c7;
        color: #ffffff;
        font-weight: 700;
    }
    .lang-btn:hover:not(.active) {
        color: #f8fafc;
        background: #1f2937;
    }
    .lang-divider {
        color: #334155;
        font-size: 0.65rem;
        user-select: none;
    }

    .menu-toggle {
        display: none;
        background: #1e293b;
        border: 1px solid #334155;
        color: #e2e8f0;
        border-radius: 0.375rem;
        width: 38px;
        height: 38px;
        font-size: 1.25rem;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
        flex-shrink: 0;
        line-height: 1;
    }
    .menu-toggle:hover {
        border-color: #38bdf8;
        color: #38bdf8;
    }

    .container { max-width: 900px; margin: 2rem auto; padding: 0 1.5rem; }
    .hero { text-align: center; padding: 3rem 1.5rem 2rem; max-width: 900px; margin: 0 auto; }
    .hero h1 { font-size: 2.5rem; color: var(--dark); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
    .hero p { font-size: 1.15rem; color: #64748b; margin-bottom: 1.5rem; }
    .trust-badges { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; font-size: 0.9rem; color: #475569; }
    .trust-badges span { display: flex; align-items: center; gap: 0.4rem; }

    .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
    .card { background: white; border-radius: 0.75rem; border: 1px solid var(--border); padding: 1.5rem; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
    .card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08); border-color: #cbd5e1; }
    .card-tag { display: inline-block; background: #eff6ff; color: var(--primary); font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 9999px; text-transform: uppercase; margin-bottom: 0.75rem; }
    .card h3 { color: var(--dark); font-size: 1.25rem; margin-bottom: 0.5rem; }
    .card p { font-size: 0.92rem; color: #64748b; flex-grow: 1; margin-bottom: 1rem; }
    .card-footer { display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--primary); font-size: 0.9rem; border-top: 1px solid #f1f5f9; padding-top: 0.75rem; }

    .article-header { background: white; padding: 2.5rem 1.5rem; border-bottom: 1px solid var(--border); text-align: center; }
    .article-header h1 { font-size: 2.25rem; color: var(--dark); margin-bottom: 0.75rem; }
    .article-meta { color: #64748b; font-size: 0.9rem; }
    .content-box { background: white; border-radius: 0.75rem; border: 1px solid var(--border); padding: 2.5rem; margin: 2rem auto; max-width: 850px; }
    .content-box h2 { color: var(--dark); margin: 2rem 0 1rem; font-size: 1.5rem; border-bottom: 2px solid #f1f5f9; padding-bottom: 0.4rem; }
    .content-box h3 { color: var(--dark); margin: 1.5rem 0 0.5rem; font-size: 1.2rem; }
    .content-box ul { margin-left: 1.5rem; margin-bottom: 1.5rem; }
    .content-box li { margin-bottom: 0.5rem; }
    
    .verdict-box { background: #f0fdf4; border: 2px solid #86efac; border-radius: 0.75rem; padding: 1.5rem; margin: 1.5rem 0; }
    .cta-btn { display: inline-block; background: var(--accent); color: white; padding: 0.85rem 1.75rem; border-radius: 0.5rem; text-decoration: none; font-weight: 700; font-size: 1.05rem; transition: background 0.2s; margin-top: 1rem; }
    .cta-btn:hover { background: var(--accent-hover); }
    
    .table-responsive {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 1.5rem 0;
        border: 1px solid var(--border);
        border-radius: 0.6rem;
        background: #ffffff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }
    .table-scroll-hint {
        display: none;
        background: #eff6ff;
        color: #1d4ed8;
        font-size: 0.78rem;
        font-weight: 600;
        padding: 0.45rem 0.75rem;
        text-align: center;
        border-bottom: 1px solid #dbeafe;
    }
    table { width: 100%; border-collapse: collapse; margin: 0; font-size: 0.95rem; }
    th, td { border: 1px solid var(--border); padding: 0.85rem; text-align: left; vertical-align: middle; white-space: normal; word-break: break-word; }
    th { background: #f8fafc; font-weight: 700; color: var(--dark); }
    tr:nth-child(even) { background: #fafafa; }

    .breadcrumb { font-size: 0.84rem; color: #64748b; margin-bottom: 1.25rem; }
    .breadcrumb a { color: var(--primary); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }

    /* ==========================================================
       RODAPÉ AVANÇADO (4 COLUNAS) & CONFORMIDADE LGPD
       ========================================================== */
    footer { background: #0b0f19; color: #94a3b8; padding: 3.5rem 1.5rem 2rem; margin-top: 4.5rem; font-size: 0.9rem; border-top: 1px solid #1e293b; }
    .footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
    .footer-col h4 { color: #f8fafc; font-size: 1.05rem; font-weight: 700; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
    .footer-col p { color: #94a3b8; line-height: 1.6; margin-bottom: 0.75rem; font-size: 0.88rem; }
    .footer-col ul { list-style: none; padding: 0; margin: 0; }
    .footer-col li { margin-bottom: 0.55rem; }
    .footer-col a { color: #94a3b8; text-decoration: none; transition: color 0.2s; font-size: 0.88rem; }
    .footer-col a:hover { color: #38bdf8; text-decoration: underline; }
    .footer-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: #1e293b; border: 1px solid #334155; padding: 0.35rem 0.65rem; border-radius: 6px; font-size: 0.78rem; color: #cbd5e1; margin-top: 0.5rem; }
    .footer-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; }

    .affiliate-disclaimer { max-width: 1140px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid #1e293b; font-size: 0.8rem; color: #64748b; line-height: 1.6; }
    .footer-bottom { max-width: 1140px; margin: 1.5rem auto 0; padding-top: 1.25rem; border-top: 1px solid #1e293b; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: #64748b; }
    .footer-bottom a { color: #94a3b8; text-decoration: none; }
    .footer-bottom a:hover { color: #38bdf8; }

    /* Cookie Banner LGPD / GDPR */
    .cookie-banner {
        position: fixed;
        bottom: 1.5rem;
        right: 1.5rem;
        left: 1.5rem;
        max-width: 520px;
        margin-left: auto;
        background: #0f172a;
        border: 1px solid #38bdf8;
        border-radius: 12px;
        padding: 1.35rem;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
        z-index: 99999;
        display: none;
        animation: cookieFadeIn 0.3s ease-out;
    }
    @keyframes cookieFadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .cookie-header {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 700;
        font-size: 1rem;
        color: #f8fafc;
        margin-bottom: 0.5rem;
    }
    .cookie-body {
        font-size: 0.84rem;
        color: #94a3b8;
        line-height: 1.55;
        margin-bottom: 1rem;
    }
    .cookie-body a {
        color: #38bdf8;
        text-decoration: underline;
    }
    .cookie-actions {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }
    .cookie-btn-primary {
        background: #10b981;
        color: white;
        border: none;
        padding: 0.55rem 1.1rem;
        border-radius: 6px;
        font-size: 0.84rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s;
    }
    .cookie-btn-primary:hover {
        background: #059669;
    }
    .cookie-btn-secondary {
        background: #1e293b;
        color: #cbd5e1;
        border: 1px solid #475569;
        padding: 0.55rem 0.95rem;
        border-radius: 6px;
        font-size: 0.84rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
    }
    .cookie-btn-secondary:hover {
        background: #334155;
        color: white;
        border-color: #64748b;
    }

    /* ==========================================================
       RESPONSIVIDADE MOBILE & TABLET (RADAR 7)
       ========================================================== */
    @media (max-width: 768px) {
        .nav-container {
            padding: 0.6rem 1rem;
        }
        .logo img {
            height: 32px;
            max-width: 135px;
        }
        .nav-right {
            gap: 0.5rem;
        }
        .menu-toggle {
            display: inline-flex;
        }
        .lang-switcher {
            padding: 2px 4px;
            gap: 2px;
        }
        .lang-btn {
            padding: 2px 4px;
            font-size: 0.68rem;
        }
        .nav-links {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            background: #0b0f19;
            border-bottom: 2px solid #2563eb;
            flex-direction: column;
            align-items: stretch;
            padding: 0.75rem 1rem 1.25rem;
            gap: 0.5rem;
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.7);
            z-index: 1000;
        }
        .nav-links.is-open {
            display: flex;
            animation: navFade 0.2s ease-out;
        }
        .nav-links li {
            width: 100%;
        }
        .nav-links a {
            display: block;
            padding: 0.75rem 1rem;
            font-size: 0.95rem;
            color: #cbd5e1;
            background: #0f1420;
            border: 1px solid #1e293b;
            border-radius: 0.5rem;
            text-align: left;
        }
        .nav-links a:hover, .nav-links a:focus {
            background: #1e293b;
            color: #38bdf8;
            border-color: #38bdf8;
        }
        .nav-links .cta-btn {
            display: block;
            text-align: center;
            width: 100%;
            margin-top: 0.25rem;
            padding: 0.75rem 1rem !important;
        }
        @keyframes navFade {
            from { opacity: 0; transform: translateY(-6px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Hero & Título Principal Reduzido */
        .hero {
            padding: 2rem 1rem 1.5rem;
        }
        .hero h1 {
            font-size: 1.55rem;
            line-height: 1.25;
            letter-spacing: -0.02em;
            margin-bottom: 0.75rem;
            word-break: break-word;
        }
        .hero p {
            font-size: 0.92rem;
            line-height: 1.5;
            margin-bottom: 1.25rem;
        }
        .trust-badges {
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            font-size: 0.78rem;
        }
        .trust-badges span {
            background: #ffffff;
            border: 1px solid var(--border);
            padding: 0.35rem 0.65rem;
            border-radius: 9999px;
            font-size: 0.78rem;
        }

        /* Container & Cards */
        .container {
            margin: 1.25rem auto;
            padding: 0 1rem;
        }
        .card-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
            margin: 1.25rem 0;
        }
        .card {
            padding: 1.15rem;
        }
        .cta-btn {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0.85rem 1.25rem;
        }

        /* Artigos e Reviews */
        .article-header {
            padding: 1.75rem 1rem 1.25rem;
        }
        .article-header h1 {
            font-size: 1.45rem;
            line-height: 1.28;
            margin-bottom: 0.5rem;
        }
        .article-meta {
            font-size: 0.8rem;
            line-height: 1.4;
        }
        .content-box {
            padding: 1.25rem 1rem;
            margin: 1rem auto;
            border-radius: 0.5rem;
            overflow-x: hidden;
            max-width: 100%;
            box-sizing: border-box;
        }
        .content-box h2 {
            font-size: 1.25rem;
            margin: 1.5rem 0 0.6rem;
        }
        .content-box h3 {
            font-size: 1.05rem;
        }
        .content-box ul {
            margin-left: 1.15rem;
            margin-bottom: 1.25rem;
        }

        /* Tabelas Responsivas com rolagem horizontal e coluna fixa */
        .table-scroll-hint {
            display: block;
        }
        .table-responsive {
            margin: 1.25rem 0;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .table-responsive table {
            min-width: 460px;
            font-size: 0.82rem;
            border-collapse: collapse;
        }
        .table-responsive th, .table-responsive td {
            padding: 0.55rem 0.65rem;
            line-height: 1.35;
            white-space: normal;
            word-break: break-word;
        }
        .table-responsive th:first-child,
        .table-responsive td:first-child {
            position: sticky;
            left: 0;
            background: #ffffff;
            z-index: 2;
            box-shadow: 2px 0 5px rgba(0,0,0,0.06);
            font-weight: 700;
            color: var(--dark);
            min-width: 110px;
        }
        .table-responsive th:first-child {
            background: #f8fafc;
        }
        .table-responsive tr:nth-child(even) td:first-child {
            background: #fafafa;
        }

        /* Lead Magnet Responsivo */
        .lead-card {
            padding: 1.75rem 1rem !important;
            border-radius: 0.75rem !important;
        }
        .lead-card h2 {
            font-size: 1.35rem !important;
        }
        .lead-card p {
            font-size: 0.88rem !important;
        }
        .lead-form {
            flex-direction: column !important;
            width: 100% !important;
        }
        .lead-input {
            width: 100% !important;
            min-width: 0 !important;
        }
        .lead-button {
            width: 100% !important;
        }

        /* Rodapé & Cookies Mobile */
        footer {
            padding: 2.5rem 1rem 2rem;
            margin-top: 3rem;
        }
        .footer-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        .footer-bottom {
            flex-direction: column;
            text-align: center;
            gap: 0.75rem;
        }
        .affiliate-disclaimer {
            margin-top: 1.5rem;
            padding-top: 1rem;
            font-size: 0.75rem;
        }
        .cookie-banner {
            bottom: 0.75rem;
            left: 0.75rem;
            right: 0.75rem;
            max-width: 100%;
            padding: 1.1rem;
        }
        .cookie-actions {
            flex-direction: column;
        }
        .cookie-btn-primary, .cookie-btn-secondary {
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .hero h1 {
            font-size: 1.38rem;
            line-height: 1.24;
        }
        .hero p {
            font-size: 0.86rem;
        }
        .article-header h1 {
            font-size: 1.3rem;
        }
        .trust-badges span {
            font-size: 0.74rem;
            padding: 0.3rem 0.55rem;
        }
    }
    