/* Atualizacao visual: vitrine dinamica, destaque de cortes e responsividade. */
.grade-solucoes-legado { display: none !important; }
.solucoes-dinamicas-wrap { margin-top: 28px; }
.grade-solucoes-dinamica { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.solucao-dinamica { position: relative; isolation: isolate; overflow: hidden; min-height: 270px; border: 1px solid #4a4a4a; border-radius: 14px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; text-decoration: none; background: #121212 center / cover no-repeat; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.solucao-dinamica::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.97) 5%, rgba(11,11,11,.89) 43%, rgba(11,11,11,.20) 100%); }
.solucao-dinamica:hover, .solucao-dinamica:focus-visible { border-color: var(--agita-cor); box-shadow: 0 10px 28px rgba(0,0,0,.42); color: #fff; transform: translateY(-3px); }
.icone-servico { color: var(--agita-cor); width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.icone-servico svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.solucao-dinamica-conteudo h3 { margin: 0 0 8px; color: #fff; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(26px,2.1vw,34px); line-height: .96; text-transform: uppercase; letter-spacing: -.02em; }
.solucao-dinamica-conteudo p { max-width: 78%; margin: 0; color: #e8e8e8; font-size: 15px; line-height: 1.45; }
.painel-cortes { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 85% 14%, rgba(182,10,10,.55), transparent 36%), linear-gradient(135deg,#170000,#410202 54%,#111 100%); border-color: #a91b1b; }
.painel-cortes::before { content: ''; position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(45deg, transparent 0 16px, rgba(255,255,255,.025) 16px 17px); }
.painel-cortes-icone { display: block; color: #ffc400; font-size: 50px; line-height: 1; margin-bottom: 14px; transform: rotate(-10deg); }
.painel-cortes-selo { display: inline-block; margin-bottom: 12px; color: #ffc400; font-size: 11px; font-weight: 800; letter-spacing: .07em; }
.painel-cortes h2 { font-size: clamp(34px, 3.25vw, 57px); }
.solucoes-premium .cabecalho-premium h2 { max-width: none; white-space: nowrap; }
@media (max-width: 900px) { .grade-solucoes-dinamica { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grade-solucoes-dinamica { grid-template-columns: 1fr; } .solucao-dinamica { min-height: 230px; } .solucao-dinamica-conteudo p { max-width: 90%; } .solucoes-premium .cabecalho-premium h2 { white-space: normal; } }

/* Botao de leitura com icone de livro aberto. */
.ler-mais b { display: none !important; }
.ler-mais::before { content: ''; display: inline-block; width: 16px; height: 16px; margin-right: 8px; vertical-align: -3px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21 4a1 1 0 0 0-1-1h-6a5 5 0 0 0-2 1 5 5 0 0 0-2-1H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h6a3 3 0 0 1 2 1 3 3 0 0 1 2-1h6a1 1 0 0 0 1-1V4zM10 18H5V5h5a3 3 0 0 1 1 .18v12.15A5 5 0 0 0 10 17v1zm9 0h-5a5 5 0 0 0-1 .33V5.18A3 3 0 0 1 14 5h5v13z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21 4a1 1 0 0 0-1-1h-6a5 5 0 0 0-2 1 5 5 0 0 0-2-1H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h6a3 3 0 0 1 2 1 3 3 0 0 1 2-1h6a1 1 0 0 0 1-1V4zM10 18H5V5h5a3 3 0 0 1 1 .18v12.15A5 5 0 0 0 10 17v1zm9 0h-5a5 5 0 0 0-1 .33V5.18A3 3 0 0 1 14 5h5v13z'/%3E%3C/svg%3E") center / contain no-repeat; }
