.idx-header { padding: 1.5rem 0 1rem; border-bottom: 1px solid #dee2e6; margin-bottom: 1.5rem; }
.idx-accent-bar { width: 32px; height: 3px; background: #1D9E75; border-radius: 2px; margin-bottom: 10px; }
.idx-titulo { font-size: 1.8rem; font-weight: 600; margin: 0 0 4px; }
.idx-subtitulo { font-size: 1rem; color: #6c757d; font-weight: 400; margin: 0 0 10px; }
.idx-intro { font-size: 0.95rem; color: #6c757d; line-height: 1.6; max-width: 640px; margin: 0; }

.idx-card { border: 1px solid #dee2e6; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.15s, box-shadow 0.15s; background: #fff; }
.idx-card:hover { border-color: #adb5bd; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.idx-card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 1px solid #dee2e6; }
.idx-card-body { padding: 10px 12px 14px; display: flex; flex-direction: column; flex: 1; }
.idx-card-title { font-size: 0.85rem; font-weight: 600; margin: 0 0 6px; line-height: 1.3; color: #212529; }
.idx-card-text { font-size: 0.8rem; color: #6c757d; margin: 0 0 12px; line-height: 1.5; flex: 1; }
.idx-card-btn { font-size: 0.78rem; padding: 4px 10px; border: 1px solid #adb5bd; border-radius: 6px; color: #495057; background: transparent; text-decoration: none; align-self: flex-start; transition: background 0.12s; }
.idx-card-btn:hover { background: #f8f9fa; color: #212529; }

.idx-cta { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 10px; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.idx-cta-titulo { font-size: 1rem; font-weight: 600; margin: 0 0 4px; }
.idx-cta-sub { font-size: 0.875rem; color: #6c757d; margin: 0; }
.idx-cta-btn { font-size: 0.875rem; padding: 8px 20px; border-radius: 6px; background: #212529; color: #fff; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.12s; }
.idx-cta-btn:hover { background: #1D9E75; color: #fff; }