/* ============================================================
   solucoes.css — Soluções por processo (sanfona) + chips de atalho.
   Carregado apenas na página Soluções. Cores da marca embutidas.
   ============================================================ */

/* Atalhos por processo (sticky, rola na horizontal) */
.proc-chipnav{position:sticky;top:0;z-index:30;display:flex;gap:8px;overflow-x:auto;padding:12px 0;margin:18px 0 4px;background:rgba(247,249,253,.92);backdrop-filter:blur(8px);scrollbar-width:none}
.proc-chipnav::-webkit-scrollbar{display:none}
.proc-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;border:1px solid #E2E7F3;background:#fff;color:#1B2040;font-size:.85rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:.18s}
.proc-chip:hover{border-color:#4150E0;color:#2A2A90}
.proc-chip svg{width:15px;height:15px;flex:0 0 auto}

/* Sanfona */
.acc{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.acc-item{background:#fff;border:1px solid #E2E7F3;border-radius:15px;overflow:hidden;transition:.2s;position:relative}
.acc-item:hover{border-color:#cfd6ec}
.acc-item.aberto{box-shadow:0 10px 30px -12px rgba(30,30,107,.18);border-color:#cfd6ec}
.acc-item.destaque{border-color:#f2b3ab}
.acc-item.destaque.aberto{border-color:#C82619;box-shadow:0 10px 28px -14px rgba(200,38,25,.4)}
.acc-head{display:flex;align-items:center;gap:14px;width:100%;padding:16px 18px;background:none;border:0;cursor:pointer;text-align:left;font:inherit;color:#1B2040}
.acc-ico{flex:0 0 auto;width:44px;height:44px;border-radius:12px;background:linear-gradient(120deg,#2A2A90,#4150E0 55%,#C82619 130%);display:flex;align-items:center;justify-content:center;color:#fff}
.acc-ico svg{width:23px;height:23px}
.acc-titulo{flex:1 1 auto;min-width:0;font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;font-size:1.05rem;line-height:1.2}
.acc-meta{margin-left:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto}
.acc-qtd{font-size:.72rem;font-weight:600;color:#2A2A90;background:#EEF2FA;border-radius:8px;padding:5px 9px;white-space:nowrap;line-height:1}
.acc-chevron{width:18px;height:18px;color:#5A6178;transition:transform .25s;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.acc-item.aberto .acc-chevron{transform:rotate(180deg)}
.acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.acc-item.aberto .acc-body{grid-template-rows:1fr}
.acc-body-in{overflow:hidden}
.acc-body-pad{padding:0 18px 18px 76px}
.acc-body-pad p{color:#5A6178;font-size:.95rem;margin:0 0 12px}
.acc-chips{display:flex;flex-wrap:wrap;gap:8px}
.acc-chip{font-size:.82rem;font-weight:600;color:#2A2A90;background:#EEF2FA;border:1px solid #e0e6f5;border-radius:9px;padding:6px 11px;text-decoration:none;transition:.15s}
.acc-chip:hover{background:#2A2A90;color:#fff;border-color:#2A2A90}
.selo-linha{position:absolute;top:0;right:0;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#C82619;padding:4px 11px;border-radius:0 14px 0 12px;z-index:1}

@media(max-width:560px){
    .acc-head{padding:13px 14px;gap:11px}
    .acc-ico{width:40px;height:40px}
    .acc-ico svg{width:21px;height:21px}
    .acc-titulo{font-size:1rem}
    .acc-body-pad{padding:0 14px 16px 14px}
}
