/* Página: Downloads */
.dl-anchors { list-style: disc; padding-left: 20px; color: var(--teal); font-size: 14px; }
.dl-anchors a { color: #666; }
.dl-anchors a:hover { color: var(--teal); }
.dl-section-title { font-size: 20px; letter-spacing: .06em; color: #555; margin-bottom: 20px; text-transform: uppercase; font-weight: 300; }
.dl-thumbs { display: flex; flex-wrap: wrap; gap: 22px; }
.dl-thumb { display: block; transition: var(--transition); }
.dl-thumb:hover { transform: translateY(-4px); }
.dl-thumb img { width: 150px; height: auto; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.dl-thumb--logo img { box-shadow: none; width: 180px; }
.emb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 900px; }
.emb-grid a {
  display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1;
  background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.10); padding: 14px; transition: var(--transition);
}
.emb-grid img { width: 100%; height: 100%; object-fit: contain; }
.emb-grid a:hover { transform: translateY(-4px); }

@media (max-width: 760px) { .emb-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) {
  .dl-thumb img { width: 120px; }
  .dl-thumb--logo img { width: 140px; }
}
