html, body { max-width: 100%; overflow-x: hidden; }
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#222;background:#fff;-webkit-font-smoothing:antialiased}
.pd h1{font-weight:800}
.pd h2{font-weight:700}
.pd .prod h3{font-weight:700}
.pd{max-width:780px;margin:0 auto;padding:0 16px;font-size:19px;line-height:1.7}
.pd h1{font-weight:700;line-height:1.3;margin:.3em 0}
.pd .byline{color:#777;font-size:.85em;margin:.2em 0 .8em}
.pd .intro{font-size:.9em;line-height:1.4;margin:.4em 0}
.pd .metodo{font-style:italic;color:#666;font-size:.85em;line-height:1.4;margin:.2em 0 1.2em}
.pd h2{font-size:1.5em;margin:1.2em 0 .3em}
.pd h3{font-size:1.3em;margin:.2em 0}
.pd p{margin:.7em 0}
.pd .wpp{display:block;background:#3a75f3;color:#fff;text-align:center;padding:9px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;margin:1.2em 0}
.pd .verdito{display:grid;gap:8px;margin:1.2em 0}
.pd .vcard{display:flex;align-items:center;gap:10px;border:1px solid #e3e3e3;border-radius:10px;padding:10px 12px;text-decoration:none;color:inherit}
.pd .vcard img{width:64px;height:64px;object-fit:contain;flex-shrink:0;border-radius:4px}
.pd .vcard .vtxt{flex:1}
.pd .vcard b{display:block;color:#3a75f3;font-size:.66em;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px}
.pd .vcard .nome{font-weight:600;font-size:.95em;line-height:1.25}
.pd .prod{border:1px solid #e3e3e3;border-radius:12px;padding:20px;margin:20px 0;scroll-margin-top:20px}
.pd .tag{color:#666;font-style:italic;margin:.2em 0 .8em}
.pd .topo{display:grid;grid-template-columns:1fr;gap:16px;align-items:center;margin:24px 0}
.pd .topo img{display:block;width:100%;max-width:220px;height:250px;object-fit:contain;margin:20px auto}
.pd .btns{display:flex;flex-direction:column;gap:10px}
.pd .btn{text-align:center;padding:14px;border-radius:8px;text-decoration:none;font-weight:700;transition:.15s ease}
.pd .btn:hover{filter:brightness(.93);transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.15)}
.pd .amz{background:#3a75f3;color:#fff}
.pd .ml{background:#3a75f3;color:#fff}
.pd .resumo{background:#fafafa;border-radius:8px;padding:16px 18px;margin:14px 0}
.pd .resumo b{display:block;margin-bottom:6px}
.pd .resumo ul{list-style:none;margin:0;padding:0}
.pd .resumo li{padding:4px 0;border-bottom:1px solid #efefef}
.pd .resumo li:last-child{border-bottom:none}
.pd .lbl{font-weight:700;font-size:1.05em;margin:1em 0 .2em}
.pd ul{margin:.5em 0;padding-left:1.2em}
.pd .fortes li{color:#1b7a2e}
.pd .atencao li{color:#9a3030}
.pd details{border-bottom:1px solid #eee;padding:12px 0}
.pd summary{font-weight:600;cursor:pointer}
.pd .aviso{background:#f6f6f6;border-left:3px solid #ccc;padding:12px 14px;font-size:.85em;color:#555;border-radius:4px;margin:1.5em 0}
@media(min-width:600px){
  .pd .verdito{grid-template-columns:repeat(3,1fr)}
  .pd .topo{grid-template-columns:1fr 1fr}
}
@media(max-width:599px){ .pd h1{font-size:1.3em} }

/* Tabela */
.pd .cmp{margin:1.2em 0;border:1px solid #e3e3e3;border-radius:10px;overflow:hidden}
.pd .cmp>summary{cursor:pointer;list-style:none;padding:13px 16px;font-weight:700;background:#f7f7f7;font-size:16px}
.pd .cmp>summary::-webkit-details-marker{display:none}
.pd .cmp>summary::after{content:' ▾';color:#3a75f3}
.pd .cmp[open]>summary::after{content:' ▴'}
.pd .cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.pd .cmp table{border-collapse:collapse;width:100%;min-width:520px;font-size:15px}
.pd .cmp th,.pd .cmp td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee;vertical-align:top}
.pd .cmp thead th{background:#fff;font-weight:700;white-space:nowrap}
.pd .cmp tbody tr:last-child td{border-bottom:none}
.pd .cmp td:first-child{font-weight:600}
.pd .cmp a{color:#3a75f3;font-weight:700;white-space:nowrap;text-decoration:none}
.pd .cmp .cmp-note{padding:8px 16px 14px;font-size:.75em;color:#777;margin:0}

/* Grupo Whatsapp */
.pd .wppbox{margin:1.8em 0;padding:22px 20px;border:1px solid #e3e3e3;background:#f2f2f2;border-radius:14px;text-align:center}
.pd .wppbox h3{margin:0 0 6px;font-size:23px;font-weight:700;line-height:1.3}
.pd .wppbox p{margin:0 0 14px;font-size:15px;line-height:1.5;color:#444}
.pd .wppbox .wpp{display:inline-block;width:auto;background:#25D366;color:#fff;text-decoration:none;font-weight:700;font-size:16px;padding:13px 26px;border-radius:10px}
.pd .wppbox .wpp:hover{filter:brightness(.95)}
.pd .wppbox .wpp svg{vertical-align:-4px;margin-right:7px}

/* Veja Tambem */
.pd .vejatambem{display:grid;gap:10px;margin:1em 0 1.5em}
.pd .vejatambem a{display:flex;align-items:center;gap:12px;border:1px solid #e3e3e3;border-radius:10px;padding:12px 14px;text-decoration:none;color:inherit;font-weight:600;transition:.15s ease}
.pd .vejatambem a:hover{border-color:#3a75f3;box-shadow:0 3px 8px rgba(0,0,0,.1)}
.pd .vejatambem img{width:56px;height:56px;object-fit:contain;flex-shrink:0;border-radius:4px}
@media(min-width:600px){.pd .vejatambem{grid-template-columns:repeat(3,1fr)}}

/* HOME */
.pd .home-hero{text-align:center;margin:0 0 1.4em;padding-top:10px}
.pd .home-hero h1{font-size:34px;font-weight:800;line-height:1.2;margin:.2em 0}
.pd .home-hero p{color:#555;font-size:17px;line-height:1.5;max-width:640px;margin:.4em auto 0}
.pd .home-feat{display:flex;align-items:center;gap:16px;border:1px solid #c7d7fb;border-radius:14px;padding:18px 20px;background:#f6f9ff;text-decoration:none;color:inherit;margin:1.2em 0;transition:.15s ease}
.pd .home-feat:hover{border-color:#3a75f3;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.pd .home-feat img{width:90px;height:90px;object-fit:contain;flex-shrink:0}
.pd .home-feat .t{font-size:19px;font-weight:700;line-height:1.25}
.pd .home-feat .d{color:#555;font-size:14px;line-height:1.45;margin-top:4px}
.pd .home-feat .go{color:#3a75f3;font-weight:700;font-size:14px;margin-top:6px;display:inline-block}
.pd .homecards{display:grid;gap:14px;grid-template-columns:1fr;margin:1em 0}
.pd .homecards a{display:flex;align-items:center;gap:14px;border:1px solid #e3e3e3;border-radius:12px;padding:14px 16px;text-decoration:none;color:inherit;transition:.15s ease}
.pd .homecards a:hover{border-color:#3a75f3;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.pd .homecards img{width:64px;height:64px;object-fit:contain;flex-shrink:0}
.pd .homecards .t{font-weight:700;font-size:16px}
.pd .homecards .d{color:#666;font-size:13px;line-height:1.4;margin-top:2px}
@media(min-width:600px){.pd .homecards{grid-template-columns:1fr 1fr}}

/* Selo de nota */
.pd .nota{display:flex;align-items:center;gap:10px;margin:.2em 0 .9em;flex-wrap:wrap}
.pd .nota .n{background:#f5a623;color:#fff;font-weight:800;font-size:1.05em;padding:.3em .5em;border-radius:8px;line-height:1}
.pd .nota .stars{color:#f5a623;font-size:.95em;letter-spacing:2px}
.pd .nota .txt{font-size:.7em;color:#777}

/* FAQ acordeao */
.pd details{border:1px solid #e5e7eb;border-radius:10px;margin:.6em 0;background:#fff;padding:0;transition:.15s ease}
.pd details:hover{border-color:#c7d7fb}
.pd details summary{font-weight:600;cursor:pointer;color:#111827;padding:.55em 2.8em .55em 1em;position:relative;list-style:none}
.pd details summary::-webkit-details-marker{display:none}
.pd details summary::after{content:'+';position:absolute;right:1em;top:50%;transform:translateY(-50%);font-size:1.4rem;font-weight:700;color:#3a75f3;line-height:1;transition:.2s ease}
.pd details[open] summary::after{content:'\2212'}
.pd details[open]{border-color:#3a75f3;box-shadow:0 2px 8px rgba(58,117,243,.12)}
.pd details > p{padding:0 1em .95em;margin:0;color:#4b5563}

/* LAYOUT v2 */
.pd .verdito .vcard{flex-direction:column;align-items:stretch;padding:10px 12px}
.pd .vcard.first{border:2px solid #3a75f3;background:#f6f9ff}
.pd .vcard .vtop{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.pd .vcard .vtop img{width:56px;height:56px}
.pd .vcard a.nome{display:block;font-weight:700;font-size:1.02em;color:inherit;text-decoration:none}
.pd .vcard .vbtns{display:flex;gap:8px}
.pd .vcard .vb{flex:1;display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;color:#fff;padding:6px 10px;text-align:center;line-height:1.15;white-space:nowrap}
.pd .vcard .vb.amz{background:#3a75f3}
.pd .vcard .vb.ml{background:#3a75f3}
@media(min-width:600px){.pd .vcard .vbtns{flex-direction:column}.pd .vcard .vb{width:100%;box-sizing:border-box}.pd .verdito .vcard .vtop{flex:1;align-items:flex-start}}
@media(max-width:420px){.pd .vcard .vb{font-size:13px;padding:6px}}
@media(max-width:480px){.pd .topo .btn{font-size:16px;letter-spacing:0;white-space:nowrap}}
@media(max-width:360px){.pd .topo .btn{font-size:12.5px}}
.pd .nota{border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;margin:.4em 0 1em}
.pd .prod details.mais{border:2px solid #3a75f3;background:#f6f9ff;margin:1em 0 0}
.pd .prod details.mais summary{color:#3a75f3;font-weight:700;text-align:center;padding:.7em 2.8em .7em 1em}
.pd .prod details.mais[open]{background:#fff}
.pd details.mais .lbl{margin:.6em 0 .2em}
.pd details.mais ul{margin:.2em 1.2em .9em;padding-left:1.4em}

/* Rodape */
.rodape{max-width:780px;margin:40px auto 0;padding:22px 16px 40px;border-top:1px solid #e3e3e3;font-size:14px;color:#777;text-align:center}
.rodape a{color:#777;margin:0 8px}


/* Tabela de BTUs */
.pd .tbtu{overflow-x:auto;margin:.8em 0 1.4em;border:1px solid #e5e7eb;border-radius:12px;
 box-shadow:0 2px 8px rgba(17,24,39,.06);background:#fff}
.pd .tbtu table{min-width:420px;width:100%;border-collapse:separate;border-spacing:0}
.pd .tbtu th{background:linear-gradient(135deg,#3a75f3,#2b5fd0);color:#fff;padding:.7em .9em;font-size:.9rem}
.pd .tbtu td{padding:.65em .9em;border-bottom:1px solid #eef1f6}
.pd .tbtu tbody tr:nth-child(even){background:#f7faff}
.pd .tbtu tbody tr:hover{background:#eaf1fe}
.pd .tbtu tbody tr:last-child td{border-bottom:none}
.pd .tbtu td:first-child{font-weight:600;color:#111827}
.pd .tbtu td:last-child{color:#2b5fd0;font-weight:700;white-space:nowrap}
.pd .tbtu .cmp-note{padding:.6em .9em;margin:0;background:#f8fafc;border-top:1px dashed #e5e7eb}

/* ===== Cabecalho do site (fora do .pd, por isso nome proprio) ===== */
.topo-site{box-sizing:border-box;border-bottom:1px solid #2b5fd0;background:#3a75f3;padding:8px 16px;
 display:flex;align-items:center;justify-content:center;min-height:76px}
.topo-site a{display:flex;align-items:center;line-height:0;max-width:100%}
.topo-site img{display:block;height:60px;width:auto;max-width:100%}
@media(max-width:400px){.topo-site{min-height:66px;padding:7px 12px}.topo-site img{height:52px}}

/* ===== Faixa do grupo (chamada + botao verde) ===== */
.pd .wppfaixa{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;
 border:1px solid #cdebd6;background:#f4fbf7;border-radius:12px;padding:16px 18px;margin:1.2em 0;text-align:center}
.pd .wppfaixa svg{color:#25D366;flex:none}
.pd .wppfaixa .ch{font-weight:800;font-size:15px;line-height:1.3;letter-spacing:.02em;color:#20402f}
.pd .wppfaixa .wpp{display:inline-block;width:auto;margin:0;background:#25D366;color:#fff;
 font-weight:700;font-size:15px;padding:11px 22px;border-radius:9px;text-decoration:none;white-space:nowrap}
.pd .wppfaixa .wpp:hover{filter:brightness(.94)}
@media(max-width:560px){.pd .wppfaixa{flex-direction:column;gap:11px}.pd .wppfaixa .wpp{width:100%;box-sizing:border-box}}

/* ===== Grade de cards da home ===== */
.pd .grade{display:grid;gap:18px;grid-template-columns:1fr;margin:.8em 0 2.2em}
@media(min-width:560px){
  .pd .grade.col2{grid-template-columns:repeat(2,1fr)}
  .pd .grade.col3{grid-template-columns:repeat(3,1fr)}
}
.pd .grade a{display:flex;flex-direction:column;border:1px solid #e3e3e3;border-radius:12px;
 overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:.15s ease}
.pd .grade a:hover{border-color:#3a75f3;box-shadow:0 5px 16px rgba(0,0,0,.09);transform:translateY(-2px)}
.pd .grade .foto{height:190px;background:#fafafa;border-bottom:1px solid #f0f0f0;
 display:flex;align-items:center;justify-content:center;padding:14px;overflow:hidden}
.pd .grade .foto img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;
 object-fit:contain;margin:auto}
@media(max-width:559px){.pd .grade .foto{height:210px}}
.pd .grade .t{flex:1;padding:14px 16px 10px;font-size:15px;font-weight:600;line-height:1.38}
.pd .grade .t small{display:block;font-weight:400;color:#777;font-size:13px;margin-top:5px;line-height:1.4}
.pd .grade .acao{display:block;margin:0 16px 16px;background:#3a75f3;color:#fff;text-align:center;
 padding:11px 10px;border-radius:8px;font-weight:700;font-size:14px;line-height:1.2}
.pd .grade a:hover .acao{filter:brightness(.93)}
.pd h2.secao{font-size:1.35em;margin:1.4em 0 .1em}

/* ===== Sintese das avaliacoes ===== */
.pd .chamada-aval{color:#555;font-size:.92em;margin:.2em 0 .9em}
.pd .opinioes{display:grid;gap:14px;margin:.6em 0 .5em}
@media(min-width:600px){.pd .opinioes{grid-template-columns:1fr 1fr}}
.pd .opinioes>div{border:1px solid #e3e3e3;border-radius:10px;padding:14px 16px}
.pd .opinioes h4{margin:0 0 9px;font-size:15px;font-weight:700}
.pd .opinioes ul{margin:0;padding-left:18px}
.pd .opinioes li{margin-bottom:8px;font-size:15px;line-height:1.5}
.pd .opinioes .bom h4{color:#1b7a2e}
.pd .opinioes .ruim h4{color:#9a3030}
.pd .ressalva{background:#fff8ed;border-left:3px solid #f5a623;padding:11px 14px;border-radius:0 8px 8px 0;
 font-size:14px;color:#6b5527;line-height:1.5;margin:.6em 0 .2em}
.pd .fonte-aval{font-size:12.5px;color:#8a8a8a;margin:.6em 0 1.4em;line-height:1.5}

/* ===== CTA repetido ao longo da pagina ===== */
.pd .cta{border:2px solid #3a75f3;border-radius:12px;padding:16px;margin:1.6em 0;background:#fff}
.pd .cta .ctatit{font-weight:700;font-size:16px;margin:0;line-height:1.35;text-align:center}
/* reaproveita o .topo do veredito, so aperta as margens dentro do card */
.pd .cta .topo{margin:12px 0 0}
.pd .cta .topo img{margin:6px auto;height:190px}
@media(max-width:599px){.pd .cta .topo img{height:170px}}

/* ===== Barra fixa no celular ===== */
.barra-fixa{position:fixed;left:0;right:0;bottom:0;z-index:50;display:none;gap:8px;
 padding:9px 10px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);
 border-top:1px solid #e3e3e3;box-shadow:0 -3px 12px rgba(0,0,0,.10)}
.barra-fixa a{flex:1;text-align:center;background:#3a75f3;color:#fff;text-decoration:none;
 font-weight:700;font-size:14px;padding:12px 6px;border-radius:8px;line-height:1.15}
.barra-fixa.ativa{display:flex}
@media(min-width:701px){.barra-fixa{display:none!important}}
body.tem-barra{padding-bottom:74px}

/* ===== Galeria enxuta das analises ===== */
.pd .galeria{display:grid;gap:10px;grid-template-columns:1fr;margin:1.2em 0 .4em}
@media(min-width:560px){.pd .galeria{grid-template-columns:repeat(3,1fr)}}
.pd .galeria figure{margin:0;border:1px solid #e3e3e3;border-radius:10px;overflow:hidden;background:#fff}
.pd .galeria img{display:block;width:100%;height:auto;aspect-ratio:4/3;
 object-fit:contain;background:#fafafa}
.pd .galeria figcaption{font-size:13px;color:#5c5c5c;padding:10px 12px;line-height:1.45;border-top:1px solid #f0f0f0}
.pd .credito{font-size:12px;color:#999;margin:0 0 1.2em;text-align:right}
