/* ================================================
   Promodica — style.css
   BLOCO 1: casca do site estático (base, header, footer, home, institucionais)
   BLOCO 2: CSS OFICIAL DO PROMODICA (fonte da verdade = Wendell, set/2026)
            Acento roxo #7c2fe9. NÃO alterar, só adicionar no fim.
            Única edição: padding lateral em .pd (sem tema por baixo, o texto
            encostava na borda no celular).
   ================================================ */

/* ---------- BLOCO 1: casca ---------- */
:root{
  --ink:#1a1a1a;
  --muted:#6b7280;
  --line:#e5e7eb;
  --bg:#ffffff;
  --soft:#f8f9fa;
  --roxo:#7c2fe9;
  --wpp:#25d366;
  --wpp-dark:#1ebe5b;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:#0b5cad}
.site-header,.site-footer,.home,.page,.site-header *,.site-footer *,.home *,.page *{box-sizing:border-box}

/* Header / Footer */
.site-header{border-bottom:1px solid var(--line);background:var(--bg)}
.site-header .wrap{max-width:820px;margin:0 auto;padding:7px 16px;text-align:center;line-height:0}
.site-header img{height:54px;width:auto;display:inline-block}
@media (max-width:480px){.site-header .wrap{padding:6px 16px}.site-header img{height:50px}}

.site-footer{background:#111;color:#bbb;margin-top:48px}
.site-footer .wrap{max-width:820px;margin:0 auto;padding:26px 16px 30px;text-align:center;color:#bbb;font-size:14px}
.site-footer .flogo{display:inline-block;margin-bottom:14px;line-height:0}
.site-footer .flogo img{height:44px;width:auto;filter:brightness(0) invert(1);opacity:.92}
.site-footer nav{margin-bottom:10px}
.site-footer nav a{color:#fff;text-decoration:none;margin:0 6px}
.site-footer nav a:hover{text-decoration:underline}
.site-footer p{margin:6px 0}

/* Home */
.home{max-width:820px;margin:0 auto;padding:8px 16px 32px}
.home h1{font-size:2rem;line-height:1.25;margin:24px 0 8px;text-align:center;font-weight:800}
.home .sub{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 20px}
.home h2{font-size:1.35rem;margin:36px 0 14px;padding-bottom:8px;border-bottom:2px solid var(--ink)}

.grupo-cta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  background:var(--soft);border:1px solid var(--line);border-radius:12px;
  padding:14px 18px;margin:20px 0;
}
.grupo-cta span{font-weight:600}
.grupo-cta a{
  background:var(--wpp);color:#fff;text-decoration:none;font-weight:700;
  padding:10px 18px;border-radius:8px;white-space:nowrap;
}
.grupo-cta a:hover{background:var(--wpp-dark)}

/* Busca */
.busca{max-width:640px;margin:0 auto 8px}
.busca input{
  width:100%;font:inherit;font-size:16px;padding:13px 16px 13px 44px;
  border:1px solid #cbd5e1;border-radius:12px;background:var(--bg) no-repeat 14px center/20px 20px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='m20 20-3.8-3.8'/></svg>");
  color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease;
}
.busca input:focus{border-color:var(--roxo);box-shadow:0 0 0 3px rgba(124,47,233,.15)}
.busca input::placeholder{color:#9ca3af}
.busca-vazio{text-align:center;color:var(--muted);margin:18px 0 0}

/* Cards em 3 colunas */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;
  border:1px solid var(--line);border-radius:14px;padding:20px 14px 16px;
  text-decoration:none;color:var(--ink);background:var(--bg);
  transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease;
}
.card:hover{border-color:var(--roxo);box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-2px)}
.card img{width:120px;height:120px;object-fit:contain;flex-shrink:0}
.card .t{flex:1}
.card .t b{display:block;font-size:1rem;line-height:1.3;margin-bottom:4px}
.card .t small{color:var(--muted);font-size:13px;line-height:1.4}
.card .go{display:inline-block;background:var(--roxo);color:#fff;font-weight:700;white-space:nowrap;font-size:15px;padding:10px 18px;border-radius:9px;margin-top:4px;transition:filter .15s ease}
.card:hover .go{filter:brightness(1.1)}

/* Aviso de afiliado fora do .pd (home) */
.home .aviso{
  border-top:1px solid var(--line);margin-top:32px;padding-top:16px;
  color:var(--muted);font-size:13.5px;text-align:center;
}

/* Páginas institucionais */
.page{max-width:820px;margin:0 auto;padding:8px 16px 32px}
.page h1{font-size:1.7rem;margin:24px 0 12px}
.page h2{font-size:1.25rem;margin:26px 0 8px}
.page p,.page li{color:#374151}

@media (max-width:720px){
  body{font-size:16px}
  .home h1{font-size:1.6rem}
  .grupo-cta{justify-content:center;text-align:center}
  .cards{grid-template-columns:repeat(2,1fr);gap:12px}
  .card{padding:16px 10px 14px}
  .card img{width:96px;height:96px}
  .card .t b{font-size:.95rem}
}
@media (max-width:420px){
  .cards{grid-template-columns:1fr}
  .card{flex-direction:row;text-align:left;gap:14px;padding:14px 16px;flex-wrap:wrap}
  .card img{width:72px;height:72px}
  .card .t{flex:1 1 0;min-width:0}
  .card .go{flex-basis:100%;text-align:center}
}

/* ---------- BLOCO 2: CSS OFICIAL DO PROMODICA ---------- */
/* Garantir negrito dos títulos (blindagem contra o tema) */
.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:#7c2fe9;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:#7c2fe9;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:#7c2fe9;color:#fff}
.pd .ml{background:#7c2fe9;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:#7c2fe9}
.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:#7c2fe9;font-weight:700;white-space:nowrap;text-decoration:none}

/*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}

/*Baixou Agora */
.pd .aovivo{margin:1.8em 0;padding:22px 20px;border:1px solid #e3e3e3;background:#f2f2f2;border-radius:14px;text-align:center}
.pd .aovivo h3{margin:0 0 6px;font-size:21px;font-weight:700;line-height:1.3}
.pd .aovivo .live{color:#e53935;font-size:13px;font-weight:800;letter-spacing:.5px;margin-right:6px;white-space:nowrap}
.pd .aovivo p{margin:0 0 14px;font-size:15px;line-height:1.5;color:#444}
.pd .aovivo .vivobtn{display:inline-block;background:#111;color:#fff;text-decoration:none;font-weight:700;font-size:16px;padding:13px 26px;border-radius:10px}
.pd .aovivo .vivobtn:hover{filter:brightness(1.4)}

/*Veja Também */
.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:#7c2fe9;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}
.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 #cde7d6;border-radius:14px;padding:18px 20px;background:#f3fbf6;text-decoration:none;color:inherit;margin:1.2em 0;transition:.15s ease}
.pd .home-feat:hover{border-color:#10b981;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:#10b981;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:#10b981;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}}

/* Tabela de BTUs (Como Escolher) — versão caprichada */
.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(#7c2fe9,#7c2fe9,#7c2fe9);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:#7c2fe9}
.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:#7c2fe9;font-weight:700;white-space:nowrap}
.pd .tbtu .cmp-note{padding:.6em .9em;margin:0;background:#f8fafc;border-top:1px dashed #e5e7eb}

/* FAQ estilo acordeao com "+" (padrão do site antigo, refinado) */
.pd details{border:1px solid #e5e7eb;border-radius:10px;margin:.6em 0;background:#fff;padding:0;transition:.15s ease}
.pd details:hover{border-color:#7c2fe9}
.pd details summary{font-weight:600;cursor:pointer;color:#000;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:#7c2fe9;line-height:1;transition:.2s ease}
.pd details[open] summary::after{content:'−'}
.pd details[open]{border-color:#7c2fe9;box-shadow:0 2px 8px rgba(58,117,243,.12)}
.pd details > p{padding:0 1em .95em;margin:0;color:#4b5563}


/* ===== ADIÇÕES (melhorias do layout de referência) ===== */

/* Nota de rodapé da tabela comparativa */
.pd .cmp .cmp-note{padding:8px 16px 14px;font-size:.75em;color:#777;margin:0}

/* Selo de nota editorial (estilo review) */
.pd .nota{display:flex;align-items:center;gap:10px;margin:.2em 0 .9em;flex-wrap:wrap}
.pd .nota .n{background:linear-gradient(135deg,#f5a623,#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}

/* ===== LAYOUT v2 (cards com botões + análise recolhida) ===== */
.pd .qd-kicker{color:#000;font-weight:800;letter-spacing:.12em;font-size:13px;text-transform:uppercase;margin:1.2em 0 0}
.pd .qd-title{font-size:26px;font-weight:800;line-height:1.15;margin:.15em 0 .25em}
.pd .qd-sub{color:#555;margin:0 0 1em}
.pd .verdito .vcard{flex-direction:column;align-items:stretch;padding:10px 12px}
.pd .vcard.first{border:2px solid #7c2fe9;background:#fff}
.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:#7c2fe9}
.pd .vcard .vb.ml{background:#7c2fe9}
@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 #7c2fe9;background:#fff;margin:1em 0 0}
.pd .prod details.mais summary{color:#000;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}

/* ===== Faixa do grupo (chamada + botao verde), mesma do aspiradores/semcalor ===== */
.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}}
